@charset "UTF-8";
/*İmports*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
.column-top-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

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

.column-top-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end; }

.column-middle-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.column-middle-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.column-middle-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end; }

.column-bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start; }

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

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

.row-top-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }

.row-top-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start; }

.row-top-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start; }

.row-middle-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.row-middle-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.row-middle-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }

.row-bottom-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end; }

.row-bottom-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end; }

.row-bottom-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end; }

.container,
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/*Colors*/
@media (max-width: 1200px) {
  .sigorta-sirketleri-content {
    flex-wrap: nowrap !important; }
    .sigorta-sirketleri-content .sigorta-sirketleri-content-right {
      width: 460px !important; }
  .header-menu-container a {
    padding: 5px 12px !important; }
  .header-social-icons {
    margin-left: 6px !important; }
    .header-social-icons svg {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
    .header-social-icons div {
      margin: 5px !important; }
  .content-screen-container h2 {
    font-size: 50px !important;
    top: 35% !important;
    width: 60% !important; }
  .content-screen-container span {
    top: 65% !important;
    width: 70vw !important; }
  .content-screen-boxes {
    bottom: 0 !important;
    justify-content: space-between !important;
    margin-top: 0px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: translateY(0) !important; }
    .content-screen-boxes .content-screen-boxes-in {
      width: 100% !important;
      max-width: 100% !important; }
      .content-screen-boxes .content-screen-boxes-in .content-screen-boxes-header {
        display: block !important; }
      .content-screen-boxes .content-screen-boxes-in .content-screen-box {
        margin: 5px; }
  /*sigortalar form*/
  .sigortalar-header-in .sigortalar-header-left img {
    width: 140px !important; }
  .sigortalar-header-in .sigortalar-header-right {
    width: 60% !important; }
    .sigortalar-header-in .sigortalar-header-right h1 {
      font-size: 35px !important; }
  .sigortalar-content-container .sigortalar-content-circle {
    width: 300px !important;
    height: 300px !important;
    bottom: 65% !important; }
  .sigortalar-content-container .sigortalar-content-text {
    padding: 30px !important;
    margin-bottom: 100px !important; }
    .sigortalar-content-container .sigortalar-content-text img {
      width: 350px !important; }
    .sigortalar-content-container .sigortalar-content-text h2 {
      font-size: 32px !important; }
    .sigortalar-content-container .sigortalar-content-text span {
      font-size: 17px !important;
      width: 95% !important; }
  .form-info span {
    width: 65% !important; }
  .form-checkbox label {
    width: 65% !important; } }

@media (max-width: 998px) {
  .sigorta-sirketleri-left .sigorta-sirketleri-logo-container {
    width: 140px !important; }
  .sigorta-sirketleri-right button {
    height: 36px !important;
    margin-left: 20px !important; }
  .sigorta-sirketleri-content {
    flex-wrap: wrap !important; }
    .sigorta-sirketleri-content .sigorta-sirketleri-content-left {
      width: 100% !important;
      max-width: 100% !important; }
    .sigorta-sirketleri-content .sigorta-sirketleri-content-right {
      width: 100% !important;
      max-width: 100% !important;
      margin-top: 50px; }
  .header-menu-container {
    display: none; }
  .header-social-icons {
    display: none; }
  .header-burger-menu {
    display: flex !important; }
  .header-left {
    width: 150px !important; }
  .left-menu-container {
    display: flex !important; }
  .content-screen-container h2 {
    font-size: 40px !important; }
  .content-screen-container span {
    top: 70% !important;
    width: 80vw !important; }
  .home-section-three {
    flex-direction: column !important; }
    .home-section-three .home-section-three-left {
      width: 100% !important;
      height: auto !important;
      padding: 30px 0; }
    .home-section-three .home-section-three-right {
      width: 100vw !important;
      height: auto !important;
      padding: 30px 0; }
  /*Sigortalar Form*/
  .sigortalar-header .sigortalar-header-in .sigortalar-header-left img {
    width: 130px !important; }
  .sigortalar-header .sigortalar-header-in .sigortalar-header-right {
    width: 70% !important; }
    .sigortalar-header .sigortalar-header-in .sigortalar-header-right h1 {
      font-size: 35px !important; }
  .form-info span {
    width: 90% !important; }
  .form-checkbox label {
    width: 90% !important; }
  .sigortalar-content-container .sigortalar-content-circle {
    width: 220px !important;
    height: 220px !important;
    bottom: 75% !important;
    right: -50px !important; }
  .sigortalar-content-container .sigortalar-content-text {
    padding: 25px !important;
    margin-bottom: 70px !important; }
    .sigortalar-content-container .sigortalar-content-text h2 {
      font-size: 28px !important; }
    .sigortalar-content-container .sigortalar-content-text span {
      font-size: 16px !important;
      width: 100% !important; }
    .sigortalar-content-container .sigortalar-content-text img {
      width: 250px !important; } }

@media (max-width: 768px) {
  .sigorta-sirketleri-breadcrumbs .sigortalar-breadcrumbs {
    margin-bottom: 60px !important; }
  .sigorta-sirketleri-header-menu {
    display: flex !important; }
  .sigorta-sirketleri-header-menu-container {
    display: flex !important; }
  .sigorta-sirketleri-header-menu-buttons {
    display: flex !important; }
  .sigorta-sirketleri-right {
    display: none; }
  .teklif-item-container {
    width: 100% !important; }
    .teklif-item-container .teklif-item {
      width: 100% !important; }
      .teklif-item-container .teklif-item .teklif-item-top {
        justify-content: space-between; }
        .teklif-item-container .teklif-item .teklif-item-top .teklif-price {
          margin-left: 0 !important; }
        .teklif-item-container .teklif-item .teklif-item-top .teklif-button {
          margin-left: 0 !important; }
        .teklif-item-container .teklif-item .teklif-item-top .teklif-header-text {
          display: none !important; }
      .teklif-item-container .teklif-item .teklif-item-bottom .teklif-detay-item {
        width: 150px !important;
        min-width: auto !important; }
  .content-screen-boxes-header h2 {
    margin-top: 0 !important; }
  header {
    padding-left: 18px !important;
    padding-right: 18px !important; }
  .content-screen-container h2 {
    font-size: 30px !important; }
  .content-screen-container span {
    top: 70% !important;
    font-size: 18px !important; }
  .content-screen-box {
    width: 47% !important;
    margin: 4px !important; }
    .content-screen-box .splide-item {
      width: 120px !important; }
    .content-screen-box .content-screen-box-left {
      padding-left: 6px !important; }
      .content-screen-box .content-screen-box-left h4 {
        font-size: 22px !important; }
    .content-screen-box .content-screen-box-right {
      padding-right: 5px; }
      .content-screen-box .content-screen-box-right img {
        height: 46% !important; }
      .content-screen-box .content-screen-box-right button {
        width: 140px !important; }
  .home-section-three-right {
    flex-wrap: wrap-reverse;
    align-items: center !important; }
    .home-section-three-right .hstr-left {
      width: 100% !important;
      padding: 0px 30px !important; }
      .home-section-three-right .hstr-left h2 {
        text-align: center !important;
        width: 100%; }
      .home-section-three-right .hstr-left p {
        width: 100% !important;
        text-align: center !important; }
    .home-section-three-right .hstr-right {
      width: 100% !important; }
      .home-section-three-right .hstr-right img {
        width: 50% !important; }
  /*Sigortalar form*/
  .sigortalar-content-container .sigortalar-content-circle {
    width: 180px !important;
    height: 180px !important;
    right: 0 !important;
    bottom: 80% !important; }
  .sigortalar-content-container .sigortalar-content-text img {
    width: 220px !important; } }

@media (max-width: 576px) {
  .sigorta-sirketleri-breadcrumbs .sigortalar-breadcrumbs {
    margin-bottom: 30px !important; }
    .sigorta-sirketleri-breadcrumbs .sigortalar-breadcrumbs a {
      font-size: 12px !important; }
    .sigorta-sirketleri-breadcrumbs .sigortalar-breadcrumbs div {
      font-size: 12px !important; }
    .sigorta-sirketleri-breadcrumbs .sigortalar-breadcrumbs span {
      font-size: 12px !important; }
  .sigorta-sirketleri-header {
    padding: 0 9px !important; }
  .teklifler-container {
    margin-bottom: 120px !important; }
    .teklifler-container .teklif-item-container .teklif-item {
      padding: 10px !important; }
      .teklifler-container .teklif-item-container .teklif-item .teklif-item-bottom .teklif-detay-item {
        width: 48% !important; }
  .sigortalar-breadcrumbs a {
    font-size: 14px !important; }
  .sigortalar-breadcrumbs div {
    font-size: 14px !important; }
  .sigortalar-breadcrumbs span {
    font-size: 14px !important; }
  .category-check-radio-buttons div:nth-of-type(1) {
    margin-right: 70px !important; }
  .category-check-radio-buttons label img {
    height: 60px !important; }
  .category-check-radio-buttons label:nth-of-type(2) {
    font-size: 15px !important; }
  .footer-left-left {
    margin-top: 20px;
    width: 100% !important;
    height: auto !important; }
  .footer-left-right {
    width: 100% !important;
    height: auto !important; }
  .footer-right-left {
    width: 100% !important;
    height: auto !important; }
  .footer-right-right {
    width: 100% !important;
    height: auto !important; }
    .footer-right-right .footer-right-right-bottom {
      margin-bottom: 0 !important; }
  .header-button-container {
    display: none !important; }
  .header-left {
    width: 130px !important; }
  .content-screen-container h2 {
    width: 70% !important;
    font-size: 24px !important; }
  .content-screen-container span {
    width: 80% !important;
    font-size: 14px !important; }
  .content-screen-container .slick-dots {
    bottom: 15px !important; }
  .content-screen-box {
    width: 47% !important;
    margin: 4px !important; }
    .content-screen-box .splide-item {
      width: 120px !important; }
    .content-screen-box .content-screen-box-left {
      padding-left: 6px !important; }
      .content-screen-box .content-screen-box-left h4 {
        font-size: 18px !important; }
    .content-screen-box .content-screen-box-right {
      padding-right: 5px; }
      .content-screen-box .content-screen-box-right img {
        height: 36% !important; }
      .content-screen-box .content-screen-box-right button {
        width: 100px !important; }
  .sss-item-container {
    opacity: 1 !important; }
  /*Sigortalar form*/
  .sigortalar-header .sigortalar-header-in .sigortalar-header-left {
    width: auto !important;
    margin-right: 5px !important; }
    .sigortalar-header .sigortalar-header-in .sigortalar-header-left img {
      width: 100px !important; }
  .sigortalar-header .sigortalar-header-in .sigortalar-header-right {
    width: auto !important; }
    .sigortalar-header .sigortalar-header-in .sigortalar-header-right h1 {
      font-size: 24px !important; }
  .sigortalar-content-container .sigortalar-content-circle {
    width: 120px !important;
    height: 120px !important;
    bottom: 90% !important; }
  .sigortalar-content-container .sigortalar-content-text img {
    width: 190px !important; } }

@media (max-width: 450px) {
  .content-screen-container h2 {
    width: 60% !important;
    top: 50% !important;
    font-size: 20px !important; }
  .content-screen-container span {
    display: none !important; }
  .content-screen-boxes-header h2 {
    font-size: 20px !important; }
  .supported-company-header h2 {
    font-size: 20px !important; }
  .content-screen-box-left h4 {
    font-size: 15px !important; }
  .content-screen-box-right img {
    height: 70% !important; }
  .sigortalar-content-container .sigortalar-content-text img {
    width: 150px !important; } }

/* width */
::-webkit-scrollbar {
  width: 6px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

/*
* Tuds tDatepicker
* Copyright 2018 tuds - crazychicken
* Licensed under: LICENSE
* Version: v1.0.2
*/
.t-datepicker {
  position: relative;
  width: 330px;
  color: #6A707E;
  font-size: 13px;
  font-weight: 600;
  max-width: 650px;
  margin-bottom: 30px; }

.t-check-in {
  margin-right: 10px; }

.t-check-in,
.t-check-out {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 16px 0 !important;
  width: 160px;
  border: none !important;
  background-color: #fff;
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); }
  .t-check-in::after,
  .t-check-out::after {
    content: '';
    position: absolute;
    right: 17px;
    background: url(../img/icons/calendar.svg);
    top: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px; }
  .t-check-in .t-date-info-title,
  .t-check-out .t-date-info-title {
    position: absolute;
    top: 17px;
    left: 15px;
    display: block;
    font-weight: normal;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer; }
  .t-check-in .fa,
  .t-check-out .fa {
    top: -1px;
    position: relative; }

.t-check-in {
  border-right-width: 1px;
  border-radius: 4px 0 0 4px; }

.t-picker-only {
  border-radius: 4px;
  width: 100%; }

.t-check-out {
  border-left-width: 0;
  border-radius: 0 4px 4px 0; }
  .t-check-out .t-datepicker-day {
    left: -100%; }

.t-arrow-top {
  display: none !important;
  z-index: 9999; }
  .t-arrow-top, .t-arrow-top::after {
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #ddd;
    display: inline-block;
    position: absolute; }
  .t-arrow-top::after {
    top: -9px;
    left: -10px;
    content: '';
    border-width: 10px;
    border-bottom-color: #fff; }

.t-dates {
  padding: 0 15px;
  box-sizing: border-box; }

.t-datepicker-day {
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  top: 51px;
  overflow: hidden;
  position: absolute;
  z-index: 9998;
  padding: 10px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 15px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 15px 0px rgba(0, 0, 0, 0.1); }

.t-table-wrap {
  width: 100%;
  padding: 0 10px;
  font-size: inherit;
  display: inline-block;
  vertical-align: top; }

.t-datepicker-days {
  width: 650px; }
  .t-datepicker-days .t-table-wrap {
    padding: 0;
    width: 47%;
    margin-left: 2%; }
  @media (max-width: 480px) {
    .t-datepicker-days {
      width: 300px; }
      .t-datepicker-days .t-table-wrap {
        margin-left: 0;
        width: 100%;
        padding: 0 10px; } }
  @media (max-width: 320px) {
    .t-datepicker-days {
      width: 290px; }
      .t-datepicker-days .t-table-wrap {
        padding: 0 5px; } }

.t-table-condensed {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: top; }

.t-next, .t-prev,
.t-table-condensed th,
.t-table-condensed td {
  text-align: center;
  padding: 10px; }

.t-date-title {
  clear: both;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 15px 0 10px 0; }

.t-day, .t-range, .t-start, .t-end, .t-disabled {
  border-width: 2px;
  border-style: solid; }

.t-disabled {
  cursor: auto; }

.t-arrow {
  border: none; }

.t-dates, .t-day, .t-arrow,
.t-range, .t-start, .t-end, .t-end-limit {
  cursor: pointer; }

.t-special-day {
  position: relative; }
  .t-special-day:before {
    content: '';
    height: 3px;
    width: 3px;
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    border-width: 3px;
    border-style: solid;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.t-hover-day {
  position: relative; }
  .t-hover-day-content {
    top: -30px;
    width: 70px;
    right: calc(50% - 35px);
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 5px;
    border-radius: 4px;
    z-index: 9999; }
  .t-hover-day::after {
    content: '';
    position: absolute;
    top: -8px;
    right: calc(50% - 7px);
    border-width: 7px;
    border-style: solid; }

.t-today .t-hover-day-content {
  z-index: 9998; }

.t-disabled,
.t-check-in .t-end-limit {
  opacity: 0.25;
  cursor: auto; }

/*
* Tuds tDatepicker
* Copyright 2018 tuds - crazychicken
* Licensed under: LICENSE
* Version: v1.0.2
*/
.t-check-in,
.t-check-out {
  border-color: #e2e2e2; }

.t-check-in {
  border-right-color: #dddddd; }

.t-date-title {
  color: #e91e63; }

.t-special-day:before {
  border-color: transparent;
  border-top-color: #e91e63;
  border-right-color: #e91e63; }

.t-datepicker-day {
  border-color: #e2e2e2;
  background: #fff; }

.t-day, .t-range, .t-start, .t-end, .t-disabled {
  background: #EFEFEF;
  border-color: #fff; }

.t-disabled {
  background: transparent; }

.t-highlighted {
  color: #44abff; }
  .t-highlighted.t-disabled {
    background: #EFEFEF; }

.t-start,
.t-end,
.t-end-limit {
  color: #fff;
  background: #0088f7; }

.t-range, .t-range-limit {
  color: #44abff; }

.t-range {
  background: #ddf0ff; }

.t-range-limit {
  background: #c4e4ff; }
  .t-range-limit.t-start, .t-range-limit.t-end {
    color: #fff;
    background: #77c2ff; }

.t-check-in .t-end,
.t-check-out .t-start,
.t-check-out tr ~ .t-end {
  color: #fff;
  background: #0088f7; }

.t-hover-day, .t-hover-day-content, .t-hover-day:hover {
  color: #fff;
  background: #44abff; }

.t-hover-day::after {
  border-color: transparent;
  border-top-color: #44abff; }

.t-today, .t-today .t-hover-day-content {
  background: #a3a3a3; }

.t-today::after {
  border-top-color: #a3a3a3; }

.t-today:hover, .t-today:hover .t-hover-day-content {
  background: #44abff; }

.t-today:hover::after {
  border-top-color: #44abff; }

.t-start.t-today,
.t-end.t-today {
  color: #fff; }
  .t-start.t-today, .t-start.t-today .t-hover-day-content,
  .t-end.t-today,
  .t-end.t-today .t-hover-day-content {
    background: #0088f7; }
  .t-start.t-today::after,
  .t-end.t-today::after {
    border-top-color: #0088f7; }

/*Fonts*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.1px;
  font-size: 16px;
  outline: none;
  background-color: #fff;
  /*baskıya ugun format gözlem için ctrl vve - tuşuna basın*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-x: hidden; }

::-webkit-selection {
  background-color: #d6dfff; }

::-moz-selection {
  background-color: #d6dfff; }

::-o-selection {
  background-color: #d6dfff; }

::selection {
  background-color: #d6dfff; }

/* for chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* for mozilla */
input[type=number] {
  -moz-appearance: textfield; }

/*Components*/
button {
  border: none;
  position: relative;
  background-color: #007fea;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  padding: 0 !important;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  button:hover {
    opacity: .9; }

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 4px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  input[type=checkbox]:checked {
    border: none;
    background-color: #007fea; }
  input[type=checkbox]:checked::before {
    display: block; }
  input[type=checkbox]::before {
    display: none;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/icons/check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2; }

input[type=text],
input[type=number],
input[type=email],
input[type=password] {
  border: none;
  border-radius: 10px;
  color: #6A707E;
  font-size: 13px;
  font-weight: 600;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); }
  input[type=text]:focus,
  input[type=number]:focus,
  input[type=email]:focus,
  input[type=password]:focus {
    border: 1px solid #007fea !important; }

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: relative; }
  input[type=radio]:checked::before {
    display: block; }
  input[type=radio]::before {
    content: '';
    width: 12px;
    display: none;
    height: 12px;
    border-radius: 50%;
    background-color: #007fea;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.form-error {
  font-size: 13px;
  font-weight: 500;
  color: red;
  opacity: .7;
  display: block;
  width: 330px;
  padding: 8px 6px; }

.form-succes {
  font-size: 13px;
  font-weight: 500;
  color: #00a200;
  opacity: .7;
  display: block;
  width: 330px;
  padding: 8px 6px; }

.header-text {
  font-size: 36px;
  font-weight: 500;
  text-align: center; }

/*Header*/
header {
  width: 100vw;
  height: 70px;
  max-width: 1920px;
  padding-left: 80px;
  padding-right: 80px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
  header .header-container {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    position: relative; }
    header .header-container .header-burger-menu {
      display: none;
      width: 108px;
      height: 36px;
      border: 2px solid #007fea;
      position: relative;
      justify-content: space-around;
      cursor: pointer;
      overflow: hidden; }
      header .header-container .header-burger-menu span {
        font-size: 16px;
        font-weight: 500;
        color: #007fea; }
      header .header-container .header-burger-menu .burger-opened {
        left: -50px !important;
        width: 50px !important;
        -webkit-transition: width 0.2s linear;
        -moz-transition: width 0.2s linear;
        -o-transition: width 0.2s linear;
        transition: width 0.2s linear; }
        header .header-container .header-burger-menu .burger-opened::before {
          width: 30px !important;
          right: -45px !important;
          transform: rotate(-45deg);
          bottom: 0 !important; }
        header .header-container .header-burger-menu .burger-opened::after {
          width: 30px !important;
          right: -45px !important;
          transform: rotate(45deg);
          top: 0 !important; }
      header .header-container .header-burger-menu .burger {
        width: 30px;
        height: 2.5px;
        background-color: #007fea;
        position: relative;
        left: 0; }
        header .header-container .header-burger-menu .burger::before {
          content: '';
          position: absolute;
          width: 30px;
          height: 2.5px;
          background-color: #007fea;
          display: block;
          bottom: 10px;
          right: 0;
          -webkit-transition: transform 0.1s linear;
          -moz-transition: transform 0.1s linear;
          -o-transition: transform 0.1s linear;
          transition: transform 0.1s linear; }
        header .header-container .header-burger-menu .burger::after {
          content: '';
          width: 20px;
          height: 2.5px;
          background-color: #007fea;
          position: absolute;
          right: 0;
          top: 10px;
          display: block;
          -webkit-transition: transform 0.1s linear;
          -moz-transition: transform 0.1s linear;
          -o-transition: transform 0.1s linear;
          transition: transform 0.1s linear; }
    header .header-container .header-left {
      width: 158px;
      height: 100%; }
      header .header-container .header-left .header-logo-container {
        width: 100%;
        height: 100%; }
        header .header-container .header-left .header-logo-container a {
          width: 100%;
          height: 100%; }
          header .header-container .header-left .header-logo-container a img {
            width: 90%;
            max-width: 90%;
            max-height: 100%; }
          header .header-container .header-left .header-logo-container a svg {
            width: 90%;
            max-width: 90%;
            max-height: 100%; }
    header .header-container .header-right {
      width: auto;
      height: 100%; }
      header .header-container .header-right .header-menu-container {
        width: auto;
        height: 100%; }
        header .header-container .header-right .header-menu-container nav {
          width: auto;
          height: 100%; }
          header .header-container .header-right .header-menu-container nav ul {
            list-style: none; }
            header .header-container .header-right .header-menu-container nav ul li {
              list-style: none;
              height: 100px; }
              header .header-container .header-right .header-menu-container nav ul li:hover {
                border-bottom: 4px solid #25ce9e; }
                header .header-container .header-right .header-menu-container nav ul li:hover .header-dropdown-menu-container {
                  display: block; }
              header .header-container .header-right .header-menu-container nav ul li .header-dropdown-menu-container {
                padding: 24px 0;
                display: none;
                position: absolute;
                width: 100%;
                height: auto;
                background-color: #fff;
                left: 0;
                top: 100%;
                margin-top: 2px;
                border-radius: 3px;
                -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
                -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
                header .header-container .header-right .header-menu-container nav ul li .header-dropdown-menu-container .hdmc-left {
                  position: relative;
                  left: 50%;
                  width: 50%;
                  transform: translateX(-50%); }
                  header .header-container .header-right .header-menu-container nav ul li .header-dropdown-menu-container .hdmc-left div span {
                    color: #5E80B1;
                    font-size: 15px;
                    font-weight: 600; }
                  header .header-container .header-right .header-menu-container nav ul li .header-dropdown-menu-container .hdmc-left div a {
                    padding: 0;
                    margin-top: 10px; }
                  header .header-container .header-right .header-menu-container nav ul li .header-dropdown-menu-container .hdmc-left div button {
                    width: 142px;
                    height: 34px;
                    background-color: #25ce9e;
                    border-radius: 3px !important;
                    margin-left: 30px; }
              header .header-container .header-right .header-menu-container nav ul li a {
                text-decoration: none;
                display: inline-block;
                padding: 5px 20px;
                color: #007fea;
                font-size: 15px;
                font-weight: 500;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear; }
              header .header-container .header-right .header-menu-container nav ul li .header-menu-active {
                font-weight: 600;
                color: #781fb2; }
      header .header-container .header-right .header-button-container {
        width: auto;
        height: 100%; }
        header .header-container .header-right .header-button-container button {
          width: 100px;
          height: 36px;
          margin: 8px !important;
          font-size: 14px !important; }
          header .header-container .header-right .header-button-container button:nth-of-type(2) {
            background-color: #781fb2; }
      header .header-container .header-right .header-social-icons {
        width: auto;
        height: 100%;
        margin-left: 12px; }
        header .header-container .header-right .header-social-icons div {
          width: auto;
          margin: 8px;
          height: 100%; }
          header .header-container .header-right .header-social-icons div:nth-of-type(3) {
            margin-right: 0 !important; }
          header .header-container .header-right .header-social-icons div a:hover svg path {
            opacity: .8; }

.left-menu-container {
  position: fixed;
  top: 70px;
  right: -100%;
  width: 75%;
  height: calc(100% - 70px);
  display: none;
  z-index: 1000;
  -webkit-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out; }
  .left-menu-container .left-menu {
    width: 100%;
    height: 100%;
    background-color: white;
    overflow-y: auto;
    -webkit-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative; }
    .left-menu-container .left-menu .left-menu-links {
      position: relative;
      margin-top: 30px;
      width: 100%;
      height: auto; }
      .left-menu-container .left-menu .left-menu-links .left-menu-links-item-a {
        width: 92%;
        position: relative;
        margin-bottom: 5px; }
        .left-menu-container .left-menu .left-menu-links .left-menu-links-item-a .mobile-menu-active {
          color: #781fb2 !important; }
        .left-menu-container .left-menu .left-menu-links .left-menu-links-item-a .lmsa-opened {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
        .left-menu-container .left-menu .left-menu-links .left-menu-links-item-a span {
          position: absolute;
          cursor: pointer;
          height: 30px;
          max-width: 30px;
          right: 0;
          top: 5px;
          -webkit-transition: transform 0.2s linear;
          -moz-transition: transform 0.2s linear;
          -o-transition: transform 0.2s linear;
          transition: transform 0.2s linear; }
          .left-menu-container .left-menu .left-menu-links .left-menu-links-item-a span svg {
            height: 30%; }
            .left-menu-container .left-menu .left-menu-links .left-menu-links-item-a span svg path {
              fill: #007fea; }
        .left-menu-container .left-menu .left-menu-links .left-menu-links-item-a .lmlia {
          width: 100%;
          height: 40px;
          color: #007fea;
          padding-left: 20px;
          text-decoration: none;
          font-weight: 500;
          background-color: aliceblue;
          position: relative; }
        .left-menu-container .left-menu .left-menu-links .left-menu-links-item-a .left-menu-submenu {
          width: 100%;
          max-height: 0;
          overflow: hidden;
          -webkit-transition: max-height 0.1s linear;
          -moz-transition: max-height 0.1s linear;
          -o-transition: max-height 0.1s linear;
          transition: max-height 0.1s linear; }
          .left-menu-container .left-menu .left-menu-links .left-menu-links-item-a .left-menu-submenu a {
            display: block;
            width: 100%;
            height: 40px !important;
            text-decoration: underline;
            color: #007fea;
            padding-left: 30px;
            line-height: 40px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            background-color: white;
            position: relative; }
            .left-menu-container .left-menu .left-menu-links .left-menu-links-item-a .left-menu-submenu a:hover {
              background-color: aliceblue; }
    .left-menu-container .left-menu .left-menu-social-icons {
      width: 100%;
      margin-top: 5px;
      height: 50px; }
      .left-menu-container .left-menu .left-menu-social-icons a {
        margin: 6px; }
        .left-menu-container .left-menu .left-menu-social-icons a svg {
          height: 18px;
          width: auto; }
    .left-menu-container .left-menu .left-menu-bottom {
      width: 100%;
      margin-top: 30px; }
      .left-menu-container .left-menu .left-menu-bottom span {
        width: 80px;
        height: 24px;
        background-color: aliceblue;
        color: #007fea;
        font-weight: 600;
        font-size: 14px; }
    .left-menu-container .left-menu .left-menu-header-text {
      width: 100%;
      margin-bottom: 0 !important; }
      .left-menu-container .left-menu .left-menu-header-text h3 {
        font-size: 15px;
        color: #7f7b9f;
        text-align: center; }
    .left-menu-container .left-menu .left-menu-logo-container {
      width: 100%;
      height: auto;
      margin-top: 50px; }
      .left-menu-container .left-menu .left-menu-logo-container img {
        width: 120px;
        max-height: 100%; }
    .left-menu-container .left-menu .left-menu-buttons {
      width: 100%;
      margin-top: 20px; }
      .left-menu-container .left-menu .left-menu-buttons button {
        width: 92%;
        height: 40px;
        margin-bottom: 5px; }
        .left-menu-container .left-menu .left-menu-buttons button:nth-of-type(2) {
          background-color: #781fb2; }

/**Content Screem Slider*/
.content-screen-container {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  max-width: 1920px; }
  .content-screen-container .header-slider {
    width: 100%; }
    .content-screen-container .header-slider .slick-prev {
      z-index: 10 !important;
      left: 30px;
      width: auto !important;
      height: auto !important; }
      .content-screen-container .header-slider .slick-prev::before {
        color: #fff;
        font-size: 30px !important; }
    .content-screen-container .header-slider .slick-dots {
      bottom: 20px; }
      .content-screen-container .header-slider .slick-dots li button::before {
        color: #fff;
        font-size: 10px; }
    .content-screen-container .header-slider .slick-next {
      z-index: 10;
      right: 30px;
      width: auto !important;
      height: auto !important; }
      .content-screen-container .header-slider .slick-next::before {
        color: #fff;
        font-size: 30px !important; }
    .content-screen-container .header-slider div {
      position: relative;
      width: 100%; }
      .content-screen-container .header-slider div h2 {
        position: absolute;
        width: 70vw !important;
        text-align: center;
        left: 50%;
        top: 20%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #fff;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        z-index: 10; }
      .content-screen-container .header-slider div span {
        position: absolute;
        width: 60vw;
        text-align: center;
        left: 50%;
        top: 35%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        color: #fff;
        z-index: 10; }
      .content-screen-container .header-slider div img {
        width: 100%;
        filter: blur(0px); }

.content-screen-boxes {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 390px;
  top: 50%;
  transform: translateY(-50%);
  flex-wrap: wrap;
  max-width: 1920px; }
  .content-screen-boxes .content-screen-boxes-in {
    max-width: 1000px;
    flex-wrap: wrap; }
    .content-screen-boxes .content-screen-boxes-in .content-screen-boxes-header {
      width: 100%;
      text-align: center;
      display: none; }
      .content-screen-boxes .content-screen-boxes-in .content-screen-boxes-header h2 {
        width: 100%;
        color: #007fea; }
    .content-screen-boxes .content-screen-boxes-in .content-screen-box {
      width: 310px;
      height: 160px;
      background-color: #007fea;
      border-radius: 17px;
      margin: 6px; }
      .content-screen-boxes .content-screen-boxes-in .content-screen-box:hover {
        background-color: #008cff; }
      .content-screen-boxes .content-screen-boxes-in .content-screen-box .content-screen-box-left {
        width: 50%;
        height: 100%;
        padding-left: 20px; }
        .content-screen-boxes .content-screen-boxes-in .content-screen-box .content-screen-box-left h4 {
          color: #fff;
          font-size: 24px;
          font-weight: 600; }
      .content-screen-boxes .content-screen-boxes-in .content-screen-box .content-screen-box-right {
        width: 50%;
        height: 100%;
        padding-right: 10px;
        justify-content: space-evenly; }
        .content-screen-boxes .content-screen-boxes-in .content-screen-box .content-screen-box-right img {
          height: 60%; }
        .content-screen-boxes .content-screen-boxes-in .content-screen-box .content-screen-box-right button {
          background-color: #25ce9e;
          width: 142px;
          height: 34px !important;
          border-radius: 0 !important; }

/***Suported company section**/
.supported-company-container {
  width: 95%;
  height: auto;
  position: relative;
  margin-top: 0;
  max-width: 1920px; }
  .supported-company-container .supported-company-button {
    width: 100%;
    margin-top: 50px; }
    .supported-company-container .supported-company-button button {
      width: 170px;
      height: 34px;
      border-radius: 0 !important; }
  .supported-company-container .supported-company-header {
    width: 100%;
    margin-bottom: 40px; }
    .supported-company-container .supported-company-header h2 {
      color: #007fea; }
  .supported-company-container .splide__pagination {
    bottom: -30px !important; }
  .supported-company-container .splide-two {
    position: relative; }
    .supported-company-container .splide-two .splide__arrows {
      width: 110% !important;
      position: absolute;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      top: 50%;
      left: 50%;
      transform: translateX(-50%); }
  .supported-company-container .slick-slider-company {
    width: 100%; }
    .supported-company-container .slick-slider-company .slick-center .company-item {
      border: 2px solid #781fb2;
      border-radius: 4px; }
    .supported-company-container .slick-slider-company .company-item {
      width: auto;
      height: auto;
      min-width: 200px !important;
      justify-content: space-around; }
      .supported-company-container .slick-slider-company .company-item .company-item-img {
        height: 130px !important; }
        .supported-company-container .slick-slider-company .company-item .company-item-img img {
          width: 50%;
          opacity: .5;
          filter: grayscale(1); }
      .supported-company-container .slick-slider-company .company-item a {
        font-size: 16px;
        color: #5E80B1;
        font-weight: 400;
        text-decoration: none;
        padding: 5px; }
      .supported-company-container .slick-slider-company .company-item div {
        width: 100%; }
        .supported-company-container .slick-slider-company .company-item div span {
          width: 18px;
          height: 3px;
          background-color: #5E80B1;
          margin: 5px;
          opacity: .5; }
        .supported-company-container .slick-slider-company .company-item div p {
          font-size: 18px;
          color: #5E80B1; }

/*Home section three*/
.home-section-three {
  width: 100vw;
  height: auto;
  margin-top: 70px;
  flex-wrap: wrap;
  max-width: 1920px; }
  .home-section-three .home-section-three-left {
    width: 50%;
    height: 500px;
    background-color: #25ce9e; }
    .home-section-three .home-section-three-left .hstl-one {
      width: 60%; }
      .home-section-three .home-section-three-left .hstl-one h2 {
        font-size: 40px;
        color: #fff;
        text-align: center;
        font-weight: 600; }
    .home-section-three .home-section-three-left .hstl-two {
      width: 80%;
      margin-top: 10px; }
      .home-section-three .home-section-three-left .hstl-two p {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        line-height: 28px; }
    .home-section-three .home-section-three-left .hstl-three {
      width: 60%;
      margin-top: 37px; }
      .home-section-three .home-section-three-left .hstl-three div {
        width: 100%; }
        .home-section-three .home-section-three-left .hstl-three div hr {
          width: 127px;
          border: none;
          height: 3px;
          background-color: #fff;
          margin-top: 11px;
          margin-bottom: 24px;
          opacity: .5; }
        .home-section-three .home-section-three-left .hstl-three div span {
          color: #fff;
          text-align: center;
          font-size: 15px;
          font-weight: 600; }
  .home-section-three .home-section-three-right {
    width: 50%;
    height: 500px;
    background-color: #007fea; }
    .home-section-three .home-section-three-right .hstr-left {
      width: 40%; }
      .home-section-three .home-section-three-right .hstr-left h2 {
        font-size: 40px;
        color: #fff;
        text-align: left;
        font-weight: 600; }
      .home-section-three .home-section-three-right .hstr-left p {
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        color: #fff;
        line-height: 28px; }
    .home-section-three .home-section-three-right .hstr-right {
      width: 40%; }
      .home-section-three .home-section-three-right .hstr-right img {
        width: 100%; }

/*home section four*/
.home-section-four {
  width: 95%;
  margin-top: 60px;
  position: relative;
  height: auto;
  max-width: 1920px; }
  .home-section-four .home-section-four-header {
    width: 100%;
    color: #007fea; }
  .home-section-four .home-section-four-buttons {
    width: 100%;
    flex-wrap: wrap; }
    .home-section-four .home-section-four-buttons button {
      padding: 9px 12px !important;
      margin: 5px;
      border-radius: 20px;
      background: #fff;
      border: 1px solid #007fea;
      font-weight: 500;
      color: #007fea; }
      .home-section-four .home-section-four-buttons button:active {
        border: 1px solid #007fea !important; }
    .home-section-four .home-section-four-buttons .kampanya-active {
      background-color: #007fea;
      font-weight: 600;
      color: #fff; }
  .home-section-four .home-section-four-slider-area {
    width: 100%;
    margin-top: 60px; }
    .home-section-four .home-section-four-slider-area .kampanyalar-slider {
      width: 100%; }
      .home-section-four .home-section-four-slider-area .kampanyalar-slider .kampanyalar-item {
        display: flex !important; }
        .home-section-four .home-section-four-slider-area .kampanyalar-slider .kampanyalar-item a {
          text-decoration: none;
          width: 100%;
          width: 270px;
          min-width: 270px !important;
          display: flex !important; }
          .home-section-four .home-section-four-slider-area .kampanyalar-slider .kampanyalar-item a img {
            width: 100%;
            min-width: 80%; }
          .home-section-four .home-section-four-slider-area .kampanyalar-slider .kampanyalar-item a span {
            color: #007fea;
            font-weight: 600;
            font-size: 20px;
            width: 100%;
            text-align: left;
            margin-top: 20px; }

/*Home Section five*/
.home-section-five {
  width: 100vw;
  background-color: #007fea;
  margin-top: 120px;
  padding: 30px 0px;
  max-width: 1920px; }
  .home-section-five .home-section-five-header {
    width: 100%; }
    .home-section-five .home-section-five-header h2 {
      color: white;
      text-align: center; }
  .home-section-five .home-section-five-slider-area {
    width: 100%;
    margin-top: 60px;
    padding: 0px 50px; }
    .home-section-five .home-section-five-slider-area .slick-next::before {
      color: #fff; }
    .home-section-five .home-section-five-slider-area .slick-prev::before {
      color: #fff; }
    .home-section-five .home-section-five-slider-area .slick-dots button::before {
      color: #fff !important; }
    .home-section-five .home-section-five-slider-area .slick-center .sss-item-container {
      opacity: 1 !important; }
    .home-section-five .home-section-five-slider-area .sikcasorulansorular-item {
      display: flex !important; }
      .home-section-five .home-section-five-slider-area .sikcasorulansorular-item .sss-item-container {
        display: flex !important;
        width: 500px;
        height: 400px;
        margin: 20px !important;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        opacity: .4; }
        .home-section-five .home-section-five-slider-area .sikcasorulansorular-item .sss-item-container .sss-item-top {
          width: 100%;
          padding-left: 30px; }
          .home-section-five .home-section-five-slider-area .sikcasorulansorular-item .sss-item-container .sss-item-top div {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: white;
            overflow: hidden;
            margin-right: 20px; }
            .home-section-five .home-section-five-slider-area .sikcasorulansorular-item .sss-item-container .sss-item-top div img {
              width: 100%; }
          .home-section-five .home-section-five-slider-area .sikcasorulansorular-item .sss-item-container .sss-item-top span {
            font-size: 22px;
            color: #fff;
            font-weight: 400; }
      .home-section-five .home-section-five-slider-area .sikcasorulansorular-item .sss-item-center {
        width: 100%;
        padding-left: 30px;
        padding-right: 10px;
        margin-top: 60px; }
        .home-section-five .home-section-five-slider-area .sikcasorulansorular-item .sss-item-center p {
          font-size: 18px;
          color: #fff;
          font-weight: 400;
          line-height: 25px; }
    .home-section-five .home-section-five-slider-area .sss-item-bottom {
      width: 100%;
      margin-top: 50px;
      padding-left: 30px; }
      .home-section-five .home-section-five-slider-area .sss-item-bottom div svg {
        width: 17px;
        margin-right: 3px; }
        .home-section-five .home-section-five-slider-area .sss-item-bottom div svg:nth-last-of-type(1) {
          opacity: .6; }

/*Footer*/
.footer {
  width: 100vw;
  height: auto;
  margin-top: 5px;
  background-color: #007fea;
  flex-wrap: wrap;
  max-width: 1920px;
  position: relative;
  padding-bottom: 25px; }
  .footer .footer-in {
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 25px; }
    .footer .footer-in .footer-left-right {
      height: 245px;
      padding-top: 30px;
      justify-content: flex-start; }
      .footer .footer-in .footer-left-right .footer-left-right-header {
        margin-top: 20px;
        margin-bottom: 30px; }
        .footer .footer-in .footer-left-right .footer-left-right-header span {
          color: #fff;
          font-size: 18px;
          font-weight: 500; }
      .footer .footer-in .footer-left-right .footer-left-right-bottom a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px; }
        .footer .footer-in .footer-left-right .footer-left-right-bottom a:hover {
          text-decoration: underline; }
    .footer .footer-in .footer-left-left {
      width: 350px;
      height: 245px; }
      .footer .footer-in .footer-left-left .footer-social-icons svg {
        height: 20px;
        width: auto;
        margin-right: 16px; }
      .footer .footer-in .footer-left-left .footer-left-left-header {
        margin-top: 25px; }
        .footer .footer-in .footer-left-left .footer-left-left-header span {
          color: #fff;
          font-size: 27px;
          font-weight: 500; }
      .footer .footer-in .footer-left-left .footer-left-left-bottom {
        margin-top: 12px; }
        .footer .footer-in .footer-left-left .footer-left-left-bottom p {
          font-size: 15px;
          color: #fff;
          font-weight: 400; }
        .footer .footer-in .footer-left-left .footer-left-left-bottom span {
          display: block;
          color: #fff;
          font-weight: 400;
          font-size: 14px;
          margin-top: 20px; }
    .footer .footer-in .footer-right-left {
      height: 245px;
      justify-content: flex-start;
      padding-top: 30px; }
      .footer .footer-in .footer-right-left .footer-right-left-header {
        margin-top: 20px;
        margin-bottom: 30px; }
        .footer .footer-in .footer-right-left .footer-right-left-header span {
          color: #fff;
          font-size: 18px;
          font-weight: 500; }
      .footer .footer-in .footer-right-left .footer-right-left-bottom span {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px; }
      .footer .footer-in .footer-right-left .footer-right-left-bottom a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px; }
        .footer .footer-in .footer-right-left .footer-right-left-bottom a:hover {
          text-decoration: underline; }
    .footer .footer-in .footer-right-right {
      height: 245px;
      padding-bottom: 34px; }
      .footer .footer-in .footer-right-right .footer-right-right-top {
        margin-bottom: 15px; }
        .footer .footer-in .footer-right-right .footer-right-right-top button {
          width: 170px;
          height: 34px;
          background-color: #9BB4D3 !important;
          border: none !important;
          color: #fff;
          border-radius: 3px !important; }
      .footer .footer-in .footer-right-right .footer-right-right-bottom {
        margin-bottom: 35px; }
        .footer .footer-in .footer-right-right .footer-right-right-bottom form {
          position: relative;
          width: 100%; }
          .footer .footer-in .footer-right-right .footer-right-right-bottom form div span {
            width: 100% !important;
            position: absolute !important;
            left: 0;
            bottom: -30px;
            padding-left: 0 !important;
            color: #fff !important;
            opacity: 1 !important; }
          .footer .footer-in .footer-right-right .footer-right-right-bottom form div input {
            width: 180px;
            height: 34px;
            background-color: #fff;
            color: #007fea;
            border-radius: 3px;
            border: none;
            padding-left: 10px;
            font-weight: 500;
            font-size: 14px; }
          .footer .footer-in .footer-right-right .footer-right-right-bottom form button {
            width: 80px;
            height: 34px;
            background-color: #fff;
            border-radius: 3px;
            color: #007fea;
            font-weight: 500;
            font-size: 13px;
            margin-left: 10px; }

/*Trafik Sigortası*/
.sigortalar-header {
  width: 100vw;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  background-color: #007fea;
  max-width: 1920px;
  padding: 10px 0px; }
  .sigortalar-header .sigortalar-header-in {
    width: auto;
    width: 100%; }
    .sigortalar-header .sigortalar-header-in .sigortalar-header-left {
      margin-right: 80px; }
      .sigortalar-header .sigortalar-header-in .sigortalar-header-left img {
        width: 160px; }
    .sigortalar-header .sigortalar-header-in .sigortalar-header-right {
      width: 50%; }
      .sigortalar-header .sigortalar-header-in .sigortalar-header-right h1 {
        color: #fff;
        font-size: 45px;
        font-weight: 500; }

.sigortalar-form-container {
  width: 100%; }
  .sigortalar-form-container .sigortalar-breadcrumbs {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 120px; }
    .sigortalar-form-container .sigortalar-breadcrumbs .breadcrumbs-links {
      width: 100%; }
      .sigortalar-form-container .sigortalar-breadcrumbs .breadcrumbs-links a {
        color: #007fea;
        font-size: 17px;
        font-weight: 600;
        text-decoration: none; }
        .sigortalar-form-container .sigortalar-breadcrumbs .breadcrumbs-links a:hover {
          text-decoration: underline; }
      .sigortalar-form-container .sigortalar-breadcrumbs .breadcrumbs-links div {
        color: #007fea;
        font-size: 17px;
        font-weight: 600;
        text-decoration: none;
        margin-right: 4px;
        margin-left: 4px; }
      .sigortalar-form-container .sigortalar-breadcrumbs .breadcrumbs-links span {
        color: #007fea;
        font-size: 17px;
        font-weight: 600;
        text-decoration: none; }

.sigortalar-form-container-in {
  width: 100%; }
  .sigortalar-form-container-in .sigortalar-form {
    width: 100%; }
    .sigortalar-form-container-in .sigortalar-form .category-check-radio-buttons {
      width: 100%;
      margin-bottom: 100px; }
      .sigortalar-form-container-in .sigortalar-form .category-check-radio-buttons div:nth-of-type(1) {
        margin-right: 150px; }
      .sigortalar-form-container-in .sigortalar-form .category-check-radio-buttons div label:nth-of-type(1) {
        margin-bottom: 15px; }
      .sigortalar-form-container-in .sigortalar-form .category-check-radio-buttons div label:nth-of-type(2) {
        margin-top: 15px;
        color: #007fea;
        font-size: 16px;
        font-weight: 600;
        text-align: center !important; }
      .sigortalar-form-container-in .sigortalar-form .category-check-radio-buttons div input {
        border: 3px solid #fff;
        background-color: #d3d3d3;
        box-shadow: 0px 2px 6px 2px #90909058; }
        .sigortalar-form-container-in .sigortalar-form .category-check-radio-buttons div input:checked::before {
          display: none; }
        .sigortalar-form-container-in .sigortalar-form .category-check-radio-buttons div input:checked {
          background-color: #DE7DD4;
          box-shadow: 0px 2px 6px 2px #de7dd458; }
    .sigortalar-form-container-in .sigortalar-form .hand-id-container {
      width: 100%;
      margin-top: 28px; }
    .sigortalar-form-container-in .sigortalar-form .form-progress-bar {
      width: 100%; }
      .sigortalar-form-container-in .sigortalar-form .form-progress-bar .form-progress {
        width: 100%;
        height: 4px;
        background-color: #e1e0ee;
        border-radius: 4px;
        position: relative; }
        .sigortalar-form-container-in .sigortalar-form .form-progress-bar .form-progress .progress-bar-level {
          width: 30%;
          height: 100%;
          max-width: 100%;
          position: relative;
          left: 0;
          top: 0;
          background-color: #007fea;
          z-index: 1;
          border-radius: 4px;
          -webkit-transition: width 0.4s ease-in;
          -moz-transition: width 0.4s ease-in;
          -o-transition: width 0.4s ease-in;
          transition: width 0.4s ease-in; }
          .sigortalar-form-container-in .sigortalar-form .form-progress-bar .form-progress .progress-bar-level .progress-bar-circle {
            position: absolute;
            left: 100%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -mooz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
            -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
            width: 28px;
            height: 28px;
            background-color: #007fea;
            border: 3px solid #fff;
            border-radius: 50%; }
          .sigortalar-form-container-in .sigortalar-form .form-progress-bar .form-progress .progress-bar-level .progress-bar-content {
            width: 152px;
            height: 34px;
            border-radius: 6px;
            background-color: #25ce9e;
            color: #fff;
            font-size: 17px;
            font-weight: 400;
            position: absolute;
            left: 100%;
            bottom: 40px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%); }
            .sigortalar-form-container-in .sigortalar-form .form-progress-bar .form-progress .progress-bar-level .progress-bar-content span {
              position: absolute;
              width: 10px;
              height: 10px;
              background-color: #25ce9e;
              bottom: -4px;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg); }
  .sigortalar-form-container-in .form-inputs-area {
    width: 100%;
    margin-top: 45px; }
    .sigortalar-form-container-in .form-inputs-area form {
      width: 100%; }
      .sigortalar-form-container-in .form-inputs-area form input[type=text],
      .sigortalar-form-container-in .form-inputs-area form input[type=number] {
        padding: 16px 10px;
        text-align: center; }
      .sigortalar-form-container-in .form-inputs-area form .form-datepicker-container {
        width: 100%; }
        .sigortalar-form-container-in .form-inputs-area form .form-datepicker-container .datepicker-left-and-right .datepicker-fly-icon {
          margin-bottom: 7px;
          width: 100%;
          padding-left: 3px;
          font-size: 12px;
          font-weight: 500; }
          .sigortalar-form-container-in .form-inputs-area form .form-datepicker-container .datepicker-left-and-right .datepicker-fly-icon svg {
            margin-right: 4px;
            animation: flyanime 1s ease-in-out infinite alternate; }

@keyframes flyanime {
  to {
    -webkit-transform: rotate(-20deg) scale(1.1);
    -moz-transform: rotate(-20deg) scale(1.1);
    -o-transform: rotate(-20deg) scale(1.1);
    transform: rotate(-20deg) scale(1.1); } }
      .sigortalar-form-container-in .form-inputs-area form .form-seyahat-rotasi-radio-buttons {
        width: 100%;
        margin-bottom: 30px; }
        .sigortalar-form-container-in .form-inputs-area form .form-seyahat-rotasi-radio-buttons span {
          color: #6A707E;
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 10px; }
        .sigortalar-form-container-in .form-inputs-area form .form-seyahat-rotasi-radio-buttons .seyahat-rotasi-dunya {
          background-color: #25ce9e;
          margin-left: 10px; }
        .sigortalar-form-container-in .form-inputs-area form .form-seyahat-rotasi-radio-buttons label {
          width: 160px;
          padding: 0 !important;
          height: 48px;
          background-color: #007fea;
          color: #fff;
          font-weight: 500;
          font-size: 14px;
          border-radius: 10px;
          -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          cursor: pointer; }
          .sigortalar-form-container-in .form-inputs-area form .form-seyahat-rotasi-radio-buttons label input {
            border-color: #fff;
            border-width: 2px;
            width: 16px;
            height: 16px;
            margin-right: 4px; }
            .sigortalar-form-container-in .form-inputs-area form .form-seyahat-rotasi-radio-buttons label input::before {
              background-color: #fff;
              width: 6px;
              height: 6px; }
      .sigortalar-form-container-in .form-inputs-area form .form-checkbox {
        width: 100%;
        margin-top: 45px; }
        .sigortalar-form-container-in .form-inputs-area form .form-checkbox label {
          width: 50%;
          text-align: left;
          margin-left: 12px;
          color: #007fea;
          font-weight: 600;
          font-size: 13px;
          line-height: 20px; }
      .sigortalar-form-container-in .form-inputs-area form .form-adi-soyadi {
        width: 100%;
        margin-top: 15px; }
        .sigortalar-form-container-in .form-inputs-area form .form-adi-soyadi input {
          width: 330px; }
      .sigortalar-form-container-in .form-inputs-area form .konut-policesi-buttons {
        width: 100%; }
        .sigortalar-form-container-in .form-inputs-area form .konut-policesi-buttons span {
          color: #6A707E;
          font-size: 18px;
          font-weight: 600;
          margin-top: 20px;
          margin-bottom: 10px; }
        .sigortalar-form-container-in .form-inputs-area form .konut-policesi-buttons div {
          margin-top: 7.5px; }
          .sigortalar-form-container-in .form-inputs-area form .konut-policesi-buttons div button {
            width: 100px;
            height: 50.4px;
            -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
            -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15); }
            .sigortalar-form-container-in .form-inputs-area form .konut-policesi-buttons div button:nth-of-type(2) {
              margin-left: 14px;
              background-color: #25ce9e; }
      .sigortalar-form-container-in .form-inputs-area form .form-telefon-no {
        width: 100%;
        margin-top: 15px; }
        .sigortalar-form-container-in .form-inputs-area form .form-telefon-no input {
          width: 330px; }
      .sigortalar-form-container-in .form-inputs-area form .form-meslek {
        width: 100%;
        margin-top: 15px; }
        .sigortalar-form-container-in .form-inputs-area form .form-meslek input {
          width: 330px; }
      .sigortalar-form-container-in .form-inputs-area form .form-buttons {
        width: 100%;
        margin-top: 50px; }
        .sigortalar-form-container-in .form-inputs-area form .form-buttons button:nth-of-type(1) {
          width: 110px;
          padding: 16px 0 !important;
          color: #fff;
          background-color: #007fea;
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15); }
        .sigortalar-form-container-in .form-inputs-area form .form-buttons button:nth-of-type(2) {
          width: 190px;
          padding: 15px 0 !important;
          color: #007fea;
          border: 1px solid #979797;
          background: none !important;
          margin-left: 30px; }
          .sigortalar-form-container-in .form-inputs-area form .form-buttons button:nth-of-type(2):active {
            border: 1px solid #979797 !important;
            background-color: aliceblue !important; }
      .sigortalar-form-container-in .form-inputs-area form .form-plaka-no {
        width: 100%; }
        .sigortalar-form-container-in .form-inputs-area form .form-plaka-no input {
          width: 100px;
          margin: 7.5px; }
      .sigortalar-form-container-in .form-inputs-area form .form-info {
        width: 100%;
        margin-top: 25px; }
        .sigortalar-form-container-in .form-inputs-area form .form-info span {
          width: 50%;
          text-align: justify;
          color: #007fea;
          font-weight: 600;
          font-size: 13px;
          line-height: 20px; }
      .sigortalar-form-container-in .form-inputs-area form .form-tc-no {
        width: 100%; }
        .sigortalar-form-container-in .form-inputs-area form .form-tc-no input {
          width: 330px; }
        .sigortalar-form-container-in .form-inputs-area form .form-tc-no .seyahat-kisi-ekle {
          width: 330px;
          text-align: left;
          padding-left: 3px;
          font-size: 12px;
          font-weight: 500;
          margin-top: 7px;
          cursor: pointer;
          color: #6A707E; }
      .sigortalar-form-container-in .form-inputs-area form .content-header-text {
        width: 100%; }
        .sigortalar-form-container-in .form-inputs-area form .content-header-text h5 {
          color: #6A707E;
          font-size: 18px;
          font-weight: 600;
          margin-top: 20px;
          margin-bottom: 10px; }
      .sigortalar-form-container-in .form-inputs-area form .form-small-header-text {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px; }
        .sigortalar-form-container-in .form-inputs-area form .form-small-header-text span {
          color: #6A707E;
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 10px; }
      .sigortalar-form-container-in .form-inputs-area form .form-header-text {
        width: 100%; }
        .sigortalar-form-container-in .form-inputs-area form .form-header-text h3 {
          color: #6A707E;
          font-size: 25px;
          font-weight: 600; }

.sigortalar-content-container {
  width: 100%;
  position: relative;
  margin-top: 160px; }
  .sigortalar-content-container .sigortalar-content-circle {
    width: 400px;
    height: 400px;
    background-color: #007fea;
    border-radius: 50%;
    position: absolute;
    bottom: 45%;
    right: -70px; }
  .sigortalar-content-container .sigortalar-content-text {
    width: 100%;
    padding: 45px;
    position: relative;
    -webkit-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
    -o-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.02);
    margin-bottom: 200px; }
    .sigortalar-content-container .sigortalar-content-text img {
      position: absolute;
      right: 0;
      top: 0;
      width: 400px;
      transform: translateY(-70%); }
    .sigortalar-content-container .sigortalar-content-text h2 {
      font-size: 35px;
      color: #007fea; }
    .sigortalar-content-container .sigortalar-content-text span {
      font-size: 19px;
      color: #007fea;
      font-weight: 600;
      line-height: 35px;
      width: 90%;
      margin-top: 30px; }

/*Teklif karsilastirma*/
.teklifler-container {
  width: 100%;
  height: auto;
  margin-bottom: 280px;
  max-height: auto; }
  .teklifler-container .teklif-item-container {
    width: auto;
    height: auto;
    flex-wrap: wrap; }
    .teklifler-container .teklif-item-container .teklif-item {
      width: 644px;
      height: auto;
      background-color: #fff;
      -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      margin-bottom: 40px;
      padding: 20px; }
      .teklifler-container .teklif-item-container .teklif-item .teklif-item-bottom {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-top: 14px;
        justify-content: space-between; }
        .teklifler-container .teklif-item-container .teklif-item .teklif-item-bottom .teklif-detay-item {
          width: 190px;
          min-width: 190px;
          height: 64px;
          background-color: #fff;
          margin-bottom: 15px;
          -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          border-radius: 15px;
          -webkit-transition: .2s;
          -moz-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
          .teklifler-container .teklif-item-container .teklif-item .teklif-item-bottom .teklif-detay-item:hover {
            background-color: #fafafa; }
          .teklifler-container .teklif-item-container .teklif-item .teklif-item-bottom .teklif-detay-item span {
            font-size: 13px;
            color: #888686;
            font-weight: 600;
            text-align: center; }
      .teklifler-container .teklif-item-container .teklif-item .center-small-header {
        width: 100%; }
        .teklifler-container .teklif-item-container .teklif-item .center-small-header span {
          color: #888686;
          font-size: 10px;
          font-weight: 600; }
        .teklifler-container .teklif-item-container .teklif-item .center-small-header svg {
          margin-right: 5px;
          width: 5px;
          height: auto; }
      .teklifler-container .teklif-item-container .teklif-item .teklif-item-top {
        width: 100%;
        height: 100px; }
        .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-header-text {
          width: 120px;
          max-width: 120px;
          margin-left: 15px; }
          .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-header-text span {
            color: #007fea;
            font-size: 15px;
            font-weight: 500;
            width: 120px;
            max-width: 120px;
            height: 20px;
            overflow: hidden; }
        .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-button {
          margin-left: 100px; }
          .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-button button {
            width: 108px;
            height: 50px;
            background-color: #25ce9e;
            border-radius: 15px !important; }
        .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-price {
          width: 110px;
          max-width: 110px;
          height: 100%;
          margin-left: 25px; }
          .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-price .teklif-price-content {
            margin-top: 8px; }
            .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-price .teklif-price-content h3 {
              color: #007fea;
              font-size: 18px;
              margin: 0 !important;
              font-weight: 600; }
            .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-price .teklif-price-content span {
              color: #A0A0A0;
              font-weight: 600;
              font-size: 9px; }
          .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-price .teklif-price-pop {
            width: 110px;
            height: 32px;
            background-color: #25ce9e;
            font-weight: 600;
            font-size: 9px;
            color: #fff;
            border-radius: 10px;
            position: relative;
            box-shadow: 0px 5px 20px 0px rgba(0, 255, 60, 0.15); }
            .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-price .teklif-price-pop svg {
              position: absolute;
              left: 50%;
              top: 100%;
              -webkit-transform: translate(-50%, -5%);
              -moz-transform: translate(-50%, -5%);
              -o-transform: translate(-50%, -5%);
              transform: translate(-50%, -5%); }
        .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-logo-container {
          width: 126px !important;
          height: 100px; }
          .teklifler-container .teklif-item-container .teklif-item .teklif-item-top .teklif-logo-container img {
            width: 100%;
            max-width: 100%;
            max-height: 80%; }

/*anlasmali sigorta sirketleri*/
.sigorta-sirketleri-header {
  width: 100vw;
  height: auto;
  background-color: #fff;
  position: relative;
  max-width: 1920px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  justify-content: space-between;
  padding: 0 80px; }
  .sigorta-sirketleri-header .sigorta-sirketleri-header-in {
    width: 100%;
    justify-content: space-between; }
    .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-header-menu {
      position: relative;
      display: none; }
      .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-header-menu .sigorta-sirketleri-header-menu-buttons {
        position: absolute;
        right: 0;
        top: 100%;
        max-height: 0;
        overflow: hidden;
        display: none;
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        -webkit-transition: max-height .2s;
        -moz-transition: max-height .2s;
        -o-transition: max-height .2s;
        transition: max-height .2s; }
        .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-header-menu .sigorta-sirketleri-header-menu-buttons button {
          width: 150px;
          height: 40px;
          margin: 8px;
          min-height: 40px; }
      .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-header-menu .sigorta-sirketleri-header-menu-container {
        width: 40px;
        height: 40px;
        display: none;
        cursor: pointer; }
        .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-header-menu .sigorta-sirketleri-header-menu-container .sigorta-sirketleri-menu-burger {
          width: 40px;
          position: relative; }
          .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-header-menu .sigorta-sirketleri-header-menu-container .sigorta-sirketleri-menu-burger:before {
            content: '';
            width: 40px;
            height: 2.5px;
            position: absolute;
            background-color: #007fea;
            -webkit-transform: translateY(9px);
            -moz-transform: translateY(9px);
            -o-transform: translateY(9px);
            transform: translateY(9px);
            transition: .3s; }
          .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-header-menu .sigorta-sirketleri-header-menu-container .sigorta-sirketleri-menu-burger::after {
            content: '';
            width: 40px;
            height: 2.5px;
            position: absolute;
            background-color: #007fea;
            -webkit-transform: translateY(-9px);
            -moz-transform: translateY(-9px);
            -o-transform: translateY(-9px);
            transform: translateY(-9px);
            transition: .3s; }
      .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-header-menu .headermenuopened {
        width: 0 !important; }
        .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-header-menu .headermenuopened::before {
          transform: rotate(45deg) !important;
          transition: .3s; }
        .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-header-menu .headermenuopened::after {
          transform: rotate(-45deg) !important;
          transition: .3s; }
    .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-left .sigorta-sirketleri-logo-container {
      width: 180px;
      height: 136px;
      max-width: 180px;
      max-height: 136px;
      position: relative;
      overflow: hidden; }
      .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-left .sigorta-sirketleri-logo-container div {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0; }
        .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-left .sigorta-sirketleri-logo-container div span {
          height: 8px; }
      .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-left .sigorta-sirketleri-logo-container img {
        width: 90%;
        height: auto;
        max-width: 90%;
        max-height: 100%; }
    .sigorta-sirketleri-header .sigorta-sirketleri-header-in .sigorta-sirketleri-right button {
      width: 150px;
      height: 54px;
      margin-left: 45px;
      -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15); }

.sigorta-sirketleri-breadcrumbs {
  width: 100%; }
  .sigorta-sirketleri-breadcrumbs .sigorta-sirketleri-breadcrumbs-links {
    width: 100%; }
    .sigorta-sirketleri-breadcrumbs .sigorta-sirketleri-breadcrumbs-links .sigortalar-breadcrumbs {
      width: 100%;
      margin-top: 50px;
      margin-bottom: 120px; }
      .sigorta-sirketleri-breadcrumbs .sigorta-sirketleri-breadcrumbs-links .sigortalar-breadcrumbs .breadcrumbs-links {
        width: 100%; }
        .sigorta-sirketleri-breadcrumbs .sigorta-sirketleri-breadcrumbs-links .sigortalar-breadcrumbs .breadcrumbs-links a {
          color: #007fea;
          font-size: 17px;
          font-weight: 600;
          text-decoration: none; }
          .sigorta-sirketleri-breadcrumbs .sigorta-sirketleri-breadcrumbs-links .sigortalar-breadcrumbs .breadcrumbs-links a:hover {
            text-decoration: underline; }
        .sigorta-sirketleri-breadcrumbs .sigorta-sirketleri-breadcrumbs-links .sigortalar-breadcrumbs .breadcrumbs-links div {
          color: #007fea;
          font-size: 17px;
          font-weight: 600;
          text-decoration: none;
          margin-right: 4px;
          margin-left: 4px; }
        .sigorta-sirketleri-breadcrumbs .sigorta-sirketleri-breadcrumbs-links .sigortalar-breadcrumbs .breadcrumbs-links span {
          color: #007fea;
          font-size: 17px;
          font-weight: 600;
          text-decoration: none; }

.sigorta-sirketleri-content {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 120px;
  flex-wrap: wrap; }
  .sigorta-sirketleri-content .sigorta-sirketleri-content-right {
    width: 660px;
    height: 260px;
    max-width: 660px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    padding-left: 35px;
    padding-right: 35px; }
    .sigorta-sirketleri-content .sigorta-sirketleri-content-right a {
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      font-weight: 500; }
      .sigorta-sirketleri-content .sigorta-sirketleri-content-right a:hover {
        opacity: .8; }
    .sigorta-sirketleri-content .sigorta-sirketleri-content-right span {
      color: #fff;
      font-size: 18px;
      font-weight: 500; }
  .sigorta-sirketleri-content .sigorta-sirketleri-content-left {
    width: 398px;
    max-width: 398px;
    height: auto; }
    .sigorta-sirketleri-content .sigorta-sirketleri-content-left .sscl-header {
      width: 100%; }
      .sigorta-sirketleri-content .sigorta-sirketleri-content-left .sscl-header h2 {
        margin-top: 0;
        font-size: 36px;
        font-weight: 600;
        color: #007fea;
        margin-bottom: 40px; }
    .sigorta-sirketleri-content .sigorta-sirketleri-content-left .sscl-content {
      width: 100%; }
      .sigorta-sirketleri-content .sigorta-sirketleri-content-left .sscl-content p {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        color: #969696; }
