@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #004d90;
  --alice-blue: #dfedfc;
  --pale-violet-red: #d56fa8;
  --medium-violet-red: #b22374;
  --midnight-blue: #002d53;
  --light-grey: #cbd6e2;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.body {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Opensans, sans-serif;
  display: flex;
  overflow: visible;
}

.header {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #e0ebf8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
}

.deniz-filo-logo {
  align-items: center;
  width: 17%;
  display: flex;
}

.menu-wrapper {
  align-items: center;
  width: 95%;
  max-width: none;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  width: 80%;
  display: flex;
}

.dropdown_text {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
}

.dropdown {
  z-index: 999;
  justify-content: flex-end;
  align-items: flex-start;
  width: 15%;
  height: 50px;
  display: none;
  position: relative;
  top: 0;
  left: auto;
  right: 0;
}

.dropdown_link {
  z-index: 1;
  color: #000;
  border-bottom: 1px solid #bd5991;
  align-items: center;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown_link:hover {
  color: #fff;
}

.dropdown_link:active {
  background-color: #c25692;
}

.dropdown_link.cc-first {
  cursor: default;
  background-image: none;
  padding-top: 4px;
  padding-left: 15px;
  padding-right: 30px;
  font-weight: 300;
}

.dropdown_link.cc-first:active {
  background-color: #c54e91;
}

.dropdown_list {
  background-color: #ecececbf;
  width: 130px;
  height: 50px;
  padding-left: 0;
  transition: width .2s, height .2s, box-shadow .2s;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 1px 1px -4px #0003;
}

.dropdown_list:hover {
  background-color: #fff;
  width: 230px;
  height: 200px;
  box-shadow: 0 40px 80px #00000026;
}

.dropdown_list.cc-prototyping {
  color: #fff;
  background-color: #d56fa8;
  border-radius: 8px;
  width: 200px;
  margin-bottom: 0;
 font-family: Opensans, sans-serif;
}

.dropdown_list.cc-prototyping:hover {
  width: 230px;
}

.dropdown_list.cc-prototyping {
  cursor: pointer;
  background-color: #014c97;
  border: 1px #ffffff26;
  border-radius: 4px;
  width: 60px;
  transition-duration: .2s, .5s, .2s;
}

.dropdown_list.cc-prototyping:hover {
  width: 250px;
  height: 299px;
}

.dropdown_list.cc-prototyping.color {
  background-color: #b32374;
  width: 138px;
}

.dropdown_list.cc-prototyping.color:hover {
  width: 250px;
  height: 450px;
}

.dropdown_list.cc-prototyping.color.kvkk:hover {
  height: 250px;
}

.dropdown_list.cc-prototyping.color2 {
  background-color: #b32374;
  width: 138px;
}

.dropdown_list.cc-prototyping.color2:hover {
  width: 250px;
  height: 250px;
}

.dropdown_list.cc-prototyping.color3 {
  background-color: #b32374;
  width: 138px;
}

.dropdown_list.cc-prototyping.color3:hover {
  width: 250px;
  height: 300px;
}

.dropdown_list.cc-prototyping.color5 {
  background-color: #b32374;
  width: 138px;
}

.dropdown_list.cc-prototyping.color5:hover {
  width: 250px;
  height: 150px;
}

.dropdown_list.cc-prototyping.color6 {
  background-color: #b32374;
  width: 138px;
}

.dropdown_list.cc-prototyping.color6:hover {
  width: 250px;
  height: 200px;
}

.dropdown_li {
  color: #ffffff4d;
  position: relative;
}

.dropdown_li:hover {
  color: #ffffff80;
  background-color: #b44b86;
}

.dropdown_li:active {
  background-color: #4054e9;
}

.dropdown_arrow {
  z-index: 0;
  color: #ffffff4d;
  flex: none;
  max-width: none;
  height: 100%;
  margin-left: 12px;
  padding-top: 13px;
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
}

.button {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.button._1 {
  z-index: 0;
  color: var(--dark-slate-blue);
  background-color: #0000;
  border-radius: 0;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.button._1:hover {
  background-color: #0000;
}

.mask {
  color: var(--dark-slate-blue);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.text {
  color: var(--dark-slate-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text._1 {
  color: var(--dark-slate-blue);
 font-family: Opensans, sans-serif;
  font-weight: 500;
  position: relative;
}

.text._1:focus {
  text-shadow: 0 19px #fff;
}

.nav-menu {
  justify-content: flex-end;
  width: auto;
  margin-left: auto;
  padding-right: 10px;
  display: flex;
}

.div-block-6 {
  opacity: 1;
  background-color: #d56fa8;
  width: 0%;
  height: 0%;
  margin-bottom: 0;
  position: absolute;
  inset: auto auto 0;
}

.preloader-wrapper {
  z-index: 2147483647;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  width: 100px;
}

.slider {
  width: 91%;
  min-width: 12.5rem;
  max-width: 40rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.form-field {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0003;
  border: 1px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 65px;
  margin-bottom: 10px;
  padding: 0 15px;
  font-weight: 700;
  transition: all .5s;
  display: flex;
}

.form-field:focus {
  background-color: #00000080;
}

.form-field::placeholder {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.form-field.slider, .form-field._100 {
  z-index: 10;
  color: #0000;
  background-color: #0000;
  border: 0 #0000;
  flex: 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition-property: none;
  position: relative;
}

.form-field.slider2 {
  z-index: 10;
  color: #0000;
  background-color: #0000;
  border: 0 #0000;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition-property: none;
  position: relative;
}

.d-31-card-wrapper {
  perspective: 1000px;
  cursor: alias;
  border-radius: 8px;
  width: 240px;
  min-width: auto;
  height: 240px;
  margin-top: 0;
  margin-left: 0;
  position: static;
  overflow: visible;
}

.btn-head {
  color: #fff;
  text-align: center;
  text-transform: none;
  border-top: 1px #fff;
  margin-bottom: 20px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.btn-icon {
  width: 67px;
}

.btn-icon._01 {
  width: 52px;
  margin-left: 0;
}

.circle-container {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: 100vw;
  height: 10px;
  max-height: 100vw;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.bg {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.logo {
  border-radius: 0;
  width: 160px;
  min-width: auto;
  max-width: none;
  padding-left: 0;
}

.logo._2 {
  background-color: #fff;
  padding: 10px;
}

.image-10 {
  opacity: .44;
  width: 30px;
}

.text-line-2 {
  background-image: url('../images/up-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 30px;
 font-family: Opensans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.image-9-copy {
  cursor: pointer;
  width: 171px;
  margin-right: 0;
}

.image-9-copy-copy {
  cursor: pointer;
  width: 154px;
  margin-top: -4px;
}

.facebook-copy {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 5px solid #2e81c938;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.facebook-copy:hover {
  background-size: 22px;
}

.div-block-142 {
  justify-content: flex-end;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.facebook {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 5px solid #2e81c938;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.facebook:hover {
  background-size: 22px;
}

.footer-bottom {
  background-color: #e0f0ff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  height: auto;
  margin-left: 2.5%;
  display: flex;
}

.facebook-copy-copy {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 5px solid #2e81c938;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.facebook-copy-copy:hover {
  background-size: 22px;
}

.div-block-142-copy {
  border-left: 1px solid #a2d4ff;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.div-block-138-copy {
  border-top: 1px solid #9dceff;
  flex-direction: row;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  min-height: 50px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.col-inner {
  color: #787878;
  cursor: pointer;
  flex: 0 auto;
  min-width: 80%;
  max-width: 80%;
  padding: 0 40px;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  position: relative;
}

.circle-container-2 {
  z-index: 999;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: none;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown_text-2 {
  color: #fff;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}

.dropdown_link-2 {
  z-index: 1;
  color: #000;
  border-bottom: 1px solid #2b82da78;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown_link-2:hover {
  color: #fff;
}

.dropdown_link-2.cc-first {
  cursor: default;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown_link-2.cc-first.color {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.dropdown_link-2.color {
  border-bottom-color: #d56fa86b;
  font-family: Opensans, sans-serif;
}

.dropdown_li-2 {
  color: #0000004d;
  position: relative;
}

.dropdown_li-2:hover {
  color: #ffffff80;
  background-color: #115eaa;
}

.dropdown_li-2:active {
  background-color: #115eaa;
}

.dropdown_li-2.color:hover {
  background-color: #810a4d;
}

.circle-container-3 {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -98px;
  right: 0;
}

.content-yy {
  background-color: #e0f1ff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  align-items: center;
  display: flex;
}

.content-yy.mobile {
  display: none;
}

.yy-icon {
  background-color: #b32374;
  background-image: url('../images/headset-1.svg');
  background-position: 50% 13px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 0 4px 4px 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.yy-phone {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 50px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.yy-text {
  z-index: 1000;
  color: var(--dark-slate-blue);
  text-align: left;
  justify-content: center;
  margin-top: 9px;
  margin-left: 0;
 font-family: Opensans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
}

.yy-text.vd {
  margin-left: 4px;
  font-family: Opensans, sans-serif;
}

.yy-text.srmsub {
  margin-left: 1px;
  font-family: Opensans, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.link-7 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link-7._2 {
  color: var(--dark-slate-blue);
  white-space: nowrap;
  margin-top: -7px;
  font-family: Opensans, sans-serif;
}

.link-7.srm-text {
  color: var(--dark-slate-blue);
  white-space: nowrap;
  margin-top: -7px;
}

._7-24-text {
  z-index: 1000;
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  margin-top: 30px;
 font-family: Opensans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: relative;
}

.footer__heading {
  color: var(--dark-slate-blue);
  margin-bottom: 22px;
 font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footer__links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__logo {
  order: -1;
  width: 66px;
  height: auto;
  margin-bottom: 20px;
}

.footer__wrapper {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 53px;
  display: flex;
}

.footer__sm-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__link {
  color: var(--dark-slate-blue);
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__copyright {
  color: var(--dark-slate-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.footer__credits {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-overflow {
  border-left: 3px solid #fff;
  border-radius: 0;
  height: 80px;
  margin-left: 5px;
  padding-left: 30px;
  display: flex;
  overflow: hidden;
}

.slider-overflow.dark {
  border-left-color: var(--dark-slate-blue);
}

.button-3 {
  z-index: 3;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-t {
  z-index: 4;
  color: var(--dark-slate-blue);
  letter-spacing: 0;
 font-family: Opensans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  position: relative;
}

.button-cover {
  z-index: 3;
  background-color: var(--pale-violet-red);
  width: 100%;
  min-height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-link-cover-2 {
  z-index: 5;
  position: absolute;
  inset: 0;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.c-help-2 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.help {
  z-index: 996;
  align-items: center;
  height: 50%;
  margin-top: 15%;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.help.display {
  display: none;
}

.help-icon-2 {
  z-index: 500;
  height: 35px;
}

.help-icon-2._01 {
  height: 42px;
}

.b-help-btn-2 {
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
  border-radius: 5px;
  align-items: center;
  min-width: 80px;
  height: 80px;
  padding: 12px 20px;
  display: flex;
}

.b-help-btn-2.turkuaz {
  background-color: #02bf96;
  background-image: none;
  padding-left: 22px;
}

.b-help-btn-2._02-copy {
  background-color: #08b0a9;
  background-image: none;
  padding-left: 21px;
}

.b-help-btn-2._02-copy.new {
  background-color: #0a4c9d;
  background-image: none;
  border: 3px solid #85c4ff6b;
  position: relative;
  box-shadow: 0 6px 14px -2px #00000073;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

._w-help-btn {
  background-color: #0000;
  border: 1px #ffffff80;
  border-radius: 0;
  padding: 5px;
}

.c-help-btn {
  text-align: right;
  padding: 0 0 0 10px;
}

.help-text-2 {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 400;
}

.left-top-slider {
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-bottom: 4px;
  position: static;
}

.dropdown-link {
  color: #565656;
  border-top: 1px solid #dcdcdc;
  align-items: center;
  width: 1002%;
  height: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
  line-height: 1rem;
  transition: all 70ms;
  display: flex;
  overflow: hidden;
}

.dropdown-link:hover {
  color: #171717;
}

.dropdown-link.dropdown-link__first {
  color: #014a93;
  border-top-style: solid;
  border-top-color: #0000;
  width: 100%;
  height: 50px;
  text-decoration: none;
}

.bg-videos {
  z-index: 0;
  object-fit: fill;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-videos.disble {
  display: none;
}

.left-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-left: 2.5%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

._03 {
  background-color: #e06c00eb;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 240px;
  max-width: 240px;
  min-height: 255px;
  max-height: 255px;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  position: relative;
  inset: auto auto 0 0;
}

._03:hover {
  background-color: #e49503;
}

.slide-text-list {
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  height: 80px;
  font-size: 20px;
  line-height: 21px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
}

.slide-text-list:hover {
  color: #4ae0ff;
  text-decoration: none;
}

.slide-text-list.dark {
  color: var(--dark-slate-blue);
}

.center {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.center.light {
  background-color: #e0f1ff;
}

.text-line-1-3 {
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
  overflow: visible;
}

.text-line-1-3:hover {
  color: var(--medium-violet-red);
  overflow: visible;
}

.text-line-1-3.dark {
  color: var(--dark-slate-blue);
}

.left-btn-area {
  width: 100%;
  display: flex;
}

.left-btn-area.dark {
  width: auto;
}

.form-column {
  width: 100%;
  min-height: 60px;
  margin-right: 5px;
}

.form-column.display {
  display: none;
}

._04 {
  background-color: #556581e6;
  background-image: linear-gradient(#0000, #ffffff26);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 240px;
  max-width: 240px;
  min-height: 255px;
  max-height: 255px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  position: relative;
  inset: 0 0 auto auto;
}

._04:hover {
  background-color: #556581;
}

.slider-wrapper {
  flex-direction: row;
  align-items: flex-start;
  height: 120px;
  margin-bottom: 0;
  margin-left: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.btn-1 {
  background-color: #23227f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  max-width: 240px;
  min-height: 200px;
  max-height: 200px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
}

.btn-1:hover {
  background-color: #19186b;
}

.btn-2 {
  -webkit-text-fill-color: inherit;
  background-color: #ff6701;
  background-clip: border-box;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  max-width: 240px;
  min-height: 200px;
  max-height: 200px;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.btn-2:hover {
  background-color: #ff4d01;
}

.btn-3 {
  background-color: #606d89;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  max-width: 240px;
  min-height: 200px;
  max-height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
}

.btn-3:hover {
  background-color: #4b5874;
}

.grid-2 {
  flex-flow: column wrap;
  grid-template: "_1 _4 _4 _4"
                 "_2 _3 _3 _3"
                 "Area . . ."
                 / 1fr 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center stretch;
  width: 550px;
  height: 450px;
  display: flex;
}

.btn-4 {
  background-color: #00a0c0;
  background-image: linear-gradient(#0000, #ffffff26);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  max-width: 240px;
  min-height: 200px;
  max-height: 200px;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.btn-4:hover {
  background-color: #0086c0;
}

.dumen {
  width: 67px;
}

.div-block-138-copy-2 {
  border-top: 1px dashed #ecf0f5;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.seperate-1-2 {
  color: #68747f;
  cursor: pointer;
  width: 10px;
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
}

.seperate-1-2:hover {
  color: #014a93;
  text-decoration: underline;
}

.image-9-copy-copy-2 {
  cursor: pointer;
  width: 154px;
}

.currency-section {
  border-right: 1px dashed #19579b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  min-height: 100px;
  padding-left: 40px;
  display: flex;
}

.currency-section.noline {
  background-color: #0000;
  background-image: linear-gradient(#ffffff9c, #ffffff9c), url('../images/chart.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-right-color: #ecf0f4;
  margin-right: 0;
  padding-left: 10px;
}

.currency-section.noline.usd {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/USD-currency.svg');
  background-position: 0 0, 89%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 35px;
  border-right-color: #d4d8db;
  padding-left: 40px;
}

.currency-section.noline.usd.noline-1 {
  border-right-style: solid;
  border-right-color: #e0efff;
}

.currency-section.noline.bist {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/chart.svg');
  background-position: 0 0, 95%;
  border-right-style: solid;
  border-right-color: #e0efff;
}

.currency-section.noline.noline-1 {
  border-right-style: none;
}

.currency-section.noline.noline-1.gold {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/gold.svg');
  background-position: 0 0, 91%;
  background-size: auto, 70px;
  padding-left: 40px;
}

.currency-section.noline.euro {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/EURO-currency.svg');
  background-position: 0 0, 89%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 35px;
  border-right-style: solid;
  border-right-color: #e0efff;
  padding-left: 40px;
}

.div-block-171 {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.link-8 {
  color: #68747f;
  margin-right: 20px;
 font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.link-8:hover {
  color: #d56fa8;
}

.facebook-2 {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.facebook-2:hover {
  background-size: 22px;
}

.div-block-172 {
  width: 50%;
}

.div-block-173 {
  width: 70%;
  min-height: 50px;
}

.facebook-copy-2 {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.facebook-copy-2:hover {
  background-size: 22px;
}

.link-9 {
  color: #68747f;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
}

.link-9:hover {
  color: #014a93;
  text-decoration: underline;
}

.denizleasing-logo {
  cursor: pointer;
  width: 174px;
  margin-right: 20px;
}

.currency-value {
  color: #68747f;
  font-size: 25px;
}

.facebook-copy-copy-2 {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.facebook-copy-copy-2:hover {
  background-size: 22px;
}

.div-block-174 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.footer-bottom-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.div-block-142-copy-2 {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.div-block-175 {
  align-items: center;
  width: 100%;
  max-width: none;
  height: 60px;
  padding-left: 10px;
  display: flex;
}

.copyright {
  color: #68747f;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
}

.left-top-heading {
  color: #fff;
  margin-left: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.left-top-heading.dark {
  color: var(--dark-slate-blue);
}

.text-span-15 {
  color: #4ae0ff;
}

.text-span-15.dark {
  color: var(--medium-violet-red);
}

.col-inner-2 {
  color: #787878;
  cursor: pointer;
  flex: 0 auto;
  max-width: 80%;
  padding: 0 20px;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  position: relative;
}

.menu-button {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.menu-button._1 {
  z-index: 0;
  background-color: #0000;
  border-radius: 0;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Opensans, sans-serif;
  position: relative;
}

.menu-button._1:hover {
  background-color: #0000;
}

.menu-button._1.w--current {
  color: #86bdff;
  background-color: #0000;
  border-bottom: 1px solid #86bdff;
  border-radius: 0;
}

.menu-button._1.btn, .menu-button._1.srm-arc {
  display: none;
}

.menu-button.srm {
  z-index: 0;
  background-color: #0000;
  border-radius: 0;
  width: 221.516px;
  height: 80px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 60px;
  position: relative;
  right: 0;
}

.menu-button.srm:hover {
  background-color: #0000;
}

.menu-button.srm.w--current {
  color: #86bdff;
  background-color: #0000;
  border-bottom: 1px solid #86bdff;
  border-radius: 0;
}

.menu-button.srm.btn, .menu-button.srm.srm-arc {
  display: none;
}

.menu-mask {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.menu-text {
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.menu-text._1 {
  color: #00549b;
  white-space: nowrap;
  font-family: Opensans, sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
}

.menu-text._1 {
  white-space: nowrap;
 font-family: Opensans, sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
}

.menu-text._2 {
  color: #86bdff;
  white-space: nowrap;
 font-family: Opensans, sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
}

.menu-line {
  opacity: 1;
  background-color: #86bdff;
  width: 0%;
  height: 0%;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: auto auto 0%;
}

.cokie-2 {
  z-index: 9999;
  object-fit: fill;
  background-color: #214f9bd9;
  border: 4px #ffffff26;
  border-radius: 3px 3px 0 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  max-width: none;
  height: auto;
  margin: auto auto 0% 1%;
  padding: 15px 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cokie-text {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 0;
  font-size: 12px;
  line-height: 15px;
}

.cokie-inline-link {
  color: #62d0ff;
}

.cokie-button {
  color: #1e4995;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 16px;
}

.cokie-button:hover {
  background-color: #cce5ff;
}

.modal-header {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 150px;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  display: flex;
  position: sticky;
}

.modal-header.black {
  color: #fff;
  text-align: left;
  background-color: #b32374;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
  position: sticky;
  top: 0;
}

.toggle-text {
  z-index: 2;
  color: #014a93;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.modal-close {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.pop-content {
  text-align: left;
  max-height: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: auto;
}

.cokie-lightbox {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  max-height: 600px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq {
  color: #014a93;
  white-space: break-spaces;
  background-color: #f1f9fe;
  border-bottom: 3px solid #e9f2fd;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 20px 50px 20px 31px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.faq:hover, .faq:focus {
  background-color: #fff;
}

.faq.w--open {
  border-bottom: 3px solid #e9f2fd;
}

.cokie-pop {
  display: none;
}

.text-line-2 {
  color: #014a93;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
 font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-line-2.no-space {
  margin-top: 0;
}

.text-line-2.no-space._1 {
  margin-bottom: 0;
}

.text-line-2.notopline {
  margin-top: 0;
  font-family: Opensans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.close-2 {
  z-index: 5000;
  background-color: #b32374;
  background-image: url('../images/delete.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 70px;
  height: 50px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.close-2:hover {
  background-color: #014a93;
}

.lightbox-content {
  background-color: #fff;
  border: 3px #f2f9ff;
  border-radius: 2px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 0;
  transition: all .2s;
  position: relative;
}

.lightbox-content:hover {
  background-color: #ffffff8a;
  background-image: none;
  border: 3px #f2f9ff;
}

.sub-head {
  color: #b32374;
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
 font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.sub-head.top-space {
  margin-top: 40px;
}

.faq-icon {
  z-index: 2;
  filter: none;
  width: 17px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.faq-body {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  border-top: 1px #ffffff1f;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.inner-link-2 {
  color: #b32374;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 500;
  text-decoration: none;
}

.inner-link-2:hover {
  color: #014a93;
}

.faq-p {
  background-color: #fff;
  border: 3px solid #c2ddf85c;
  border-radius: 5px;
  width: 100%;
  margin: 10px auto 0 0;
  display: block;
  overflow: hidden;
}

.overlay-2 {
  z-index: 100000;
  background-color: #373c42b3;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.currency-type-2 {
  color: #1b8eff;
  margin-bottom: 5px;
  font-size: 14px;
}

.filo-footer {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.footer-left {
  width: 70%;
  min-height: 50px;
}

.footer-bottom-link-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.social-area {
  justify-content: flex-end;
  width: 30%;
  display: none;
}

.footer-link-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 10px;
  display: flex;
}

.footer-link {
  color: #68747f;
  margin-right: 20px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--dark-slate-blue);
}

.footer-link.small {
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: 0;
  font-size: 13px;
}

.currency-area-2 {
  border: 1px solid #e0efff;
  border-left: 1px #2d63a2;
  border-right: 1px #2d63a2;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.bottom-small-link {
  color: #68747f;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
}

.bottom-small-link:hover {
  color: #014a93;
  text-decoration: underline;
}

.logo-right {
  z-index: auto;
  justify-content: flex-end;
  width: auto;
  display: flex;
  position: relative;
}

.linkedin {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.linkedin:hover {
  background-size: 22px;
}

.logos-area {
  border-top: 1px solid #e0efff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.denizbank-logo {
  cursor: pointer;
  width: 154px;
}

.logo-left {
  z-index: auto;
  width: auto;
  position: relative;
}

.yol-yardim {
  height: 60px;
  transition: all .2s;
}

.yol-yardim:hover {
  transform: scale(1.1);
}

.yol-yardim.mobile {
  display: none;
}

.s-live057__burger-line {
  background-color: #4d4d4d;
  border-radius: 1px;
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.s-live057__burger-line.top, .s-live057__burger-line.middle, .s-live057__burger-line.bottom {
  background-color: #fff;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.s-live057__nav-button-2 {
  cursor: pointer;
  background-color: #0000;
  border: 1px #ffffff45;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  transition: box-shadow .2s;
  display: flex;
}

.s-live057__nav-button-2:hover {
  opacity: 1;
  background-color: #0000;
}

.text-block-146 {
  letter-spacing: 0;
  width: 70%;
  margin-left: 15%;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  inset: auto 0% 5%;
}

.service-icon {
  z-index: 0;
  opacity: 1;
  max-width: 50%;
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.service-icon._03 {
  background-color: #0000;
  min-width: auto;
  max-width: 29%;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  inset: 0% 0% auto auto;
}

.service-icon._04 {
  background-color: #0000;
  background-image: none;
  min-width: auto;
  max-width: 37%;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  inset: 0% 0% auto auto;
}

.service-icon._05 {
  max-width: 11%;
  margin-top: 20px;
  inset: 0% 0% auto auto;
}

.c-homepage_overflow {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-homepage_overflow-heading1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.field-title {
  background-color: #f6faff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 64.5%;
  height: 300px;
  margin: 5px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-6 {
  color: #004e8f;
  text-align: left;
  margin-bottom: 0;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading-6.new {
  flex-flow: column wrap;
  margin-top: 0;
  font-family: Opensans, sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.services-r {
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.services-l {
  flex-direction: column;
  width: 25%;
  display: flex;
}

.c-homepage_overflow-heading2 {
  white-space: normal;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 100% auto auto 0%;
}

.c-homepage_fill {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #0a4c9d;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 97%;
  min-width: auto;
  max-width: none;
  height: 300px;
  min-height: auto;
  max-height: none;
  margin: 5px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-homepage_fill._02 {
  background-color: #ed5e21;
  text-decoration: none;
}

.c-homepage_fill._05 {
  background-color: #20c72b;
  width: 64.5%;
  text-decoration: none;
}

.c-homepage_fill._03 {
  background-color: #586d8c;
  width: 32%;
  text-decoration: none;
}

.c-homepage_fill._04 {
  background-color: #05b1ac;
  width: 32%;
  text-decoration: none;
}

.general-content-area {
  margin-top: 80px;
  margin-left: 0%;
  padding: 60px 80px 60px 30px;
  display: flex;
}

.subheader-2 {
  opacity: .7;
  color: #91c8ff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.service-picture {
  z-index: -1;
  opacity: 0;
  filter: brightness(65%);
  max-width: none;
  max-height: 110%;
  position: absolute;
}

.service-picture._05 {
  max-height: 220%;
  inset: auto;
}

.services-image {
  z-index: auto;
  border-radius: 5px;
  position: static;
}

.r-desc {
  line-height: 16px;
}

.sub-head-bg {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 80%;
  height: 40px;
  margin-top: -49px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 29px auto 0% 19px;
}

.image-19 {
  z-index: 1;
  width: 20px;
  margin-top: 20px;
  margin-bottom: auto;
  position: absolute;
  inset: -6px auto auto -11px;
}

.services-bullet {
  color: #b32374;
  background-color: #0000;
  border-bottom: 2px solid #e0effd;
  border-left: 1px solid #e0effd;
  border-radius: 0;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 30px;
 font-family: Opensans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
}

.services-bullet:hover {
  background-color: #e0effd;
}

.services-bullet.new {
  color: var(--dark-slate-blue);
  border-left-style: none;
}

.services-bullet.new.left-line {
  border-left-style: solid;
  border-left-color: #04ab21;
  height: 170px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
}

.services-bullet.new.left-line-1 {
  border-left-style: solid;
  border-left-color: #b32374;
  height: 170px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
}

.services-bullet.rent {
  color: #01ac20;
}

.services-bullet.rent._02 {
  border-top: 3px solid #04ab21;
  border-left-color: #04ab21;
  min-height: 50px;
  font-family: Opensans, sans-serif;
}

.services-bullet._01 {
  border-top: 3px solid #b32374;
  border-left-color: #b32374;
  min-height: 50px;
  font-family: Opensans, sans-serif;
}

.services-content-left {
  border-radius: 10px;
  width: 30%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  margin-left: 0%;
  transition: all .2s;
  position: sticky;
  top: 100px;
}

.bold-text-5 {
  color: #b32374;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
}

.bullet-line {
  border: 1px #e0effd;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.bullet-line._50 {
  border-left-style: none;
  justify-content: flex-start;
  width: 50%;
  padding-top: 0;
}

.bullet-line._50:hover {
  background-color: #eff6fd;
}

.bullet-line._01 {
  border: 2px solid #e0effd;
  border-radius: 3px;
  justify-content: space-around;
  width: 49%;
  margin-right: 5px;
}

.bullet-line._01._100 {
  width: 100%;
}

.bullet-line._01._100.wrap {
  flex-flow: wrap;
  align-items: center;
}

.bullet-line.space {
  border-style: solid;
  border-width: 3px;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-content-left-2 {
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.report-content {
  color: #0a4c9d;
  background-color: #e0eefd;
  border-radius: 4px;
  justify-content: space-around;
  align-items: center;
  width: 29.5%;
  min-height: 160px;
  margin: 10px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.services-content-right {
  background-color: #0000;
  border-radius: 0;
  width: 70%;
  margin-left: 3%;
  margin-right: 0%;
  padding-top: 2.5%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  overflow: visible;
}

.detail-content-2 {
  text-align: left;
  background-color: #0000;
  border: 3px solid #e0effe;
  border-radius: 4px;
  width: 100%;
  min-height: auto;
  margin-bottom: 30px;
  padding: 30px 40px;
  transition: all .2s;
  position: relative;
}

.detail-content-2:hover {
  background-color: #0000;
  background-image: none;
  border: 3px solid #e0effe;
}

.detail-content-2.topspace {
  padding-top: 60px;
}

.detail-content-2.out-top-space {
  margin-top: 30px;
}

.r-line {
  background-color: #c1defd;
  border-radius: 100px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.phone {
  color: #b32374;
  background-color: #fff;
  background-image: url('../images/telephone.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #b32374;
  border-radius: 50px;
  height: 22px;
  margin-top: 1px;
  padding-top: 0;
  padding-left: 27px;
  padding-right: 10px;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.r-file-type {
 font-family: Opensans, sans-serif;
}

.general-content-area-2 {
  margin-top: 80px;
  margin-left: 0%;
  padding: 60px 5% 60px 2.5%;
  display: flex;
}

.general-content-area-2.inner {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 80px;
  position: relative;
  overflow: visible;
}

.services-header-1 {
  flex-flow: column;
  justify-content: flex-start;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.r-year {
  flex-direction: column;
  justify-content: center;
  font-family: Opensans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.services-text {
  color: #014a93;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.services-text.bold {
  margin-bottom: 0;
  font-size: 21px;
}

.services-text._2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.services-text._3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.services-text.bottom-space {
  margin-bottom: 40px;
}

.services-text.top-space {
  margin-top: 40px;
}

.image-20 {
  width: 23px;
  max-width: none;
}

.dropdown-4 {
  z-index: 999;
  width: 100px;
  height: 60px;
  margin-left: auto;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.shortlink {
  z-index: 999;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  height: 20%;
  margin-top: 80px;
  margin-left: 2.5%;
  margin-right: 0%;
  padding-top: 120px;
  padding-left: 25px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.shortlink.null {
  display: none;
}

.text-block-147 {
  margin-left: 20px;
  font-family: Opensans, sans-serif;
}

.inner-head {
  color: #b22374;
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-left: 31px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.compare {
  flex-direction: row;
  display: flex;
}

.yk-img {
  z-index: 1;
  background-color: #b32374;
  border: 3px #e0eefd;
  border-radius: 500px;
  width: 40px;
  margin-top: 5px;
  margin-bottom: auto;
  padding: 5px;
  position: absolute;
  inset: auto auto auto -18px;
}

.yk-img.rent {
  background-color: #01ac20;
  border-style: none;
  margin-top: 6px;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  min-height: 30vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block-2 {
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  min-height: 30vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.seperate {
  min-height: 60px;
}

.seperate.top {
  margin-top: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.mail-2 {
  color: #b32374;
  background-color: #fff;
  background-image: url('../images/email-1.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #b32374;
  border-radius: 50px;
  width: auto;
  height: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 27px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.mail-2.out {
  background-image: url('../images/link.svg');
  background-position: 7px;
  background-size: 18px;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.mail-2.out.big {
  height: 34px;
}

.mail-2.out._2 {
  background-position: 5px;
  background-size: 14px;
  height: 19px;
}

.mail-2.out {
  background-image: url('../images/link.svg');
  background-position: 7px;
  background-size: 18px;
  width: auto;
  padding-top: 1px;
  display: inline-block;
}

.timeline-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.timeline-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/f5.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-image:hover {
  flex-grow: 5;
}

.timeline-image.three {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/81454920460863a00c505c.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5px;
  padding-top: 20px;
  padding-left: 20px;
}

.timeline-image.three:hover {
  flex-grow: 5;
}

.timeline-image.four {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/buying-a-used-car-1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
}

.timeline-image.four:hover {
  flex-grow: 5;
}

.timeline-image._01 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/f5.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5px;
  padding-top: 20px;
  padding-left: 20px;
}

.timeline-image._01:hover {
  flex-grow: 5;
}

.timeline-image._02 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Happy_Driver.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
}

.timeline-image._02:hover {
  flex-grow: 5;
}

.timeline-text {
  background-color: var(--medium-violet-red);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  flex: 0 auto;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px;
 font-family: Opensans, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
  position: static;
}

.timeline-block {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.timeline-block._01 {
  border-radius: 0 0 4px 4px;
  margin-top: 5px;
}

.text-block-152 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 20px;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline-new {
  color: #fff;
  text-align: left;
  background-color: #0000;
  border-radius: 4px;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: Opensans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  position: static;
}

.services-bullet-2 {
  color: #0a4c9d;
  background-color: #0000;
  border-bottom: 1px solid #e0effd;
  border-left: 1px solid #e0effd;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 30px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: relative;
}

.services-bullet-2:hover {
  background-color: #e0effd;
}

.services-bullet-2.new {
  border-top: 1px solid var(--alice-blue);
  border-right: 1px solid var(--alice-blue);
  color: var(--dark-slate-blue);
  text-align: left;
  justify-content: flex-start;
  height: auto;
  min-height: auto;
  padding-left: 30px;
  padding-right: 10px;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.services-bullet-2.new.big {
  border-top: 1px solid var(--alice-blue);
  justify-content: center;
 font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.services-bullet-2.new.big.percent-advantage {
  justify-content: flex-start;
}

.services-bullet-2.new.big.plus {
  flex-direction: column;
}

.services-bullet-2.new.big.plus._200px {
  color: var(--medium-violet-red);
  min-height: 180px;
}

.services-bullet-2.new._50-2 {
  width: 50%;
}

.services-bullet-2.new._50-2.small._100 {
  width: 100%;
  min-height: 100px;
}

.services-bullet-2.new.full {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: center;
  height: 56%;
  min-height: auto;
  font-size: 11px;
}

.services-bullet-2.new.small {
  min-height: auto;
}

.services-bullet-2.new.small.min-height {
  min-height: 100px;
}

.services-bullet-2.new._200px {
  min-height: 180px;
}

.services-bullet-2.new.hibrit {
  min-height: 100px;
}

.services-bullet-2.space {
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-weight: 400;
}

.services-bullet-2.space.bg {
  background-color: #f7fbff;
}

.services-bullet-2._50 {
  width: 50%;
}

.services-bullet-2._02 {
  border-top: 1px solid var(--alice-blue);
  border-right: 1px solid var(--alice-blue);
  color: var(--dark-slate-blue);
  justify-content: flex-start;
  height: auto;
  min-height: 100px;
  padding-left: 10px;
  padding-right: 10px;
 font-family: Opensans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.services-bullet-2._02._50-2 {
  background-color: #f0f6fc;
  width: 50%;
}

.services-bullet-2._02._50-2.small {
  min-height: auto;
}

.services-bullet-2._02._50-2.small._100 {
  width: 100%;
}

.services-bullet-2._02._200px {
  min-height: 180px;
}

.services-bullet-2.title {
  border-top: 1px solid var(--alice-blue);
  border-right: 1px solid var(--alice-blue);
  color: var(--medium-violet-red);
  justify-content: center;
  height: auto;
  min-height: 50px;
  max-height: 50px;
  padding-left: 10px;
 font-family: Opensans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.services-bullet-2.title._50-2 {
  background-color: #f0f6fc;
  width: 50%;
}

.yk-img-2 {
  z-index: 1;
  background-color: #0a4c9d;
  border: 3px solid #e0eefd;
  border-radius: 500px;
  width: 40px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px;
  position: absolute;
  inset: auto auto auto -18px;
}

.detail-content-3 {
  text-align: left;
  background-color: #0000;
  border: 3px solid #e0effe;
  border-radius: 4px;
  width: 90%;
  min-height: 100px;
  margin-bottom: 30px;
  padding: 30px 40px;
  transition: all .2s;
  position: relative;
}

.detail-content-3:hover {
  background-color: #0000;
  background-image: none;
  border: 3px solid #e0effe;
}

.detail-content-3.document {
  border-top: 3px solid #e0effe;
}

.detail-content-3.document._50 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.detail-content-3._02 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.detail-content-3.bulten {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.detail-content-3.car {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.detail-content-3.car:hover {
  background-color: #f6faff;
}

.detail-content-3.new {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.detail-content-3.new:hover {
  background-color: #f6faff;
}

.blank {
  width: 50%;
}

.services-bullet-3 {
  border-bottom: 2px solid var(--alice-blue);
  color: #0a4c9d;
  background-color: #0000;
  border-left: 1px solid #e0effd;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 30px;
  font-family: Opensans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: relative;
}

.services-bullet-3:hover {
  background-color: #e0effd;
}

.services-bullet-3.blank {
  color: #0a4c9d;
  width: auto;
  margin-left: 60px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 30px;
  font-family: Opensans, sans-serif;
}

.services-bullet-3.blank._60px {
  border-bottom-style: none;
  height: 68px;
  display: flex;
}

.services-bullet-3.blank._60px.bottom-line {
  border-bottom: 2px solid #e0eefd;
  height: auto;
}

.services-bullet-3.why {
  color: var(--dark-slate-blue);
  border-bottom-width: 2px;
  border-left-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
}

.services-bullet-3.why2 {
  color: #0a4c9d;
  border-bottom: 3px solid #e0effd;
  border-left-style: none;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.services-bullet-3.why-3 {
  color: #1c92f8;
  border-bottom-width: 2px;
  border-left-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
}

.bold-text-6 {
  line-height: 15px;
}

.partner-img {
  z-index: 1;
  background-color: #0a4c9d;
  border: 3px solid #e0eefd;
  border-radius: 500px;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px;
  position: absolute;
  inset: auto auto auto -18px;
}

.status-text {
  color: #b32374;
  text-align: center;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 60px;
  padding: 10px 10px 0;
  font-size: 10px;
  line-height: 13px;
  display: flex;
  transform: rotate(90deg);
}

.status-text.w {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 0;
  transform: none;
}

.status-text.w._50 {
  justify-content: flex-start;
  padding-top: 40px;
}

.partner-status {
  border-left: 2px #e0effd;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60px;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.heading-70 {
  color: #004e8f;
  text-align: left;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 600;
  line-height: 66px;
}

.heading-70.new {
  margin-top: 0;
  font-size: 3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.report-right-2 {
  border: 1px solid #0a4c9d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-left: 20px;
  font-size: 10px;
  display: flex;
}

.report-content-2 {
  color: #0a4c9d;
  background-color: #e0eefd;
  border-radius: 4px;
  justify-content: space-around;
  align-items: center;
  width: 29.5%;
  min-height: 160px;
  margin: 10px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.report-content-3 {
  color: #0a4c9d;
  background-color: #e0eefd;
  border-radius: 4px;
  justify-content: space-around;
  align-items: center;
  width: 30%;
  min-height: 160px;
  margin: 10px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.report-content-3.main {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.seperator {
  width: 100%;
  min-height: 100px;
}

.detail-content-4 {
  background-color: #fff;
  border: 3px solid #e0eefd;
  border-radius: 2px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 30px 40px;
  transition: all .2s;
  position: relative;
}

.detail-content-4:hover {
  background-color: #ffffff8a;
  background-image: none;
  border: 3px solid #f2f9ff;
}

.topline-2 {
  background-color: #66b32d;
  width: 100px;
  height: 2px;
  margin-top: -3px;
  margin-left: 40px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.phone-2 {
  color: #b32374;
  background-color: #fff;
  background-image: url('../images/telephone.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #b32374;
  border-radius: 50px;
  height: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 0;
  padding-left: 27px;
  padding-right: 10px;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.services-content-right-2 {
  background-color: #fff;
  border-radius: 0;
  width: 65%;
  margin-left: 3%;
  margin-right: 0%;
  padding-top: 2.5%;
  padding-left: 0%;
  padding-right: 0%;
  overflow: hidden;
}

.sub-head-2 {
  color: #b32374;
  text-align: left;
  background-color: #0000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.sub-head-2.top-space {
  margin-top: 40px;
}

.radio-button-field {
  margin-bottom: 0;
  margin-right: 40px;
  font-family: Opensans, sans-serif;
}

.radio-button-field.selected {
  background-color: #e0eefd;
  border: 2px solid #e0eefc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.radio-button-field.normal {
  background-color: #fff;
  border: 2px solid #dfedfc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.radio-button-field.normal:hover {
  background-color: #f6faff;
  border: 2px solid #e0eefc;
}

.radio-button-field.selected {
  background-color: #e0eefd;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 50px;
  margin-right: 10px;
  font-size: 15px;
  display: flex;
}

.radio-button-field.selected:hover {
  background-color: #f6faff;
  border: 2px solid #e0eefc;
}

.radio-button-field.selected:active {
  border: 2px solid #e0eefc;
}

.success-message-3 {
  background-color: #0000;
  padding-left: 20px;
}

.onay {
  border: 1px dashed var(--medium-violet-red);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.dropdown-item-2 {
  color: #014a93;
  border-bottom: 2px solid #e0eefc;
  align-items: center;
  min-height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  transition: all 70ms;
  display: flex;
}

.dropdown-item-2:hover {
  color: #171717;
  background-color: #f8fcff;
}

.dropdown-item-2:active, .dropdown-item-2:focus {
  background-color: #eaf5fd;
}

.field-label {
  color: #014a93;
  font-size: 15px;
  font-weight: 500;
}

.field-label.captcha {
  width: 100%;
}

.form-content-block {
  margin-top: 40px;
  display: flex;
}

.form-content-block._20.line.display {
  display: none;
}

.form-content-block._20.line {
  flex-direction: column;
}

.form-content-block._20.list {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.form-content-block._20 {
  margin-top: 20px;
}

.form-content-block._20.top-margin {
  margin-top: 40px;
}

.form-content-block._20.top-margin.display {
  display: none;
}

.div-block-1039 {
  color: #014a93;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.lottie-animation-16 {
  width: 100px;
}

.checkbox-field {
  color: #014a93;
  margin-top: 40px;
  font-weight: 300;
}

.red-message {
  color: var(--medium-violet-red);
  text-align: center;
}

.dropdown-toggle__icon-2 {
  color: #014a93;
  background-image: url('../images/arrow__down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  transform: rotate(0);
}

.error-message-3 {
  background-color: #0000;
  padding: 0;
}

.red {
  border: 1px dashed var(--medium-violet-red);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.radio-button {
  border: 3px solid #014a93;
}

.radio-button:hover, .radio-button.w--redirected-checked {
  border-color: #b32374;
}

.radio-button.selected {
  min-width: 12px;
  min-height: 12px;
  margin-top: 0;
}

.checkbox-label {
  font-weight: 300;
}

.onay-message {
  color: #014a93;
}

.radio-button-label {
  font-family: Opensans, sans-serif;
  font-weight: 400;
}

.radio-button-label.selected {
  margin-bottom: 0;
  margin-left: 10px;
}

.dropdown-list-3 {
  z-index: 10;
  border-style: solid none none;
  border-width: 2px;
  border-color: var(--alice-blue) var(--medium-violet-red) var(--medium-violet-red);
  object-fit: fill;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  width: 100%;
  max-height: 260px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: auto;
}

.dropdown-list-3.w--open {
  border-style: solid none none;
  border-width: 2px;
  border-color: #dfedfb var(--medium-violet-red) var(--medium-violet-red);
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 101.5%;
  height: auto;
  max-height: 260px;
  margin-top: 0;
  overflow: scroll;
}

.dropdown-list-3.w--open:hover {
  border-style: solid none none;
  border-color: #dfedfb var(--medium-violet-red) var(--medium-violet-red);
  border-top-width: 2px;
}

.dropdown-list-3.w--open:active {
  border-style: solid none none;
}

.dropdown-list-3.w--open:focus {
  border-style: solid none none;
  border-color: var(--alice-blue) black black;
}

.dropdown-6 {
  cursor: pointer;
  background-color: #fff;
  border: 2px #e0eefc;
  border-left-color: #66b32d;
  border-radius: 0;
  flex-direction: row;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-right: 0;
  transition: all 70ms;
  display: block;
}

.dropdown-6:hover {
  border-style: none;
  border-color: #014a93;
  border-radius: 0;
}

.dropdown-6:active {
  border-color: var(--medium-violet-red);
}

.dropdown-6:focus {
  border-style: none;
  border-color: var(--medium-violet-red);
  border-radius: 0;
  padding-bottom: 2px;
}

.drop-line-2 {
  border: 2px #dfedfc;
  border-radius: 0;
  height: auto;
  position: relative;
}

.select-area {
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(#f4f9fd, #fff 63%);
  border: 3px solid #e0effe;
  border-radius: 4px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 30px;
  padding: 140px 20px 30px;
  transition: all .2s;
  position: relative;
}

.select-area:hover {
  background-color: #0000;
  background-image: none;
  border: 3px solid #e0effe;
}

.select-area.new {
  height: auto;
  min-height: auto;
  margin-bottom: 40px;
  padding: 140px 0 0;
  position: static;
  top: 220px;
}

.select-area.all-form {
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding: 2rem 0 0;
  position: static;
  top: 220px;
}

.select-area.nospace {
  min-height: auto;
  margin-bottom: 0;
  padding: 2rem;
}

.subhead-cars {
  color: var(--medium-violet-red);
  text-align: left;
  align-items: center;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 600;
  line-height: .9em;
  display: flex;
}

.text-span-18 {
  color: var(--dark-slate-blue);
  margin-left: 10px;
  font-size: .7em;
}

.second-hand-image {
  width: 99.931%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto;
}

.car-content-1 {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.car-head-1 {
  color: var(--medium-violet-red);
  width: 80%;
  font-family: Opensans, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.car-head-2 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.car-head-3 {
  color: var(--dark-slate-blue);
  border: 2px #e0eefd;
  border-radius: 3px;
  height: auto;
  margin-top: 0;
  padding: 0 0 5px;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
  inset: auto 0% 0%;
}

.text-span-19 {
  font-family: Opensans, sans-serif;
  font-weight: 400;
}

.info {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #309af7;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 20px;
  padding: 5px;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-span-20 {
  color: var(--medium-violet-red);
  margin-left: 10px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.price {
  color: var(--dark-slate-blue);
  border: 2px #e0eefd;
  border-radius: 3px;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 0 0 5px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.car-btn {
  background-color: var(--dark-slate-blue);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.car-btn:hover {
  background-color: var(--medium-violet-red);
}

.car-btn.new {
  width: 70%;
  margin: 20px 0 20px 15%;
  padding-right: 20px;
}

.car-btn.sh-form {
  width: auto;
  min-width: 200px;
  margin: 0 0 0 0%;
  padding-right: 20px;
}

.table-content {
  color: #014a93;
  border: 3px solid #c2ddf85c;
  border-radius: 5px;
  width: 100%;
  min-height: 60px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}

.table-content._3 {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.table-content._3.selected {
  border-color: #014a93;
  overflow: visible;
}

.table-content._3.done {
  border-color: #08b802;
  overflow: visible;
}

.text-line-3 {
  color: #014a93;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-field-4 {
  border: 2px solid #e0effc;
  border-radius: 4px;
  min-height: 50px;
}

.text-field-4:hover {
  border-color: #014a93;
}

.text-field-4:active, .text-field-4:focus {
  border-color: var(--medium-violet-red);
}

.text-field-4::placeholder {
  color: #014a9394;
}

.text-field-4.text-area {
  min-height: 100px;
}

.text-field-4._33 {
  width: 33%;
}

.form-accept {
  color: #014a93;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.checkbox-2 {
  border-width: 3px;
  border-color: #014a93;
}

.checkbox-2:hover {
  border-color: var(--medium-violet-red);
}

.checkbox-2.w--redirected-checked {
  border-color: var(--medium-violet-red);
  background-color: var(--medium-violet-red);
}

.checkbox-2.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--medium-violet-red);
}

.submit-button-4 {
  background-color: var(--medium-violet-red);
  border-radius: 3px;
  width: 200px;
  min-height: 50px;
  margin-top: 10px;
}

.submit-button-4:hover {
  background-color: #014a93;
}

.numbers-form {
  background-color: var(--medium-violet-red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.numbers-form.selected {
  background-color: #014a93;
}

.numbers-form.selected.icon {
  color: #fff0;
  background-image: url('../images/check_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.numbers-form.plus {
  color: #fff0;
  background-image: url('../images/plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.numbers-form.done {
  background-color: #014a93;
}

.numbers-form.done.icon {
  color: #fff0;
  background-color: #08b802;
  background-image: url('../images/check_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.error-message {
  background-color: #0000;
}

.radio-button-2 {
  border: 3px solid #014a93;
}

.radio-button-2:hover, .radio-button-2.w--redirected-checked {
  border-color: var(--medium-violet-red);
}

.success-message {
  background-color: #0000;
}

.form-column-2 {
  width: 100%;
  min-height: 60px;
  margin-right: 5px;
  position: relative;
}

.form-column-2._50 {
  width: 49%;
}

.form-column-2._50.captcha {
  flex-wrap: wrap;
  display: flex;
}

.dropdown-toggle-3 {
  color: #014a93;
  cursor: pointer;
  border: 2px #e0eefc;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0 0 0 1rem;
  font-size: 15px;
  transition: all 70ms;
  display: flex;
  box-shadow: inset 0 0 0 2px #0000;
}

.dropdown-toggle-3:hover {
  box-shadow: none;
  background-color: #fff;
  border: 2px #014a93;
  border-radius: 0;
}

.dropdown-toggle-3:active {
  border-color: #66b32d;
  border-radius: 0;
}

.dropdown-toggle-3:focus {
  border-color: #e0eefc;
}

.dropdown-toggle-3.w--open {
  box-shadow: none;
  border: 2px #000;
}

.dropdown-toggle-3.w--open:hover {
  border: 2px #000;
}

.dropdown-toggle-3.w--open:focus {
  border: 2px #000;
  border-radius: 0;
}

.shortlink-2 {
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  height: 20%;
  margin-top: 80px;
  margin-left: 2.5%;
  margin-right: 0%;
  padding-top: 120px;
  padding-left: 20px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.link-5 {
  color: #0a4c9d;
  text-decoration: none;
}

.link-5:hover {
  color: #b32374;
}

.link-5.map {
  background-image: url('../images/maps-and-flags.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 40px;
}

.bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.bold-text-10 {
  font-weight: 500;
}

.div-block-1044 {
  justify-content: space-between;
  display: flex;
}

.text-block-155 {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
}

.combo-content {
  border: 2px solid #e0eefc;
  border-radius: 4px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  overflow: hidden;
}

.text-span-21 {
  margin-top: 10px;
}

.services-bullet-4 {
  color: #0a4c9d;
  background-color: #0000;
  border-left: 1px #e0effd;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 30px 10px 20px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: relative;
}

.services-bullet-4:hover {
  background-color: #e0effd;
}

.out-link {
  color: #b32374;
  text-decoration: none;
}

.out-link:hover {
  color: #55a2ff;
}

.text-line-4 {
  color: #014a93;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-line-4.no-space {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.info-text {
  font-size: 9px;
  line-height: 11px;
}

.why-1 {
  color: #014a93;
  background-image: url('../images/question.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-11 {
  color: var(--medium-violet-red);
}

.why-2 {
  color: #014a93;
  background-image: url('../images/checked.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.why-2.nospace {
  margin-bottom: 0;
}

.compare-type {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  border: 3px #e0eefd;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  margin-bottom: auto;
  margin-right: 3px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tab {
  border-bottom: 1px solid var(--alice-blue);
  color: var(--dark-slate-blue);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 25%;
  display: flex;
}

.tab.w--current {
  border-bottom: 1px solid var(--alice-blue);
  background-color: #f4f9fd;
  border-radius: 3px 3px 0 0;
  flex-direction: column;
  justify-content: center;
  height: 25%;
  display: flex;
}

.tab.bottom {
  border-bottom-style: none;
}

.tab-open {
  background-color: #fff;
  border: 3px solid #e0eefc;
  border-left-style: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 460px;
  min-height: 460px;
  padding: 20px;
}

.tabs {
  display: flex;
}

.tabs-menu {
  border: 3px solid var(--alice-blue);
  width: 30%;
}

.tabs-content {
  width: 70%;
}

.list-compare {
  border: 1px none var(--alice-blue);
  border-radius: 3px;
  flex-wrap: wrap;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-compare._01 {
  background-color: #f1f7fd;
}

.text-span-22 {
  color: var(--medium-violet-red);
  width: 50px;
  margin-right: 0;
}

.text-block-157 {
  color: var(--dark-slate-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
 font-family: Opensans, sans-serif;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-158 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  font-size: 11px;
  font-style: italic;
}

.kdv {
  margin-left: 10px;
  font-size: 14px;
}

.second-hand-slider {
  background-color: #0000;
  border-radius: 3px;
  width: 400px;
  max-width: 400px;
  height: 204px;
  margin-left: 0;
  margin-right: 20px;
  overflow: hidden;
}

.left-arrow-2 {
  width: 40px;
  height: 150px;
}

.right-arrow-2 {
  width: 40px;
  height: 150px;
  inset: 0% 0% 0% auto;
}

.icon-2 {
  background-color: var(--dark-slate-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  display: flex;
}

.icon-3 {
  background-color: var(--dark-slate-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
}

.slide-nav-2 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5px;
  font-size: 8px;
  display: flex;
  inset: auto 0% 0%;
}

.slide-2 {
  overflow: hidden;
}

.car-content {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-1 {
  color: var(--medium-violet-red);
  margin-top: 0;
}

.contact-3 {
  color: var(--dark-slate-blue);
  flex-direction: column;
  margin-top: 0;
  font-family: Opensans, sans-serif;
  display: flex;
}

.stock-car {
  width: 40%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto;
}

.text-span-23 {
  font-family: Opensans, sans-serif;
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.compare-content {
  border: 2px solid #e0effe;
  border-radius: 3px;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: auto;
}

.compare-column {
  justify-content: center;
  width: 200px;
  height: 520px;
  min-height: auto;
  display: flex;
}

.compare-column._50 {
  width: 33%;
  height: auto;
}

.compare-column._50._01 {
  width: 100%;
}

.text-span-24 {
  margin-top: -25px;
  font-size: 11px;
  line-height: 7px;
}

.compare-responsive {
  background-color: #dfedfc38;
  border: 3px #dfedfb;
  border-radius: 5px;
  width: 100%;
  max-width: none;
  overflow: auto;
}

.captcha-area {
  width: 88%;
  position: relative;
}

.text-field {
  border: 2px solid #e0effc;
  border-radius: 4px;
  min-height: 50px;
}

.text-field:hover {
  border-color: #014a93;
}

.text-field:active, .text-field:focus {
  border-color: #66b32d;
}

.text-field::placeholder {
  color: #014a9394;
}

.refresh {
  background-color: #fff;
  background-image: url('../images/reload.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 2px solid #e0eefc;
  border-radius: 3px;
  width: 25px;
  height: 24px;
}

.refresh:hover {
  border-color: #b6d2ee;
}

.captcha-image {
  max-height: 38px;
  margin-top: 7px;
  margin-right: 2px;
  position: absolute;
  inset: auto 0% 16px auto;
}

.div-block-159 {
  margin-top: 40px;
  display: flex;
}

.div-block-159._20 {
  flex-direction: row;
  margin-top: 20px;
}

.form-column-3 {
  width: 33%;
  min-height: 60px;
  margin-right: 5px;
}

.form-column-3._50 {
  width: 49%;
  position: relative;
}

.form-column-3._50.captcha {
  flex-flow: column wrap;
  display: flex;
}

.captcha-btn {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  min-height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.sound {
  background-color: #fff;
  background-image: url('../images/volume.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 2px solid #e0eefc;
  border-radius: 3px;
  width: 25px;
  height: 24px;
}

.sound:hover {
  border-color: #b6d2ee;
}

.utility-page-content-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 20px;
  display: flex;
}

.image-21 {
  max-width: 80%;
}

.heading-2 {
  color: var(--dark-slate-blue);
  font-family: Opensans, sans-serif;
  font-size: 28px;
  line-height: 33px;
}

.div-block-1045 {
  color: #b32374;
  font-family: Opensans, sans-serif;
  font-weight: 500;
}

.body-2 {
  background-color: var(--dark-slate-blue);
 font-family: Opensans, sans-serif;
}

.navbar-2 {
  background-color: #0000;
}

.container {
  background-color: #0000;
  min-width: 200px;
  height: 52px;
  display: flex;
}

.nav-menu-2 {
  background-color: #b32374;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
 font-family: Opensans, sans-serif;
  font-weight: 400;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #d56fa8;
  line-height: 16px;
}

.menu-button-4 {
  background-color: #b32374;
  border-radius: 4px;
  flex-direction: column;
  width: 120px;
  height: 60px;
  display: flex;
}

.menu-button-4.w--open {
  background-color: #b32374;
}

.text-block-154 {
  color: #fff;
  align-items: center;
  width: 60px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-1046 {
  border-bottom: 1px solid var(--alice-blue);
  width: 100%;
  min-height: 50px;
  display: flex;
}

.div-block-1046:hover {
  background-color: #dfedfc4a;
}

.div-block-1047 {
  border-left: 1px solid var(--alice-blue);
  color: var(--dark-slate-blue);
  letter-spacing: -.5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-width: 200px;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 9px;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div-block-1047.b {
  color: var(--medium-violet-red);
}

.div-block-1047.b._33 {
  min-width: auto;
  font-family: Opensans, sans-serif;
}

.div-block-1047._33 {
  width: 33.3%;
  min-width: auto;
  max-width: 33.3%;
}

.div-block-1047._33.mobile {
  min-width: auto;
}

.div-block-1047._33._100 {
  min-width: auto;
  font-family: Opensans, sans-serif;
}

.text-block-159 {
  font-size: 12px;
}

.text-span-25 {
  color: var(--medium-violet-red);
  font-size: 15px;
}

.text-block-160 {
  text-align: left;
  font-size: 11px;
  line-height: 15px;
}

.link-10 {
  text-decoration: none;
}

.tab-compare {
  color: #004d90a1;
  background-color: #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tab-compare.w--current {
  background-color: var(--alice-blue);
  color: var(--dark-slate-blue);
  background-image: url('../images/checked-1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tabs-menu-2 {
  display: flex;
}

.tab-open-panel {
  border: 1px solid var(--alice-blue);
  background-color: #fff;
}

.tabs-open {
  border: 2px solid var(--alice-blue);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.accordion-item-wrapper {
  width: 100%;
  margin-top: 0;
  position: static;
  top: 0;
}

.search-menu {
  border-bottom: 1px solid var(--alice-blue);
  color: var(--dark-slate-blue);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-left: 20px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.search-menu.top-line {
  border-top: 2px solid var(--alice-blue);
  font-family: Opensans, sans-serif;
}

.accordion-arrow {
  clear: none;
  opacity: .8;
  width: 12px;
  margin-right: 20px;
}

.accordion-pane {
  border-bottom: 1px solid var(--alice-blue);
  background-color: #fff;
  width: 100%;
  height: auto;
  overflow: auto;
  box-shadow: inset 0 9px 22px -20px #65b6fd;
}

.accordion-pane-content {
  width: 90%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-field-2 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox {
  border-width: 2px;
  border-color: var(--alice-blue);
  width: 15px;
  height: 15px;
  margin-top: 4px;
}

.checkbox:hover {
  border-color: var(--medium-violet-red);
}

.checkbox.w--redirected-checked {
  border-color: var(--medium-violet-red);
  background-color: var(--medium-violet-red);
}

.checkbox.w--redirected-focus {
  border-width: 2px;
  border-color: var(--medium-violet-red);
  box-shadow: 0 0 3px 1px var(--medium-violet-red);
}

.checkbox-label-2 {
  margin-bottom: 0;
  padding-top: 2px;
}

.div-block-3 {
  width: 100%;
  padding: 0;
}

.text-field-2 {
  border: 2px solid var(--alice-blue);
  border-radius: 6px;
  width: 90%;
}

.text-field-2:hover, .text-field-2:focus {
  border-color: var(--medium-violet-red);
}

.field-label-3 {
  font-weight: 400;
}

.form-block {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.button-4 {
  background-color: #5a5a74;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 40px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button-4:hover {
  background-color: #ee5524;
}

.column, .column-2 {
  padding-left: 0;
}

.checkbox-label-3 {
  margin-bottom: 0;
}

.checkbox-label-4 {
  margin-bottom: 0;
  line-height: 16px;
}

.checkbox-field-3 {
  width: 48%;
  font-size: 12px;
}

.cokie-button-2 {
  color: var(--dark-slate-blue);
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  width: 97px;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
 font-family: Opensans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.cokie-button-2:hover {
  background-color: var(--alice-blue);
}

.cokie-button-2.light {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.cokie-button-2.light:hover {
  background-color: #dfedfc14;
}

.checkbox-3 {
  border-width: 2px;
  border-color: #fff;
}

.checkbox-3:hover {
  border-color: var(--medium-violet-red);
}

.checkbox-3.w--redirected-checked {
  border-width: 2px;
  border-color: var(--medium-violet-red);
  background-color: var(--medium-violet-red);
}

.checkbox-3.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--medium-violet-red);
  border-width: 2px;
}

.cokie-text-2 {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-right: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
}

.bold-text-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.form-block-2 {
  margin-bottom: 0;
}

.div-block-170 {
  width: 100%;
}

.link-11 {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.div-block-1048 {
  flex-wrap: wrap;
  display: flex;
}

.radio-button-field-2 {
  height: auto;
  margin-bottom: 5px;
  margin-right: 0;
}

.checkbox-label-5 {
  font-weight: 300;
  display: block;
}

.lottie-animation-18 {
  background-color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 7px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.checkbox-4 {
  border-width: 3px;
  border-color: #014a93;
}

.checkbox-4:hover {
  border-color: var(--medium-violet-red);
}

.checkbox-4.w--redirected-checked {
  border-color: var(--medium-violet-red);
  background-color: var(--medium-violet-red);
}

.checkbox-4.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--medium-violet-red);
}

.checkbox-field-4 {
  color: #014a93;
  width: 100%;
  margin-top: 20px;
  font-weight: 300;
}

.inner-link {
  color: #66b32d;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 500;
  text-decoration: none;
}

.inner-link:hover {
  color: #014a93;
}

.inner-link.pop {
  border: 1px solid var(--medium-violet-red);
  color: var(--medium-violet-red);
  background-color: #fff;
  background-image: url('../images/60fff41f667baa17a92c1ee5_search.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 10px;
  font-size: 14px;
  display: inline-block;
}

.text-block-151 {
  color: #014a93;
  margin-top: 50px;
  font-weight: 300;
}

.text-block-150 {
  color: #014a93;
  text-align: left;
  background-color: #dfedfc;
  border-bottom: 3px solid #fff;
  width: 100%;
  min-height: 75px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.radio-button-3 {
  border: 3px solid #014a93;
}

.radio-button-3:hover, .radio-button-3.w--redirected-checked {
  border-color: #66b32d;
}

.kvkk-content {
  background-color: #dfedfc;
  border-radius: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 80px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-162 {
  color: #014a93;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

.radio-button-label-2 {
  font-weight: 300;
}

.kvkk-modal, .kvkk-modal-2 {
  display: none;
}

.hesapla {
  background-color: var(--medium-violet-red);
}

.car-btn {
  margin-bottom: 0;
  margin-right: 10px;
}

.car-btn._02 {
  background-color: #05bf95;
}

.car-btn._02:hover {
  background-color: #02d8a8;
}

.div-block-1049 {
  display: flex;
}

.form {
  width: 100%;
}

.form-block-3 {
  border-top: 2px solid var(--alice-blue);
  width: 100%;
  margin-bottom: 0;
}

.indirim {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: .8em;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.help-text-3 {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 400;
}

.help-text-3.dark {
  padding-left: 20px;
 font-family: Opensans, sans-serif;
}

.image-22 {
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 64.6719px;
  max-width: 84%;
  position: absolute;
  bottom: -7px;
  right: 0;
}

.div-block-1051 {
  width: 40px;
  height: 60px;
  margin-left: -2px;
}

.div-block-1052 {
  justify-content: center;
  align-items: flex-end;
  width: 77px;
  height: 81px;
  margin-left: 0;
  display: flex;
  position: absolute;
  bottom: 0;
}

.image-23 {
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 66.2188px;
  max-width: 86%;
  position: absolute;
  bottom: -6px;
}

.image-24 {
  z-index: 2;
  width: 70.3906px;
  max-width: 88%;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
  right: 0;
}

.div-block-1053 {
  background-color: #e0f0ff;
  border-radius: 3px;
  align-items: center;
  width: 80px;
  height: 60px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.div-block-1054 {
  background-color: #e0f0ff;
  border-radius: 3px;
  width: 100%;
  height: 60px;
  position: absolute;
  inset: auto 0% auto auto;
}

.srm {
  height: 60px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .2s;
}

.srm:hover {
  transform: scale(1.1);
}

.srm.mobile {
  display: none;
}

.srm-icon {
  background-color: #b32374;
  background-image: url('../images/srm.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 0 4px 4px 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.srm-mobile {
  height: 60px;
  transition: all .2s;
}

.srm-mobile:hover {
  transform: scale(1.1);
}

.srm-mobile.mobile {
  display: none;
}

.srm-icons {
  background-color: #b32374;
  background-image: url('../images/headset-1.svg');
  background-position: 50% 13px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 0 4px 4px 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.doube-link {
  display: none;
}

.new-ico-2 {
  width: 67px;
}

.single-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.cookiehead {
  color: #b32374;
  border-bottom: 1px solid #0a4c9d29;
  justify-content: flex-start;
  align-items: center;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 21px;
  display: flex;
}

.checktoggle {
  background-color: #d8d8d8;
  background-image: url('../images/Ellipse-33.svg');
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 2px #d8d8d8;
  border-radius: 100px;
  width: 40px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  transition: all .2s;
}

.checktoggle:hover {
  background-color: #eee;
  background-image: url('../images/Ellipse-33.svg');
  background-position: 2px;
  border-style: none;
  border-color: #d8d8d8;
}

.checktoggle.w--redirected-checked {
  background-color: #b32374;
  background-image: url('../images/Ellipse-33.svg');
  background-position: 93%;
  background-size: 15px;
  border: 2px #b32374;
}

.checktoggle.w--redirected-focus, .checktoggle.w--redirected-focus-visible {
  border-style: none;
}

.cookielink {
  color: #b32374;
}

.text-block-161 {
  margin-top: 20px;
}

.cookiebtn {
  background-color: #b32374;
  border: 2px solid #b32374;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
 font-family: Opensans, sans-serif;
  font-weight: 400;
}

.cookiebtn:hover {
  color: #b32374;
  background-color: #fff;
  border: 2px solid #b32374;
}

.cookiebtn.edit {
  color: #0a4c9d;
  background-color: #e0effd;
  border-color: #e0effd;
}

.cookiebtn.edit:hover {
  background-color: #fff;
  border-color: #0a4c9d;
}

.checkboxcookie {
  align-items: center;
  display: flex;
}

.cookiedesc {
  font-size: 14px;
  line-height: 19px;
}

.text-small {
 font-family: Opensans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.cookiebold {
 font-family: Opensans, sans-serif;
}

.contentwrapper {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  width: 50%;
  max-width: 500px;
  min-height: 600px;
  display: flex;
}

.contentwrapper.one {
  display: flex;
}

.contentwrapper.two {
  min-height: 90%;
  max-height: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.infowrapper {
  padding: 40px;
  font-size: 15px;
  line-height: 23px;
  overflow: auto;
}

.cookienewwrapper {
  z-index: 9999;
  background-color: #0a4c9dd1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cookienewwrapper.disble {
  display: none;
}

.cookiesection {
  margin-bottom: 20px;
}

.checkboxcookietext {
  color: #b32374;
  margin-bottom: 0;
 font-family: Opensans, sans-serif;
  font-weight: 400;
}

.div-block-1055 {
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  margin-top: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cookiesettings {
  z-index: 10000;
  border: 1px solid var(--alice-blue);
  color: #0a4c9d;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
 font-family: Opensans, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.cookiesettings:hover {
  color: #b32374;
}

.image-25 {
  width: 20px;
  margin-right: 10px;
}

.searchicon {
  opacity: .8;
  background-image: url('../images/SearchMobileFilo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 50px;
  height: 50px;
  margin: auto 0;
}

.searchicon:hover {
  opacity: 1;
}

.searchcontent {
  z-index: 9999;
  background-color: #002d53bd;
  position: fixed;
  inset: 0%;
}

.searcharea3 {
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
}

.searchico1 {
  background-image: url('../images/SearchMobileFilo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.searcharea4 {
  border: 2px #a5cdf3;
  border-radius: 6px;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.searcharea6 {
  background-color: #0a4c9d;
  border-radius: 4px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.searcharea6:hover {
  background-color: #b32374;
}

.searchicon-2 {
  opacity: .8;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: auto 0;
  position: relative;
}

.searchicon-2:hover {
  opacity: 1;
}

.searcharea5 {
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-bottom-color: #0a4c9d;
  border-radius: 5px;
  width: 100%;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1px;
  position: absolute;
  inset: 0%;
}

.searcharea5::placeholder {
  text-align: left;
}

.searchico2 {
  background-image: url('../images/CloseIcoFilo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.searchwrapper {
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.searcharea2 {
  background-color: #e0effd;
  border-radius: 4px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: -13px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: auto;
  right: 12px;
  transform: rotate(45deg);
}

.searcharea1 {
  background-color: #e0effd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  padding: 6px 5px 5px 6px;
  display: none;
  position: absolute;
  inset: auto 12px -49px auto;
}

.searcharea1-2 {
  background-color: #e0effd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  padding: 6px 5px 5px 6px;
  display: none;
  position: absolute;
  inset: auto 2px -49px auto;
}

.link-12 {
  color: #c82680;
  width: 100%;
  font-size: .7em;
  transition: all .2s;
  overflow: hidden;
}

.link-12:hover {
  color: #0184d4;
}

.link-13 {
  text-decoration: none;
}

.text-block-162 {
  font-family: Opensans, sans-serif;
}

.droparea {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  position: relative;
}

.dropsublink {
  color: #0a4c9d;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 5px;
  align-items: center;
  width: auto;
  min-height: 30px;
  margin-bottom: 0;
  margin-left: 15px;
  padding: .5rem 15px;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.dropsublink:hover {
  border-width: 2px;
  border-color: var(--alice-blue);
  color: #b32374;
  background-color: #fff;
  text-decoration: none;
}

.dropcontent {
  min-width: 140px;
}

.dropcontent.w--open {
  background-color: #0000;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  width: 115%;
  min-width: 250px;
  max-height: 100vh;
  padding-top: 13px;
  top: 66px;
  left: -20px;
}

.dropicon {
  margin-right: -3px;
  font-size: 10px;
}

.droplink {
  color: var(--dark-slate-blue);
  align-items: center;
  height: 80px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.05em;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.droplink:hover {
  color: var(--midnight-blue);
}

.right-bar {
  transform-style: preserve-3d;
  width: 20px;
  position: absolute;
  inset: 0% -20px auto auto;
  transform: translate3d(0, 0, 12px);
}

.droptext {
  margin-bottom: 0;
}

.dropnavwrap {
  color: var(--dark-slate-blue);
  align-items: center;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  font-size: .9em;
  display: flex;
}

.left-bar {
  width: 20px;
  position: absolute;
  left: -20px;
}

.dropcontentwrap {
  background-color: #fff;
  border: 2px #0a4c9d;
  border-radius: 0 0 9px 9px;
  flex-direction: column;
  align-items: flex-start;
  min-width: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.dropcontentwrap.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.menuoverlay {
  z-index: 99;
  background-color: #0a4c9dde;
  width: 100%;
  margin-top: 79px;
  display: none;
  position: fixed;
  inset: 0%;
}

.footerlinkblock {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}

.footerlinkblock2 {
  border-top: .5px solid var(--alice-blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.linkgroup {
  flex-direction: column;
  width: 100%;
  padding-right: 2rem;
  display: flex;
}

.linkgrouphead {
  color: #a0a0a0a3;
  letter-spacing: -.5px;
  margin-bottom: .5rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.linkedinwrapper {
  color: #68747f;
  background-image: url('../images/linkedin.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 89px;
  align-items: center;
  width: auto;
  height: 32px;
  margin-right: auto;
  padding-top: 6px;
  padding-left: 105px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.linkedinwrapper:hover {
  color: #000;
}

.campaigncontent {
  width: 100%;
  display: flex;
}

.campaigncontent-1 {
  align-items: stretch;
  width: 100%;
  min-width: 550px;
  padding: 16px 0 16px 16px;
  display: flex;
}

.campaigncontent-2 {
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.campaignimage {
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.campaign-content-3 {
  z-index: 1;
  color: #fff;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.campaign-content-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.campaign-span {
  color: #01ff67;
}

.campaign-content-7 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  min-height: 35px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.campaign-content-7:hover {
  opacity: .8;
}

.campaign-content-8 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: auto;
  text-decoration: none;
  display: flex;
}

.campaign-content-4 {
  margin-right: 1rem;
}

.campaign-content-5 {
  color: #ffffffa3;
  font-size: .8rem;
  line-height: 1.6;
}

.field-block {
  padding-left: 1rem;
  padding-right: 2rem;
}

.other-form {
  display: none;
}

.breadcrum-content {
  color: #0a4c9d;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  display: flex;
}

.breakcrumb-link {
  color: #0a4c9d;
  text-decoration: none;
}

.breakcrumb-link:hover {
  color: #b32374;
}

.breadcrumb-seperate {
  margin-left: .5rem;
  margin-right: .5rem;
}

.paging-2 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  padding: .5rem 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-block-32 {
  text-align: left;
  width: 100%;
  font-size: .8em;
}

.text-span-14 {
  font-weight: 500;
}

.number-2 {
  border: 1px solid var(--alice-blue);
  color: #666;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.number-2:hover {
  border-color: var(--alice-blue);
  background-color: var(--alice-blue);
}

.number-2.active-db {
  border-color: var(--medium-violet-red);
  background-color: var(--medium-violet-red);
  color: #fff;
  min-width: 40px;
  min-height: 40px;
}

.next-back {
  filter: grayscale();
  transform: rotate(180deg);
}

.next-back._01-copy {
  transform: none;
}

.text-block-163 {
  color: var(--dark-slate-blue);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.div-block-1056 {
  display: flex;
}

.div-block-1056.top {
  margin-top: 40px;
}

.add-car {
  border: 1px none var(--dark-slate-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  background-image: url('../images/plus.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 7px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 2.4rem;
  text-decoration: none;
  transition: all .2s;
}

.add-car:hover {
  background-color: var(--medium-violet-red);
  background-image: url('../images/check_1.svg');
}

.sh-header {
  color: var(--medium-violet-red);
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.car-slider {
  width: 100%;
}

.sh-car-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  background-color: #f6faff;
  border: 3px solid #e0effe;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  min-height: 100px;
  margin-bottom: 0;
  padding: 1rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.sh-car-list:hover {
  border: 3px solid var(--dark-slate-blue);
  background-color: #f6faff;
  background-image: none;
}

.sh-car-list.document {
  border-top: 3px solid #e0effe;
}

.sh-car-list.document._50 {
  flex-wrap: wrap;
  display: flex;
}

.sh-car-list._02 {
  justify-content: space-between;
  display: flex;
}

.sh-car-list.bulten {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.sh-car-list.car {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.sh-car-list.car:hover {
  background-color: #f6faff;
}

.sh-car-list.new {
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.sh-car-list.new:hover {
  background-color: #f6faff;
}

.sh-pict-slider {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.sh-arrow {
  position: absolute;
}

.sh-arrow.left {
  background-image: url('../images/arow-normal.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 87px;
  width: 50px;
  height: 100px;
  transition: all .2s;
  left: -18px;
  right: auto;
}

.sh-arrow.left:hover {
  background-image: url('../images/arow-hover.svg');
}

.sh-arrow.right {
  background-image: url('../images/arow-normal.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 87px;
  width: 50px;
  height: 100px;
  transition: all .2s;
  left: auto;
  right: -18px;
  transform: rotate(180deg);
}

.sh-arrow.right:hover {
  background-image: url('../images/arow-hover.svg');
}

.sh-arrow.big-image {
  background-image: url('../images/big-picture-normal.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 89px 87px;
  width: 90px;
  height: 70px;
  transition: all .2s;
  bottom: -34px;
  left: auto;
  right: auto;
}

.sh-arrow.big-image:hover {
  background-image: url('../images/big-picture-hover.svg');
}

.image-26 {
  width: 50px;
  height: 50px;
}

.slider-picture {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.sh-part {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  display: flex;
}

.sh-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark-slate-blue);
  background-color: #fff0;
  flex-flow: column;
  width: 40%;
  padding-left: 2rem;
  display: flex;
}

.pict-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  width: 60%;
  display: flex;
}

.pict-content.display {
  display: none;
}

.tumb-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.tumb-arrow.left {
  background-image: url('../images/tum-arrow-normal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 40px;
  height: 40px;
}

.tumb-arrow.left:hover {
  background-image: url('../images/tum-arrow-hover.svg');
}

.tumb-arrow.right {
  background-image: url('../images/tum-arrow-normal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}

.tumb-arrow.right:hover {
  background-image: url('../images/tum-arrow-hover.svg');
}

.tumb-area {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sh-tumb {
  border-radius: 10px;
  width: 100px;
}

.sh-info-block {
  padding-bottom: 0;
}

.sh-info-block.head {
  color: var(--medium-violet-red);
  background-color: #004d9000;
  border-radius: 0;
  width: 60px;
  padding: 0;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.3;
}

.sh-info-block.detail {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.3;
}

.sh-info-block.detail-price {
  border: 3px none var(--dark-slate-blue);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline;
}

.sh-info-block.sh-price {
  color: var(--dark-slate-blue);
  background-color: #d56fa800;
  border-radius: 0;
  padding: 0;
  font-size: .7rem;
  line-height: 1.3;
}

.sh-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 2px solid var(--alice-blue);
  background-image: url('../images/KM-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 40px;
  display: flex;
}

.sh-info-wrapper.head {
  font-size: .8rem;
  line-height: 1.3;
}

.sh-info-wrapper.detail {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.sh-info-wrapper.sh-price {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-bottom-style: none;
  border-radius: 10px;
  margin-left: -1rem;
  padding-top: .5rem;
  padding-left: 1rem;
  padding-right: .5rem;
}

.sh-info-wrapper.full {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--alice-blue) black black;
  text-align: left;
  background-color: #dfedfc00;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: .5rem 0 0;
}

.sh-info-wrapper.yil {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/yil-icon.svg');
  flex-flow: row;
  justify-content: flex-start;
}

.sh-info-wrapper.yakit-icon {
  background-image: url('../images/Yakit-icon.svg');
  padding-top: .5rem;
}

.sh-info-wrapper.sansiman-icon {
  background-image: url('../images/sanziman-icon.svg');
}

.mail-wrapper {
  color: var(--dark-slate-blue);
  background-color: #dfedfc00;
  border-radius: 10px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.sh-mail {
  color: var(--dark-slate-blue);
  background-image: url('../images/e-mail.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  text-decoration: none;
  display: inline-flex;
}

.car-desc {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sh-ekspertiz-btn {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #004d9000;
  background-image: url('../images/pdf-normal.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto 31px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 1rem .5rem 51px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.sh-ekspertiz-btn:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
  background-image: url('../images/pdf.svg');
}

.sh-ekspertiz-btn.new {
  width: 70%;
  margin: 20px 0 20px 15%;
  padding-right: 20px;
}

.car-blocks {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.sh-combo {
  border: 2px solid #e0eefc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

.sh-combo.display {
  display: none;
}

.select-field {
  color: var(--dark-slate-blue);
  background-color: #f3f3f300;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
}

.sh-form-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kvkk-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.kvkk-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0a4c9d;
  background-color: #edf4fc;
  border: 2px solid #e0effd;
  border-radius: 1rem;
  flex-flow: column;
  width: 32%;
  height: 250px;
  padding: 2rem 2rem 2rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kvkk-list-item:hover {
  background-color: #edf4fc;
  border-color: #0a4c9d;
}

.kvkk-icon {
  z-index: 0;
  color: #0a4c9d;
  background-color: #fff0;
  border: 2px #e0effd;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding: .25rem 1rem 1rem .25rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.kvkk-icon:hover {
  color: #b1c9e7;
  padding-top: .125rem;
  padding-left: .125rem;
}

.kvkk-overlay {
  z-index: 1;
  background-image: linear-gradient(155deg, #edf4fc 57%, #fff0);
  position: absolute;
  inset: 0%;
}

.kvkk-text-block {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.kvkk-number {
  color: #b32374;
  font-weight: 700;
}

.lines {
  background-color: #0a4c9d;
  width: 1px;
  height: 50px;
  transform: rotate(45deg);
}

.kvkk-text {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    padding-right: 10px;
  }

  .logo {
    width: 170px;
  }

  .footer__wrapper {
    max-width: 100em;
  }

  .help {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 320px;
  }

  .btn-3, .btn-3:hover {
    background-color: #606d89;
  }

  .btn-4, .btn-4:hover {
    background-color: #00a0c0;
  }

  .menu-button.srm {
    width: 231.516px;
    padding-right: 70px;
  }

  .menu-text._1.w {
    color: var(--dark-slate-blue);
  }

  .menu-text._2.w {
    color: #a5d6eb;
  }

  .services-content-left {
    width: 30%;
  }

  .services-content-right {
    width: 70%;
  }

  .dropdown-6 {
    width: 100%;
  }

  .select-area {
    border-radius: 15px;
  }

  .text-field-4._33 {
    width: 33%;
  }

  .div-block-1044 {
    justify-content: space-between;
  }

  .text-block-155 {
    color: var(--dark-slate-blue);
    margin-bottom: 10px;
  }

  .div-block-1052 {
    width: 69px;
    display: none;
    left: -20px;
  }

  .image-24 {
    margin-left: -20px;
    margin-right: 0;
    left: 9px;
  }

  .div-block-1053 {
    background-color: var(--medium-violet-red);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 60px;
  }

  .div-block-1054 {
    background-color: #e0f0ff;
  }

  .dropnavwrap {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .paging-2 {
    min-width: auto;
  }

  .sh-header {
    width: 100%;
  }

  .sh-car-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 48%;
    padding: 1rem;
  }

  .sh-part {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .sh-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fff0;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }

  .pict-content {
    width: 100%;
  }

  .sh-info-block.head {
    color: var(--medium-violet-red);
    background-color: #004d9000;
    border-radius: 0;
    padding: 0;
    font-weight: 700;
  }

  .sh-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top: 1px none var(--alice-blue);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: .5rem;
  }

  .sh-info-wrapper.full {
    border-top-style: solid;
    border-top-color: var(--alice-blue);
    border-radius: 0;
    width: 100%;
  }

  .mail-wrapper {
    font-size: 1rem;
  }

  .sh-mail {
    background-image: url('../images/e-mail.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 20px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.4rem;
    display: inline-flex;
  }

  .car-desc {
    margin-bottom: 0;
  }

  .sh-ekspertiz-btn {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .car-blocks {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .kvkk-list-item {
    height: 250px;
    position: relative;
  }

  .kvkk-icon {
    z-index: 0;
    color: #0a4c9d;
    background-color: #fff0;
    border-style: none;
    border-radius: 0;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: absolute;
    inset: 0%;
  }

  .kvkk-text-block {
    z-index: 1;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .logo {
    width: 180px;
  }

  .help {
    display: flex;
  }

  .b-help-btn-2.turkuaz {
    background-color: #ee7823;
  }

  .b-help-btn-2._02-copy {
    background-color: #303096;
  }

  .b-help-btn-2._02-copy.new {
    box-shadow: none;
    background-color: #0a4c9d;
    background-image: none;
    border: 3px solid #85c4ff6b;
    position: relative;
  }

  .b-help-btn-2._02-copy.new:hover {
    background-image: none;
  }

  ._03 {
    background-color: #ff7b00eb;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: auto;
  }

  ._04 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    left: auto;
    right: 0;
  }

  .faq {
    background-color: #f0f6fb;
  }

  .service-icon._03 {
    background-color: #0000;
    min-width: auto;
    max-width: 29%;
    min-height: auto;
    max-height: none;
    margin-right: 20px;
  }

  .service-icon._04 {
    background-color: #0000;
    background-image: none;
    min-width: auto;
    max-width: 37%;
    min-height: auto;
    max-height: none;
    margin-right: 20px;
  }

  .service-icon._05 {
    max-width: 11%;
  }

  .heading-6.new {
    font-size: 47px;
    line-height: 52px;
  }

  .c-homepage_fill._03, .c-homepage_fill._04 {
    justify-content: center;
    align-items: center;
  }

  .service-picture._05 {
    max-height: 150%;
  }

  .services-content-right {
    height: auto;
  }

  .services-bullet-2.new {
    color: var(--dark-slate-blue);
    height: auto;
  }

  .services-bullet-2._02, .services-bullet-2.title {
    height: auto;
  }

  .select-area.nospace {
    padding: 2rem;
  }

  .list-compare {
    height: 420px;
    margin-bottom: 0;
    position: static;
  }

  .second-hand-slider {
    width: 400px;
    height: 229px;
  }

  .icon-2 {
    border-radius: 3px;
  }

  .icon-3 {
    background-color: var(--dark-slate-blue);
    border-radius: 3px;
  }

  .compare-column._50._01 {
    width: 100%;
  }

  .compare-responsive {
    background-color: #fcfcfc;
    border-style: none;
  }

  .div-block-1046 {
    width: 100%;
  }

  .div-block-1047 {
    width: 20%;
  }

  .div-block-1047._33 {
    max-width: 33.3%;
  }

  .help-text-3 {
    padding-left: 20px;
  }

  .help-text-3.dark {
    color: #fff;
   font-family: Opensans, sans-serif;
    font-weight: 400;
  }

  .image-22 {
    perspective-origin: 100%;
    transform-origin: 100%;
    width: auto;
    max-width: 95%;
    height: 91px;
    position: absolute;
    bottom: -7px;
    right: 0;
    overflow: hidden;
  }

  .div-block-1052 {
    z-index: 1;
    perspective-origin: 100%;
    transform-origin: 100%;
    justify-content: center;
    align-items: flex-end;
    width: 77px;
    height: 81px;
    margin-left: -43px;
    display: flex;
    position: absolute;
    bottom: 0;
    overflow: hidden;
  }

  .image-23 {
    perspective-origin: 100%;
    transform-origin: 100%;
    width: auto;
    margin-top: 0;
    position: absolute;
    bottom: -6px;
    right: 0;
  }

  .image-24 {
    z-index: 2;
    max-width: 97%;
    margin-left: -38px;
    position: absolute;
  }

  .dropsublink {
    font-size: 1em;
  }

  .dropcontent.w--open {
    padding-top: 13px;
  }

  .droplink {
    padding-left: 12px;
    padding-right: 13px;
    font-size: 1.1em;
  }

  .paging-2 {
    min-width: auto;
  }

  .sh-car-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 47%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .sh-part {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sh-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
  }

  .pict-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .sh-info-block.head {
    width: auto;
  }

  .sh-info-block.detail {
    text-align: right;
    width: 100%;
    padding-right: .5rem;
  }

  .sh-info-block.sh-price {
    font-size: 1.2rem;
  }

  .sh-info-wrapper {
    border-style: solid solid none none;
    border-right-width: 1px;
    border-right-color: var(--alice-blue);
    border-left-width: 1px;
    border-left-color: var(--alice-blue);
    background-position: 5px;
    background-size: auto 25px;
    border-top-right-radius: 5px;
    width: 48%;
    padding-left: 35px;
  }

  .sh-info-wrapper.full {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top: 2px solid var(--alice-blue);
    border-bottom-style: none;
    border-right-style: none;
    border-bottom-color: var(--alice-blue);
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sh-info-wrapper.yil {
    border-style: solid solid none;
    border-right-width: 1px;
    border-right-color: var(--alice-blue);
    border-left-width: 1px;
    border-left-color: var(--alice-blue);
    background-size: auto 25px;
    border-top-left-radius: 5px;
    width: 48%;
    padding-left: 35px;
  }

  .sh-info-wrapper.yakit-icon {
    border-right: 1px solid var(--alice-blue);
    border-left: 1px solid var(--alice-blue);
    background-size: auto 25px;
    border-bottom-style: solid;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    padding-left: 35px;
  }

  .sh-info-wrapper.sansiman-icon {
    border-right: 1px solid var(--alice-blue);
    border-left: 1px none var(--alice-blue);
    border-bottom-style: solid;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
  }

  .car-desc {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sh-ekspertiz-btn {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .car-blocks {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
  }

  .sh-combo {
    margin-bottom: 0;
  }

  .select-field {
    background-color: #f3f3f300;
    border: 1px solid #0000;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    z-index: 999;
    border-bottom-style: solid;
  }

  .preloader-wrapper {
    display: flex;
  }

  .lottie-animation-2 {
    filter: none;
  }

  .logo {
    width: 200px;
  }

  .service-picture._05 {
    max-height: 200%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    z-index: 9999;
  }

  .deniz-filo-logo {
    min-width: 200px;
  }

  .menu-wrapper {
    width: 100%;
    height: 80px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2.5%;
  }

  .navbar {
    width: 100%;
    height: 80px;
    right: 0;
  }

  .slider-move {
    width: 100%;
  }

  .nav-menu {
    border-bottom: 1px solid var(--alice-blue);
    border-left: 1px solid var(--alice-blue);
    background-color: #13a4c0;
    border-bottom-left-radius: 5px;
    padding-top: 10px;
    padding-right: 0;
    overflow: hidden;
  }

  .preloader-wrapper {
    display: none;
  }

  .d-31-card-wrapper {
    width: auto;
  }

  .btn-head {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-138-copy {
    width: 90%;
  }

  .content-yy.mobile {
    z-index: auto;
    background-color: #fff;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: auto;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .yy-icon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .link-7.srm-text {
    margin-top: 0;
  }

  .footer__wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template: "Area Area-2 Area-3"
                   "Area-4 Area-4 ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider-overflow {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .help {
    z-index: 994;
    align-items: center;
    padding-bottom: 0;
    padding-right: 2.5%;
    display: none;
    overflow: hidden;
  }

  .left-top-slider {
    width: 97.5%;
  }

  .bg-videos {
    display: none;
  }

  .left-content {
    width: 97.5%;
  }

  ._03 {
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .center {
    background-image: radial-gradient(circle farthest-side at 0 0, #08318a 48%, #1c54b3);
  }

  .center.light {
    background-image: none;
  }

  .text-line-1-3 {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .left-btn-area {
    width: 97.5%;
  }

  .left-btn-area.dark {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._04 {
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .slider-wrapper {
    margin-left: 0;
  }

  .btn-1, .btn-2, .btn-3 {
    min-width: 250px;
    max-width: none;
    min-height: 200px;
    max-height: none;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: minmax(auto, 200px) repeat(auto-fit, minmax(auto, 200px));
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    grid-template-areas: "_1 _4"
                         "_2 _3";
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    width: 100%;
    height: auto;
    display: grid;
  }

  .btn-4 {
    min-width: 250px;
    max-width: none;
    min-height: 200px;
    max-height: none;
  }

  .div-block-138-copy-2 {
    width: 90%;
  }

  .seperate-1-2 {
    display: none;
  }

  .currency-section.noline.usd {
    width: 50%;
    margin-bottom: 10px;
  }

  .currency-section.noline.usd.noline-1 {
    border-right-style: none;
  }

  .currency-section.noline.bist {
    width: 50%;
    margin-bottom: 10px;
  }

  .currency-section.noline.noline-1.gold {
    width: 50%;
  }

  .currency-section.noline.euro {
    width: 50%;
    padding-left: 10px;
  }

  .div-block-171 {
    justify-content: center;
  }

  .div-block-173 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .currency-value {
    width: 60%;
    font-size: 22px;
  }

  .div-block-174 {
    flex-direction: column;
    width: 90%;
  }

  .div-block-175 {
    justify-content: center;
  }

  .left-top-heading {
    text-align: center;
    margin-left: 0;
  }

  .menu-button._1 {
    color: #fff;
    background-color: #12a4c0;
    border-bottom: 1px solid #0086a0ad;
    border-radius: 0;
    align-items: flex-start;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button._1:hover {
    background-color: #039bbb;
    align-items: flex-start;
  }

  .menu-button._1.w--current {
    background-color: #0093af;
    border-bottom-color: #0086a0ad;
  }

  .menu-button._1.btn {
    background-color: #24227f;
    background-image: url('../images/logo-gear.svg');
    background-position: 11px;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom-style: none;
    padding-left: 37px;
    display: flex;
  }

  .menu-button._1.btn._2 {
    background-color: #00bf96;
    border-bottom-style: none;
  }

  .menu-button._1.srm-arc {
    background-color: var(--dark-slate-blue);
    background-image: url('../images/cars_1cars.png');
    background-position: -2px;
    background-repeat: no-repeat;
    background-size: 39px;
    border-bottom-style: none;
    padding-left: 37px;
    display: flex;
  }

  .menu-button._1.srm-arc._2 {
    background-color: #00bf96;
    border-bottom-style: none;
  }

  .menu-button.srm {
    color: #fff;
    background-color: #12a4c0;
    border-bottom: 1px solid #0086a0ad;
    border-radius: 0;
    align-items: flex-start;
    height: 50px;
  }

  .menu-button.srm:hover {
    background-color: #039bbb;
    align-items: flex-start;
  }

  .menu-button.srm.w--current {
    background-color: #0093af;
    border-bottom-color: #0086a0ad;
  }

  .menu-button.srm.btn {
    background-color: #24227f;
    background-image: url('../images/logo-gear.svg');
    background-position: 11px;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom-style: none;
    padding-left: 37px;
    display: flex;
  }

  .menu-button.srm.btn._2 {
    background-color: #00bf96;
    border-bottom-style: none;
  }

  .menu-button.srm.srm-arc {
    background-color: var(--dark-slate-blue);
    background-image: url('../images/cars_1cars.png');
    background-position: -2px;
    background-repeat: no-repeat;
    background-size: 39px;
    border-bottom-style: none;
    padding-left: 37px;
    display: flex;
  }

  .menu-button.srm.srm-arc._2 {
    background-color: #00bf96;
    border-bottom-style: none;
  }

  .menu-mask {
    align-items: flex-start;
  }

  .menu-text._1 {
    color: #fff;
  }

  .cokie-2 {
    z-index: 9999;
    width: 350px;
    margin-left: 1%;
    margin-right: auto;
  }

  .cokie-text {
    width: 100%;
  }

  .modal-header {
    min-height: 100px;
    font-size: 28px;
    line-height: 32px;
  }

  .modal-header.black {
    width: 100%;
    min-height: 100px;
    font-size: 28px;
    line-height: 32px;
  }

  .cokie-lightbox {
    display: none;
  }

  .text-line-2 {
    text-align: left;
  }

  .text-line-2.notopline {
    padding-right: 0;
  }

  .close-2 {
    width: 10vw;
  }

  .sub-head {
    text-align: center;
    justify-content: center;
  }

  .scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq-p {
    width: 100%;
    margin-right: 0;
  }

  .overlay-2 {
    display: none;
  }

  .filo-footer {
    padding-right: 2.5%;
  }

  .footer-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-bottom-link-content {
    flex-direction: column;
    width: 90%;
  }

  .social-area, .footer-link-content {
    justify-content: center;
  }

  .currency-area-2 {
    flex-wrap: wrap;
    width: 100%;
  }

  .logos-area {
    width: 90%;
  }

  .yol-yardim {
    display: none;
  }

  .yol-yardim:hover {
    transform: none;
  }

  .yol-yardim.mobile {
    width: 100%;
    display: none;
  }

  .s-live057__burger-line.top, .s-live057__burger-line.middle, .s-live057__burger-line.bottom {
    background-color: var(--dark-slate-blue);
  }

  .s-live057__nav-button-2 {
    border: 6px #66b32d4d;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin-top: 0;
  }

  .menu-button-3 {
    border-radius: 0;
    width: 100px;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button-3.w--open {
    background-color: #14a3c0;
    border-radius: 4px 0 0;
  }

  .service-icon {
    max-width: 30%;
  }

  .field-title {
    width: 95%;
    height: 200px;
    position: absolute;
  }

  .heading-6 {
    text-align: center;
    font-size: 34px;
    line-height: 1.1em;
  }

  .heading-6.new {
    text-align: left;
    font-size: 34px;
    line-height: 34px;
  }

  .services-r {
    width: 50%;
    padding-top: 0;
  }

  .services-l {
    width: 50%;
    margin-top: 205px;
  }

  .c-homepage_fill {
    padding: 1.2em;
  }

  .c-homepage_fill._05 {
    width: 100%;
  }

  .c-homepage_fill._03 {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-top: 210px;
  }

  .c-homepage_fill._04 {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .general-content-area {
    flex-direction: row-reverse;
    padding-top: 20px;
    padding-right: 30px;
  }

  .subheader-2 {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
  }

  .services-image {
    width: 100%;
    max-width: none;
  }

  .sub-head-bg {
    align-items: flex-start;
    width: auto;
    max-width: 90%;
    height: 60px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .services-bullet {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .services-bullet.new.left-line, .services-bullet.new.left-line-1 {
    height: auto;
  }

  .services-content-left {
    width: 40%;
    position: sticky;
    top: 40px;
  }

  .bold-text-5 {
    line-height: 18px;
  }

  .bullet-line._50, .bullet-line._01 {
    width: 100%;
  }

  .hero-content-left-2 {
    width: 100%;
    max-width: 100%;
  }

  .report-content {
    width: 100%;
  }

  .services-content-right {
    width: 60%;
    padding-right: 0%;
  }

  .detail-content-2 {
    width: 100%;
    padding: 60px 20px 40px 30px;
  }

  .detail-content-2.topspace {
    padding-top: 40px;
  }

  .phone {
    padding-top: 1px;
  }

  .general-content-area-2 {
    flex-direction: row-reverse;
    padding-top: 20px;
  }

  .general-content-area-2.inner {
    flex-direction: row;
    padding-top: 20px;
    padding-right: 30px;
  }

  .services-header-1 {
    max-width: 100%;
  }

  .r-year {
    font-size: 24px;
    line-height: 26px;
  }

  .services-text {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .services-text.bold {
    font-size: 18px;
    line-height: 18px;
    display: block;
  }

  .services-text._2, .services-text._3 {
    font-size: 22px;
    line-height: 26px;
  }

  .shortlink {
    margin-left: 2.5%;
    padding-top: 60px;
  }

  .compare {
    flex-wrap: wrap;
  }

  .timeline-wrapper {
    flex-direction: column;
    width: 100%;
    height: 400px;
  }

  .timeline-image.three {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .timeline-image.three:hover {
    flex-grow: 2;
  }

  .timeline-image.four {
    width: 100%;
  }

  .timeline-image.four:hover {
    flex-grow: 2;
  }

  .timeline-image._01 {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .timeline-image._01:hover {
    flex-grow: 2;
  }

  .timeline-image._02 {
    width: 100%;
  }

  .timeline-image._02:hover {
    flex-grow: 2;
  }

  .timeline-text {
    font-size: 20px;
    line-height: 28px;
  }

  .timeline-block {
    width: 100%;
    height: 400px;
    display: flex;
  }

  .text-block-152 {
    font-size: 13px;
    line-height: 15px;
  }

  .timeline-new {
    font-size: 20px;
    line-height: 22px;
  }

  .services-bullet-2 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .detail-content-3 {
    width: 100%;
    padding: 40px 20px;
  }

  .detail-content-3.document {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .detail-content-3._02 {
    flex-direction: column;
  }

  .detail-content-3.bulten {
    padding-top: 20px;
  }

  .detail-content-3.car, .detail-content-3.new {
    flex-direction: column;
    padding: 20px;
  }

  .services-bullet-3 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-70 {
    font-size: 60px;
  }

  .heading-70.new {
    font-size: 34px;
    line-height: 34px;
  }

  .report-content-2, .report-content-3 {
    width: 100%;
  }

  .seperator {
    display: none;
  }

  .topline-2 {
    width: 15%;
    margin-left: 42.5%;
  }

  .services-content-right-2 {
    width: 50%;
    padding-right: 0%;
  }

  .sub-head-2 {
    text-align: center;
    justify-content: center;
  }

  .radio-button-field.selected {
    justify-content: flex-start;
    width: 46%;
  }

  .form-content-block._20 {
    flex-direction: column;
    margin-top: 0;
  }

  .select-area {
    width: 100%;
    padding: 100px 20px 40px;
  }

  .select-area.new, .select-area.all-form {
    padding-top: 100px;
  }

  .subhead-cars {
    font-size: 25px;
  }

  .second-hand-image {
    width: 100%;
    height: auto;
  }

  .car-content-1 {
    width: 100%;
  }

  .car-head-1 {
    margin-top: 20px;
  }

  .text-line-3 {
    text-align: left;
  }

  .form-column-2._50 {
    width: 100%;
  }

  .form-column-2.top-margin {
    margin-top: 20px;
  }

  .shortlink-2 {
    margin-left: 2.5%;
    padding-top: 60px;
  }

  .services-bullet-4 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .text-line-4 {
    text-align: left;
  }

  .why-1, .why-2 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .second-hand-slider {
    width: 100%;
    height: auto;
  }

  .car-content {
    flex-direction: column;
    width: 100%;
  }

  .stock-car {
    width: 100%;
    height: auto;
  }

  .div-block-1046 {
    flex-flow: wrap;
  }

  .div-block-1046.nowrap {
    flex-flow: row;
  }

  .div-block-1047 {
    border-top: 1px solid var(--alice-blue);
    width: 100%;
  }

  .div-block-1047._33 {
    flex-wrap: wrap;
    width: 50%;
    min-width: auto;
    max-width: none;
  }

  .div-block-1047._33._100 {
    width: 100%;
  }

  .div-block-1047.mobile {
    display: none;
  }

  .tab-compare {
    border: 1px solid var(--alice-blue);
    width: 50%;
    height: 60px;
  }

  .tab-compare.w--current {
    width: 50%;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
  }

  .search-menu {
    background-color: #fff;
    display: flex;
  }

  .search-menu.top-line {
    background-color: #fff;
  }

  .accordion-pane {
    box-shadow: none;
    border-bottom-style: none;
  }

  .accordion-pane-content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .checkbox-field-2 {
    display: flex;
  }

  .checkbox-label-2 {
    padding-left: 20px;
  }

  .field-label-3 {
    text-align: left;
  }

  .cokie-text-2 {
    width: 100%;
  }

  .radio-button-field-2 {
    height: auto;
    margin-bottom: 5px;
    margin-right: 60px;
    padding-right: 0;
  }

  .lottie-animation-18 {
    margin-left: 7px;
  }

  .checkbox-field-4 {
    margin-top: 60px;
  }

  .text-block-150 {
    padding-left: 40px;
  }

  .srm {
    display: none;
  }

  .srm:hover {
    transform: none;
  }

  .srm.mobile {
    width: 100%;
    display: flex;
  }

  .srm-icon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .srm-mobile {
    display: none;
  }

  .srm-mobile:hover {
    transform: none;
  }

  .srm-mobile.mobile {
    width: 100%;
    margin-bottom: 1px;
    text-decoration: none;
    display: none;
  }

  .srm-icons {
    background-image: url('../images/srm.svg');
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .contentwrapper {
    width: 80%;
  }

  .searchwrapper {
    width: auto;
    display: none;
    position: static;
    inset: 0%;
  }

  .searcharea2.mobile {
    display: none;
  }

  .searcharea1.mobile {
    background-color: #13a4c0;
    width: auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    position: static;
  }

  .searcharea1-2.mobile {
    background-color: #13a4c0;
    width: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    position: static;
  }

  .dropsublink:hover {
    color: #b32374;
  }

  .dropcontent.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    top: 55px;
    left: auto;
    right: auto;
  }

  .dropicon {
    margin-right: 40px;
  }

  .droplink {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 30px;
  }

  .droplink:hover {
    color: #d56fa8;
  }

  .right-bar {
    display: none;
  }

  .dropnavwrap {
    width: 100%;
    height: auto;
    display: block;
  }

  .left-bar {
    display: none;
  }

  .dropcontentwrap {
    box-shadow: none;
    background-color: #fff;
  }

  .linkedinwrapper {
    margin-left: auto;
  }

  .campaigncontent {
    flex-direction: column;
    width: 97%;
  }

  .campaigncontent-1 {
    min-width: auto;
    height: 450px;
    padding-right: 16px;
  }

  .div-block-1056, .div-block-1056.top {
    flex-flow: column;
  }

  .sh-header {
    width: 100%;
    margin-top: 0;
    font-size: 1.2rem;
  }

  .sh-car-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
    padding: 1rem;
  }

  .sh-car-list.document {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sh-car-list._02 {
    flex-direction: column;
  }

  .sh-car-list.bulten {
    padding-top: 20px;
  }

  .sh-car-list.car, .sh-car-list.new {
    flex-direction: column;
    padding: 20px;
  }

  .sh-part {
    flex-flow: column;
  }

  .sh-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .pict-content {
    width: 100%;
  }

  .sh-info-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .sh-info-wrapper.full {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sh-info-wrapper.yil {
    justify-content: space-between;
    width: 100%;
  }

  .car-desc {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .car-blocks {
    width: 85%;
  }

  .kvkk-list-item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .slider-move {
    width: 100%;
  }

  .form-field {
    width: 50%;
    height: 50px;
    margin-bottom: 10px;
  }

  .form-field.slider, .form-field._100, .form-field.slider2 {
    width: 100%;
    margin-bottom: 0;
  }

  .btn-head {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .btn-icon {
    width: 54px;
  }

  .btn-icon._01 {
    width: 45px;
  }

  .content-yy.mobile {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer__wrapper {
    grid-template: "Area Area-2"
                   "Area-3 ."
                   "Area-4 Area-4"
                   / 1fr 1fr;
  }

  .slider-overflow {
    width: 100%;
  }

  .help {
    align-items: flex-start;
    display: none;
  }

  .left-top-slider {
    width: 100%;
  }

  .left-content {
    width: 90%;
    margin-left: 5%;
  }

  ._03 {
    min-width: 190px;
    max-width: 190px;
    min-height: 190px;
    max-height: 190px;
  }

  .slide-text-list {
    justify-content: center;
  }

  .center {
    padding-top: 100px;
  }

  .text-line-1-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .left-btn-area {
    width: 100%;
  }

  ._04 {
    min-width: 190px;
    max-width: 190px;
    min-height: 190px;
    max-height: 190px;
  }

  .slider-wrapper {
    height: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .btn-1, .btn-2, .btn-3 {
    min-width: 190px;
    max-width: none;
    min-height: 190px;
    max-height: 190px;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(auto, 50%)) minmax(auto, 50%);
    justify-content: start;
    width: 100%;
  }

  .btn-4 {
    min-width: 190px;
    max-width: none;
    min-height: 190px;
    max-height: 190px;
  }

  .dumen {
    width: 58px;
  }

  .currency-section {
    border-bottom: 1px dashed #19579b;
    width: 50%;
    margin-bottom: 0;
  }

  .currency-section.noline {
    border-right-style: none;
  }

  .currency-section.noline.usd.noline-1 {
    background-image: linear-gradient(#0000, #0000), url('../images/USD-currency.svg');
    background-size: auto, 25px;
    border-bottom-style: solid;
    border-bottom-color: #e0efff;
  }

  .currency-section.noline.bist {
    background-image: linear-gradient(#0000, #0000), url('../images/chart.svg');
    background-size: auto, 50px;
    border-bottom-style: solid;
    border-bottom-color: #e0efff;
    border-right-style: solid;
  }

  .currency-section.noline.noline-1.gold {
    background-image: linear-gradient(#0000, #0000), url('../images/gold.svg');
    background-size: auto, 50px;
    border-bottom-style: solid;
    border-bottom-color: #e0efff;
  }

  .currency-section.noline.euro {
    background-image: linear-gradient(#fff0, #fff0), url('../images/EURO-currency.svg');
    background-size: auto, 25px;
    border-bottom-style: solid;
    border-bottom-color: #e0efff;
    border-right-style: none;
  }

  .left-top-heading {
    margin-left: 0;
    font-size: 17px;
    line-height: 20px;
  }

  .menu-button._1 {
    border-bottom: 1px solid #0296b2ad;
  }

  .menu-button._1.w--current {
    background-color: #0093af;
    border-bottom-color: #0086a0ad;
  }

  .menu-button._1.btn {
    background-color: #24227f;
    background-image: url('../images/logo-gear.svg');
    background-position: 13px;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom-style: none;
    border-bottom-color: #24227f;
    padding-left: 37px;
  }

  .menu-button._1.btn._2 {
    background-color: #00bf96;
    background-image: url('../images/call.svg');
  }

  .menu-button._1.srm-arc {
    background-color: #24227f;
    background-image: url('../images/logo-gear.svg');
    background-position: 13px;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom-style: none;
    border-bottom-color: #24227f;
    padding-left: 37px;
  }

  .menu-button._1.srm-arc._2 {
    background-color: #00bf96;
    background-image: url('../images/call.svg');
  }

  .menu-button.srm {
    border-bottom: 1px solid #0296b2ad;
  }

  .menu-button.srm.w--current {
    background-color: #0093af;
    border-bottom-color: #0086a0ad;
  }

  .menu-button.srm.btn {
    background-color: #24227f;
    background-image: url('../images/logo-gear.svg');
    background-position: 13px;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom-style: none;
    border-bottom-color: #24227f;
    padding-left: 37px;
  }

  .menu-button.srm.btn._2 {
    background-color: #00bf96;
    background-image: url('../images/call.svg');
  }

  .menu-button.srm.srm-arc {
    background-color: #24227f;
    background-image: url('../images/logo-gear.svg');
    background-position: 13px;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom-style: none;
    border-bottom-color: #24227f;
    padding-left: 37px;
  }

  .menu-button.srm.srm-arc._2 {
    background-color: #00bf96;
    background-image: url('../images/call.svg');
  }

  .cokie-2 {
    width: 350px;
    height: auto;
    margin-bottom: .5%;
    margin-left: 1%;
    margin-right: auto;
    display: flex;
  }

  .cokie-text {
    width: 100%;
  }

  .modal-header {
    font-size: 24px;
  }

  .toggle-text {
    text-align: center;
    font-size: 17px;
  }

  .cokie-lightbox {
    flex-direction: column;
    margin-bottom: 0;
    padding: 0 0%;
  }

  .faq {
    justify-content: center;
  }

  .text-line-2 {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .close-2 {
    min-height: 60px;
  }

  .lightbox-content {
    flex-direction: column;
    display: flex;
  }

  .scroll {
    overflow: auto;
  }

  .filo-footer {
    padding-right: 2.5%;
  }

  .footer-link-content {
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
    margin-top: 20px;
  }

  .footer-link {
    font-size: 13px;
  }

  .currency-area-2 {
    border-bottom-style: none;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .s-live057__nav-button-2 {
    border: 1px #000;
    border-radius: 0;
    width: auto;
    min-height: auto;
  }

  .c-homepage_overflow-heading1 {
    font-size: 24px;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.2em;
  }

  .general-content-area {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-head-bg {
    width: auto;
    margin-top: -46px;
    padding-left: 10px;
  }

  .services-bullet {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .services-content-left {
    width: 100%;
    height: auto;
    margin-top: 0%;
    position: relative;
  }

  .hero-content-left-2 {
    max-width: 75%;
  }

  .report-content {
    width: 45%;
  }

  .services-content-right {
    width: 100%;
    margin-top: 60px;
    margin-left: 0%;
    padding-right: 0%;
  }

  .detail-content-2 {
    flex-direction: column;
    display: flex;
  }

  .phone {
    padding-top: 2px;
  }

  .general-content-area-2 {
    padding-top: 20px;
  }

  .general-content-area-2.inner {
    flex-direction: column;
    padding-top: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .services-text {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
  }

  .services-text._2, .services-text._3 {
    text-align: left;
  }

  .step-block, .step-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .timeline-block {
    width: 100%;
  }

  .services-bullet-2 {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .detail-content-3 {
    flex-direction: column;
    display: flex;
  }

  .detail-content-3.document {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .detail-content-3.bulten {
    flex-direction: row;
  }

  .detail-content-3.car, .detail-content-3.new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-bullet-3 {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .services-bullet-3.blank._60px.bottom-line {
    text-align: left;
  }

  .heading-70 {
    margin-bottom: 0;
    font-size: 50px;
  }

  .report-content-2, .report-content-3 {
    width: 45%;
  }

  .detail-content-4 {
    flex-direction: column;
    display: flex;
  }

  .services-content-right-2 {
    width: 100%;
    margin-top: 60px;
    margin-left: 0%;
    padding-right: 0%;
  }

  .radio-button-field.selected {
    justify-content: flex-start;
  }

  .form-content-block._20 {
    flex-direction: column;
  }

  .select-area {
    flex-direction: column;
    display: flex;
  }

  .select-area.new, .select-area.all-form {
    padding-top: 90px;
  }

  .subhead-cars {
    margin-bottom: 0;
    font-size: 24px;
  }

  .second-hand-image {
    position: static;
  }

  .car-content-1 {
    width: 100%;
  }

  .text-line-3 {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .form-column-2._50 {
    width: 100%;
  }

  .form-column-2.top-margin {
    margin-top: 30px;
  }

  .services-bullet-4, .text-line-4 {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .why-1, .why-2 {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
  }

  .second-hand-slider {
    max-width: none;
    height: auto;
  }

  .slider-mask {
    position: relative;
  }

  .stock-car {
    position: static;
  }

  .div-block-159._20 {
    flex-direction: column;
  }

  .form-column-3._50, .cokie-text-2 {
    width: 100%;
  }

  .radio-button-field-2 {
    height: auto;
  }

  .checkbox-label-5 {
    font-size: 12px;
    line-height: 17px;
  }

  .lottie-animation-18 {
    margin-left: 7px;
  }

  .inner-link.pop {
    font-size: 12px;
    line-height: 17px;
  }

  .text-block-151 {
    margin-top: 75px;
  }

  .text-block-150 {
    padding-left: 40px;
    font-size: 12px;
    line-height: 17px;
  }

  .radio-button-label-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .new-ico-2 {
    width: 58px;
  }

  .contentwrapper {
    width: 90%;
    min-height: auto;
    max-height: 400px;
  }

  .infowrapper {
    padding-top: 20px;
    overflow: auto;
  }

  .cookienewwrapper {
    align-items: flex-start;
    padding-top: 40px;
    position: fixed;
    overflow: auto;
  }

  .campaigncontent {
    width: 100%;
  }

  .campaigncontent-1 {
    height: 300px;
  }

  .campaign-content-3 {
    align-items: flex-end;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .campaign-content-6 {
    font-size: 1.3rem;
  }

  .paging-2 {
    width: 100%;
  }

  .sh-car-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

  .sh-car-list.document {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sh-car-list.bulten {
    flex-direction: row;
  }

  .sh-car-list.car, .sh-car-list.new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .car-blocks {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .deniz-filo-logo {
    z-index: 999;
    margin-left: 5px;
    position: relative;
  }

  .navbar {
    z-index: 998;
    position: absolute;
  }

  .preloader-wrapper {
    display: none;
  }

  .form-field {
    border-bottom-style: solid;
    border-bottom-color: #ffffff80;
    width: 50%;
    height: 40px;
    font-size: 12px;
  }

  .form-field::placeholder {
    font-size: 12px;
  }

  .form-field.slider, .form-field._100, .form-field.slider2 {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .d-31-card-wrapper {
    margin-bottom: 10px;
  }

  .btn-head {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .btn-head.small {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .image-9-copy {
    width: 40px;
  }

  .div-block-142 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .div-block-138-copy {
    flex-direction: column;
  }

  .col-inner {
    padding-left: 0;
    padding-right: 0;
    font-size: 80px;
  }

  .slider-overflow {
    border-left-width: 2px;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .help {
    z-index: 994;
    align-items: flex-end;
    padding-top: 0;
  }

  .b-help-btn-2._02-copy {
    background-color: #23227fb3;
  }

  .b-help-btn-2.turkuaz {
    background-color: #02bf96b3;
  }

  ._03 {
    min-width: 250px;
    max-width: 250px;
    min-height: 250px;
    max-height: 250px;
  }

  .text-line-1-3 {
    font-size: 19px;
    line-height: 20px;
  }

  .left-btn-area {
    width: 100%;
  }

  ._04 {
    min-width: 250px;
    max-width: 250px;
    min-height: 250px;
    max-height: 250px;
  }

  .btn-1 {
    background-color: #23227f00;
    flex-direction: row;
    justify-content: space-around;
    min-width: 200px;
    max-width: none;
    min-height: 150px;
    max-height: none;
  }

  .btn-1:hover {
    background-color: #0000;
  }

  .btn-2, .btn-3 {
    flex-direction: row;
    justify-content: space-around;
    min-width: 200px;
    max-width: none;
    min-height: 100px;
    max-height: none;
  }

  .grid-2 {
    grid-template-rows: minmax(auto, 100px) repeat(auto-fit, minmax(auto, 100px));
    grid-template-columns: minmax(100px, 1fr);
    grid-template-areas: "_1"
                         "_2"
                         "."
                         "Area";
    width: 100%;
  }

  .btn-4 {
    flex-direction: row;
    justify-content: space-around;
    min-width: 200px;
    max-width: none;
    min-height: 100px;
    max-height: none;
  }

  .dumen {
    display: block;
  }

  .div-block-138-copy-2 {
    flex-direction: column;
  }

  .seperate-1-2 {
    display: none;
  }

  .currency-section {
    width: 100%;
  }

  .currency-section.noline.usd.noline-1 {
    background-image: url('../images/USD-currency.svg');
    background-position: 89%;
    background-repeat: no-repeat;
    background-size: 25px;
    border-bottom-color: #e0efff;
    width: 100%;
    padding-left: 10px;
  }

  .currency-section.noline.bist {
    background-image: url('../images/chart.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 50px;
    border-bottom-color: #e0efff;
    border-right-style: none;
    width: 100%;
  }

  .currency-section.noline.noline-1.gold {
    background-image: url('../images/gold.svg');
    background-position: 91%;
    background-repeat: no-repeat;
    background-size: 50px;
    border-bottom-color: #e0efff;
    width: 100%;
    padding-left: 10px;
  }

  .currency-section.noline.euro {
    background-image: url('../images/EURO-currency.svg');
    background-position: 89%;
    background-repeat: no-repeat;
    background-size: 25px;
    border-bottom-color: #e0efff;
    border-right-style: none;
    width: 100%;
    padding-left: 10px;
  }

  .div-block-172 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .div-block-173 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .denizleasing-logo {
    width: 40px;
  }

  .currency-value {
    width: 90%;
  }

  .col-inner-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 80px;
  }

  .cokie-2 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    width: 98%;
    margin-bottom: .5%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .cokie-text {
    text-align: left;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
  }

  .cokie-button {
    margin-top: 10px;
  }

  .modal-header {
    min-height: 80px;
    font-size: 20px;
    line-height: 28px;
  }

  .modal-header.black {
    min-height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .toggle-text {
    font-size: 13px;
    line-height: 14px;
  }

  .cokie-lightbox {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .faq {
    text-align: center;
  }

  .close-2 {
    width: 20vw;
  }

  .lightbox-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-head {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .faq-body-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-left {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-link-content {
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
    margin-top: 20px;
  }

  .currency-area-2 {
    border-bottom-style: none;
    width: 80%;
  }

  .logos-area {
    flex-direction: column;
  }

  .logo-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .s-live057__nav-button-2 {
    border-bottom-style: none;
    width: 100%;
    height: 80px;
    min-height: auto;
    margin-top: 0;
  }

  .menu-button-3 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .field-title {
    width: 93%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: 21px;
  }

  .heading-6.new {
    text-align: center;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }

  .services-r {
    width: 100%;
  }

  .services-l {
    width: 100%;
    margin-top: 0;
  }

  .general-content-area {
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheader-2 {
    font-size: 13px;
    line-height: 14px;
  }

  .service-picture {
    max-height: 130%;
  }

  .sub-head-bg {
    width: 90%;
    margin-top: -42px;
    padding-top: 0;
    padding-right: 10px;
  }

  .services-bullet {
    text-align: left;
  }

  .services-content-left {
    margin-top: 0%;
  }

  .hero-content-left-2 {
    max-width: 100%;
  }

  .report-content {
    width: 100%;
  }

  .services-content-right {
    overflow: hidden;
  }

  .detail-content-2 {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .phone {
    padding-top: 2px;
  }

  .general-content-area-2 {
    flex-direction: column-reverse;
    padding-top: 10px;
  }

  .services-header-1 {
    margin-bottom: 0;
  }

  .services-text {
    text-align: center;
  }

  .services-text.bold {
    font-size: 16px;
    line-height: 15px;
  }

  .services-text._2 {
    text-align: center;
  }

  .services-text.top-space {
    text-align: left;
  }

  .services-text._3 {
    text-align: center;
  }

  .shortlink {
    z-index: 995;
  }

  .inner-head, .services-bullet-2 {
    text-align: left;
  }

  .detail-content-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-content-3.document {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .detail-content-3.car, .detail-content-3.new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-bullet-3 {
    text-align: left;
  }

  .services-bullet-3.blank._60px {
    padding-left: 10px;
  }

  .heading-70 {
    font-size: 45px;
  }

  .heading-70.new {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }

  .report-content-2, .report-content-3 {
    width: 100%;
  }

  .seperator {
    display: none;
  }

  .detail-content-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-head-2 {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .radio-button-field {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .radio-button-field.selected, .radio-button-field.normal {
    margin-bottom: 0;
  }

  .radio-button-field.selected {
    justify-content: flex-start;
    width: 100%;
    padding-left: 30px;
    padding-right: 10px;
  }

  .form-content-block._20.line {
    margin-top: 20px;
  }

  .div-block-1039 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown-list-3.w--open {
    width: 100%;
  }

  .select-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subhead-cars {
    text-align: center;
    justify-content: center;
    font-size: 20px;
  }

  .form-accept {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .form-column-2.top-margin {
    margin-top: 30px;
  }

  .shortlink-2 {
    z-index: 995;
  }

  .link-5 {
    font-size: 12px;
  }

  .bold-text-9 {
    line-height: 15px;
  }

  .services-bullet-4, .why-1 {
    text-align: left;
  }

  .why-2 {
    text-align: center;
  }

  .why-2.nospace {
    text-align: left;
  }

  .search-menu {
    font-size: 16px;
  }

  .cokie-button-2 {
    margin-top: 10px;
  }

  .cokie-text-2 {
    text-align: left;
    width: 100%;
    padding-right: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .radio-button-field-2 {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 17px;
  }

  .lottie-animation-18 {
    background-color: #fff;
    border-radius: 100px;
    height: 30px;
    inset: -6% 0% auto auto;
  }

  .text-block-151 {
    margin-top: 140px;
  }

  .text-block-150 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
    min-height: 120px;
    padding-left: 20px;
    padding-right: 27px;
    line-height: 14px;
    display: flex;
  }

  .kvkk-content {
    padding-top: 120px;
    overflow: visible;
  }

  .div-block-162 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .radio-button-label-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .new-1 {
    background-color: #24227f;
    border-radius: 4px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    min-height: 150px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    text-decoration: none;
    display: flex;
  }

  .new-1:hover {
    background-color: #161470;
  }

  .doube-link {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .new-2 {
    background-color: var(--medium-violet-red);
    border-radius: 4px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .new-2:hover {
    background-color: #940c59;
  }

  .new-ico-2 {
    width: auto;
    height: 51px;
  }

  .single-link {
    display: none;
  }

  .cookiehead {
    min-height: 60px;
    padding-left: 20px;
    font-size: 18px;
  }

  .cookiebtn {
    margin-bottom: 10px;
  }

  .contentwrapper {
    min-height: 500px;
    max-height: 500px;
  }

  .infowrapper {
    padding: 20px 10px 20px 20px;
    font-size: 14px;
    line-height: 19px;
    overflow: auto;
  }

  .cookienewwrapper {
    align-items: flex-start;
    padding-top: 20px;
    overflow: auto;
  }

  .div-block-1055 {
    flex-direction: column;
    min-height: auto;
    padding: 10px 20px;
  }

  .link-12 {
    white-space: normal;
    display: none;
  }

  .new-3 {
    background-color: #069c22;
    border-radius: 4px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .new-3:hover {
    background-color: #007c48;
  }

  .linkedinwrapper {
    background-size: 77px;
    padding-left: 91px;
    font-size: 12px;
  }

  .campaigncontent {
    overflow: visible;
  }

  .campaigncontent-1 {
    height: auto;
  }

  .campaigncontent-2 {
    flex-direction: column;
    align-items: center;
  }

  .campaignimage {
    width: auto;
    height: 200px;
    position: relative;
  }

  .campaign-content-3 {
    background-color: var(--dark-slate-blue);
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .campaign-content-6 {
    text-align: center;
    font-size: 1.2rem;
  }

  .campaign-content-7 {
    font-size: 12px;
  }

  .campaign-content-4 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .campaign-content-5 {
    text-align: center;
  }

  .breadcrum-content {
    justify-content: center;
    align-items: center;
  }

  .text-block-32 {
    text-align: center;
  }

  .number-2 {
    margin-bottom: 1rem;
  }

  .sh-header {
    font-size: 1.1rem;
  }

  .sh-car-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sh-car-list.document {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sh-car-list.car, .sh-car-list.new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sh-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .sh-info-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .sh-info-wrapper.full {
    border-bottom: 2px solid var(--alice-blue);
    justify-content: space-between;
  }

  .sh-info-wrapper.yil {
    justify-content: space-between;
    width: 100%;
  }

  .car-desc {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .kvkk-list-item {
    width: 100%;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}