@font-face {
    font-family: 'DIN Pro';
    src: local('DIN Pro Light'), local('DIN-Pro-Light'),
        url('/webfiles/fonts/main/DINPro-Light.woff2') format('woff2'),
        url('/webfiles/fonts/main/DINPro-Light.woff') format('woff'),
        url('/webfiles/fonts/main/DINPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'DIN Pro';
    src: local('DIN Pro Regular'), local('DIN-Pro-Regular'),
        url('/webfiles/fonts/main/DINPro.woff2') format('woff2'),
        url('/webfiles/fonts/main/DINPro.woff') format('woff'),
        url('/webfiles/fonts/main/DINPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'DIN Pro';
    src: local('DIN Pro Medium'), local('DIN-Pro-Medium'),
        url('/webfiles/fonts/main/DINPro-Medium.woff2') format('woff2'),
        url('/webfiles/fonts/main/DINPro-Medium.woff') format('woff'),
        url('/webfiles/fonts/main/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'DIN Pro';
    src: local('DIN Pro Bold'), local('DIN-Pro-Bold'),
        url('/webfiles/fonts/main/DINPro-Bold.woff2') format('woff2'),
        url('/webfiles/fonts/main/DINPro-Bold.woff') format('woff'),
        url('/webfiles/fonts/main/DINPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
  body {
    background: #fff;
    color: #333;
    font-family: 'DIN Pro';
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden; }
    a:focus, a:hover {
      text-decoration:none!important;
  }
  ul,
  ol,
  li {
    list-style: none;
    margin: 0;
    padding: 0; }
  
  .container {
    margin: 0 auto; }
  
  .dropdown {
    position: relative; }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    white-space: nowrap;
    z-index: 50; }
  
  .relative {
    position: relative; }
  
  /* RIGHT FIXED MENU STYLE */
  
    .right-fixed-menu-contain {
      position: fixed;
      width: 60px;
      right: 0;
      height: 100%;
      z-index: 550;
      display: flex;
      flex-flow: column;
      justify-content: flex-start;
      /* text-align: center; */
  }
  .right-fixed-menu-contain:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #081019;
    opacity: 0.25;
    pointer-events: none;
    transition: 0.4s all;
    
  }
  .right-fixed-menu-contain.open:before {
    left: -180px;
    transition: 0.4s all;
    opacity: 0.80;
  }
  .right-social {
    display: flex;
    flex-flow: column;
    background: #0810198c;
    padding: 28px 0 12px;
    transition: 0.4s all;
    right: 0;
  }
  .right-social a {
    display: flex;
    justify-content: center;
    color: #a1a7af;
    font-size: 15px;
    margin: 16px 0;
    transition: 0.4s all;
    position: relative;
    width: 100%;
  }
  .right-social.open a {
    justify-content: flex-start;
    padding: 0 30px;
    transition: 0.4s all;
  }
  .right-social.open a i {
    margin-right: 15px;
    width: 15px;
  }
  .right-social span {
    transform: scaleX(0);
    width: 0;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    /* position: absolute; */
    top: -2px;
  }
  .right-social.open span {
    width: fit-content;
    transform: scaleX(1);
    transition: 0.4s all;
  }
  .right-social .twitter:hover {
    color: #1DA1F2;
  }
  .right-social .facebook:hover {
    color: #4267B2;
  }
  .right-social .instagram:hover {
    color: #8a3ab9;	
  }
  .right-social .youtube:hover {
    color: #FF0000;
  }
  .right-fixed-menu-contain .item {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: inherit;
    max-height: 60px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    transition: 0.4s all;
    right: 0;
  }
  .right-fixed-menu-contain .item:hover {
    background: #ec2635;
  }
  /* .right-fixed-menu-contain .item.tall {
    max-height: 70px;
  } */
  .right-fixed-menu-contain .item.open,
  .right-social.open {
    width: 240px;
    position: relative;
    transition: 0.4s all;
    /* background: #ec2635; */
    right: 180px;
    /* border-bottom: none; */
  }
  .right-fixed-menu-contain .item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s all;
  }
  .right-fixed-menu-contain .item.open a {
    justify-content: space-between;
      padding: 0 30px;
      transition: 0.4s all;
  }
  .right-fixed-menu-contain .item img {
    max-width: 24px;
    max-height: 24px;
  }
  .right-fixed-menu-contain .item span {
    font-size: 16px;
    color: #FEFEFE;
    font-weight: 400;
    transform: scaleX(0);
    width: 0;
  }
  .right-fixed-menu-contain .item.open span {
    transform: scaleX(1);
    width: fit-content;
    transition: 0.4s all;
  }
  .right-fixed-menu-contain .online-process {
    max-height: 185px;
    height: inherit;
    width: max-content;
    border-bottom: none;
    left: 0;
    transition: 0.4s all;
  }
  .right-fixed-menu-contain .online-process.open {
    width: 240px;
    position: relative;
    left: -180px;
    transition: 0.4s all;
  }
  .right-fixed-menu-contain .online-process a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s all;
  }
  .right-fixed-menu-contain .online-process.open a {
    width: 240px;
    left: 0;
    transition: 0.4s all;
  }
  .right-fixed-menu-contain .online-process span {
    transform: rotate(90deg);
    color: #fff;
    position: relative;
    right: 40px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2.30px;
    transition: 0.4s all;
    height:50px
  }
  .right-fixed-menu-contain .online-process.open span {
    transform: rotate(0deg);
    transform-origin: center;
    right: 0;
    transition: 0.4s all;
  }
  /* MAIN HEADER */
  .main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*padding-top: 33px;*/
    z-index: 30;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 123px; 
  }
  .e-belediye .main-header{
      padding-top: 33px;
  }
  .hdr-right {
    background: rgb(0,153,204);
    background: -moz-linear-gradient(90deg, rgba(0,153,204,1) 0%, rgba(41,103,172,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,153,204,1) 0%, rgba(41,103,172,1) 100%);
    background: linear-gradient(90deg, rgba(0,153,204,1) 0%, rgba(41,103,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099cc",endColorstr="#2967ac",GradientType=1);
    box-shadow: 7px 0px 7px 3px rgba(37,70,89,0.2);
    -webkit-box-shadow: 7px 0px 7px 3px rgba(37,70,89,0.2);
    -moz-box-shadow: 7px 0px 7px 3px rgba(37,70,89,0.2);
    display: flex;
    height: 90px;
    justify-content: space-between;
  }
  @keyframes initialize {
    0%   {opacity:0;}
    50%  {opacity:0;}
    100% {opacity:1;}
  }
  /* InnerPage E-Belediye start */
  .hdr-right .logo {
    margin-left: 86px;
    display: flex;
    opacity: 0;
    transition: 0.6s all;
  }
  .hdr-right .logo.initialize {
    opacity: 1;
  }
  .hdr-right .logo a {
    margin: auto;
  }
  .e-belediye .main-call-center {
    background: none;
  }
  /* InnerPage E-Belediye end */
  .logo img {
    max-width: 100%; }
  
  .main-nav {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 35px;
  }
    .main-nav > ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .main-nav ul li {
        transition: 0.2s all;
        border-bottom: none;
    }
  .main-nav-link {
    position: relative;
    display: inline-block;
    color: #FFFEFE;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 5px 10px 5px;
    margin: 0 25px 0px 24px;
      /* border-top: 1px solid #b8c2e063; */
  }
  
  .has-navdropdown:hover .main-nav-link::before {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transition: all .3s ease-out; }
  
  .main-nav > ul > li:last-child .main-nav-link {
    margin-right: 0; }
    .main-nav-link.e-belediye {
      color: #ec2635;
  }
  .nav-dropdown {
    position: absolute;
    left: 0;
    background-color: #fff;
    white-space: nowrap;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 10px 20px 0px rgba(5, 33, 62, 0.11);
    border-top: 9px solid #edece4;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 5; }
    .nav-dropdown.big {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      white-space: initial;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      padding: 30px;
      min-height: 215px; }
  
  .nav-dropdown ul li,
  .nav-dropdown ul a {
    display: block; }
  
  .nav-dropdown ul li {
    margin-bottom: 12px; }
  
  .nav-dropdown ul li a {
    position: relative;
    color: #333;
    font-size: 16px;
    padding-left: 25px; }
  
  .nav-dropdown ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border: 1px solid #161141;
    border-radius: 50%;
    transition: all .4s; }
  
  .nav-dropdown ul li a:hover::before {
    background-color: #161141; }
  
  .has-navdropdown:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all .3s ease-out; }
  .mobile-online-process-button{
    display: none;
  }
  
  .main-call-center {
    display: flex;
    align-items: center;
    padding: 0 23px;
    background: #2565A7;
  }
    .main-call-center a {
      display: flex;
  }
  .main-call-center img {
    margin-right: 7px;
    width: 39px;
    height: max-content;
    position: relative;
  }
  .cc-title {
    font-size: 11px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 1px;
  }
  .cc-number {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
  }
  .main-header .item.search {
    background: #225792;
    height: 90px;
    width: 60px;
    display: block;
  }
  .main-header .item.search a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* Not Found */
  .not-found-container {
    min-height: 70vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }.not-found-code {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    color: #666;
    font-family: montserrat,sans-serif;
    font-size: 50px;
  }.not-found-title {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333;
    font-family: montserrat,sans-serif;
    text-align: center;
    margin: 0 0 30px;
  }.not-found-desc {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    font-family: montserrat,sans-serif;
    text-align: center;
    margin: 0 0 30px;
    max-width: 380px;
  }.not-found-button a {
    display: inline-block;
    background-color: #ec2635;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.4s all;
    transition: .5s;
    letter-spacing: 1px;
  }.not-found-button a i {
    margin-right: 5px;
  }.not-found-button a:hover{
    background-color: #225792;
    color: #fff;
  }
  
  
  /* ------------------!!!!!!!!!!!!!!!!---------------------- */
  /* FIXED SOCIAL */
  .fixed-social {
    position: fixed;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: rgba(41, 35, 92, 0.75); */
    z-index: 30;
  }
  
  .fixed-social a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    transition: all .3s;
  }
  
  .fixed-social a img {
    height: 16px; }
  
  .fixed-social .facebook:hover {
    background-color: #3b579d; }
  
  .fixed-social .twitter:hover {
    background-color: #1da1f3; }
  
  .fixed-social .instagram:hover {
    background-color: #c90f7c; }
  
  .fixed-social .youtube:hover {
    background-color: #f00; }
  
  .fixed-social .linkedin:hover {
    background-color: #007bb6; }
  
  /* MAIN FOOTER */
  .main-footer {
    background-color: #292270;
    padding: 100px 0 0; }
  
  .mf-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px; }
    .mf-logo{
      margin-bottom: 27px;
    }
    .mf-copyright {
      display: flex;
      flex-direction: column;
      margin-top: 15px;
  }
  
  /* .mf-copyright a {
    color: #dde0e3;
    display: inline-block;
    margin-bottom: 5px; } */
    .mf-copyright a:hover {
      color: #fff;
      text-decoration: underline; }
  
  .mf-copyright-links {
    margin-left: 15px;
      display: flex; }
    .mf-copyright-links a {
      display: block;
      color: #94969D;
      margin-right: 5px;
      font-weight: 400;
      font-size: 16px;
      letter-spacing: -0.20px;
     }
     .mf-copyright-links a:not(:last-child):after {
      content: "|";
      margin-left: 5px;
  }
  
  .mft-links li,
  .mft-links li span,
  .mft-links li a {
    display: block; }
  
  .mft-links li {
    margin-bottom: 4px; }
  
    .mft-links li:first-child span {
      margin-bottom: 25px;
      color: #BBBCC1;
  }
  
  .mft-links li span {
      color: #94969D;
      font-size: 18px;
      font-weight: 700;
      line-height: 30px;
  }
  
  .mft-links li a {
    color: #94969D;
    font-size: 16px;
    font-weight: normal; }
    .mft-links li a:hover {
      color: #fff;
      text-decoration: underline; }
  
      .mf-tel {
        margin-bottom: 10px;
      color: #FFFFFF;
      font-size: 16px;
      line-height: 30px;
      font-weight: normal;
      text-align: end;
    }
    .mf-tel:first-child {
      font-size: 24px;
      line-height: normal;
      letter-spacing: -0.20px;
      font-weight: 700;
  }
  
  .mf-address {
    max-width: 304px;
      color: #94969D;
      font-size: 16px;
      line-height: 24px;
      font-weight: normal; }
  
  .social-links {
    min-width: 87px;
      display: flex;
      justify-content: space-between; }
    .social-links li {
      display: block; }
    .social-links li {
      margin-bottom: 15px; }
    .social-links li a {
      width: 55px;
      height: 55px;
      background: #FFFFFF;
      border-radius: 27px;
      justify-content: center;
      color: #292270;
      margin-top: 40px;
      display: flex;
      align-items: center; }
      .social-links li a:hover {
        color: #fff; }
      .social-links li a img {
        max-width: 14px;
        max-height: 14px;
        margin-right: 8px; }
  
  .mf-bottom {
    margin-top: 5px;
      /* background: #000A7E; */
      min-height: 76px;
      padding-top: 25px;
      display: flex; 
      padding-bottom: 60px;}
      .mf-bottom .container {
        display: flex;
        justify-content: space-between;
    }
    .mf-copyright-text {
      font-weight: 700;
      color: #94969D;
      font-size: 16px;
      letter-spacing: -0.20px;
  }
  /* MOBILE MENU */
  .accordion ul.inner {
    overflow: hidden;
    display: none; }
  
  .mobile-menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    padding: 10px 15px; }
  
  .mobile-menu ul li a.mm-title span {
    position: relative;
    display: block;
    font-weight: 600;
    padding: 0 20px; }
  
  .mobile-menu ul li a.mm-title.toggle span::before {
    content: url("../img/arrow-down.svg");
    position: absolute;
    top: 3px;
    right: 0;
    width: 14px;
    transition: all .4s; }
  
  .mobile-menu ul li a.mm-title.active.toggle span::before {
    transform: rotate(180deg); }
  
  .mobile-menu ul > li ul li {
    display: block;
    padding-left: 30px; }
  
  .mobile-menu {
    /*display: none; */
      background-color: #01195f;
      padding-bottom: 25px;
      padding-top: 50px;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 300;
      height: 100%;
      overflow: auto;
      transform: translateX(-100%);
      transition: .5s; }
  
  .mobile-menu.active {
    transform: translate(0%);
     }
  
  .mobile-menu-close {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 8px;
    top: -3px;
    display: block;
    cursor: pointer; }
  
  .hamburger-menu {
    position: relative;
      margin: auto 20px;
      cursor: pointer;
    display: none; }
    .hamburger-menu span {
      display: block;
      width: 33px;
      height: 3px;
      margin-bottom: 5px;
      position: relative;
      background: #fff;
      border-radius: 3px; }
  
      .site-header-nav-dropdown-menu {
        position: absolute;
        background: rgb(0,153,204);
        background: -moz-linear-gradient(90deg, rgba(0,153,204,0.95) 0%, rgba(41,103,172,0.95) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0,153,204,0.95) 0%, rgba(41,103,172,0.95) 100%);
        background: linear-gradient(90deg, rgba(0,153,204,0.95) 0%, rgba(41,103,172,0.95) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099cc",endColorstr="#2967ac",GradientType=1);
        left: -10px;
        padding: 24px 64px 45px 32px;
        /* transition: 0.25s all cubic-bezier(1, 0.13, 0.94, 0.86); */
        transition: 0.3s all;
        transform: scaleY(0);
        transform-origin: top;
        /* transform: scaleY(1);*/
    }
    .site-header-nav-dropdown-menu.active {
      transition: 0.3s all;
      transition-delay: 0.2s;
      transform: scaleY(1);
  }
    .menu-item {
      padding: 3px 0px;
      font-weight: 600;
  }
  .menu-item a {
    color: #000000;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s all;
  }
  .main-dropdown:hover .main-nav-link:before {
    transition: 0.22s all;
    height: 67px;
  }
  .main-dropdown {
    position: relative;
  }
  .main-dropdown:hover .main-nav-link {
    color: #ec2635;
  }
  .main-nav-link {
    z-index: 2;
    transition: 0.2s all;
  }
  .main-dropdown .main-nav-link:before {
    content: "";
    position: absolute;
    background: transparent;
    top: 0;
    /* bottom: 0; */
    left: -34px;
    right: -10px;
    transform-origin: top;
    transition: 0.3s all;
    transition-delay: 0.3s;
    height: 0;
    z-index: -1;
  }
  /* BIG DROPDOWN MENU */
  .big-dropdown-menu-container {
    width: 1390px;
    height: 568px;
    background: rgb(0,153,204);
    background: -moz-linear-gradient(90deg, rgba(0,153,204,0.95) 0%, rgba(41,103,172,0.95) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,153,204,0.95) 0%, rgba(41,103,172,0.95) 100%);
    background: linear-gradient(90deg, rgba(0,153,204,0.95) 0%, rgba(41,103,172,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099cc",endColorstr="#2967ac",GradientType=1);
    transition: 0.4s all;
    transform-origin: top;
    transform: scaleY(0);
    position: relative;
    z-index: 99;
  }
  .big-dropdown-menu-container .slogan {
    position: absolute;
    right: 50px;
    bottom: 30px;
    top: unset;
    left: unset;
  }
  .big-dropdown-menu-container.open {
    transform: scaleY(1);
  }
  .big-menu-tab {
    margin: 35px 0 0 64px;
    display: flex;
  }
  .big-menu-tab > ul {
    max-width: 318px;
    width: -webkit-fill-available;
  }
  .big-menu-tab > ul > li {
    position: relative;
  }
  .big-menu-tab > ul > li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 1px;
    width: 60%;
    background: linear-gradient(to right, #c7c7c7, transparent);
    opacity: 0.50;
    transition: 0.3s all;
  }
  .big-menu-tab > ul > li:hover:after {
    opacity: 1;
    height: 2px;
    width: 65%;
  }
  .big-menu-tab > ul > li > a {
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    color: #fff;
    transition: 0.3s all;
  }
  .big-menu-tab > ul > li > a:hover {
    font-weight: 400;
  }
  /* BIG SEARCH SCREEN */
  .big-search-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transform-origin: top right;
    transition: 0.4s all;
    transform: scale(0);
  }.big-search-container:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #061524;
    opacity: 0.20;
    border-bottom-left-radius: 50px;
    transition: 0.4s all;
  }.big-search-container.opened {
    transform: scale(1);
    border-bottom-left-radius: 0px;
  }.big-search-container.opened:before {
    border-bottom-left-radius: 0px;
    opacity: 0.80;
  }.big-search-container .logo {
    position: relative;
    max-width: 470px;
  }.big-search-container .item.search.close {
    background: #225792;
    height: 90px;
    width: 60px;
    display: block;
    position: absolute;
    right: 60px;
    top: 33px;
  }.big-search-container .item.search.close > a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }.search-bar {
    position: relative;
    max-width: 1024px;
    margin: 150px auto 25px;
    border: 1px solid #8F969A;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 55;
    background: rgb(255 255 255 / 50%);
  }.search-bar .full {
    display: flex;
    justify-content: space-between;
    margin: 0 35px;
    height: 100%;
    align-items: center;
  }.search-bar .full .form-group {
    width: -webkit-fill-available;
  }.search-bar .full .form-group input[type="text"] {
    font-size: 20px;
    line-height: 48px;
    /* color: #7F858B; */
    color: #fff;
    letter-spacing: -0.25px;
    font-weight: 300;
    border: none;
    background: transparent;
    position: relative;
    /* max-width: 800px; */
    width: 100%;
  }.search-bar .full .form-group input[type="text"]::placeholder {
    font-size: 20px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -0.25px;
    font-weight: 300;
  }.search-bar .full .form-group input[type="text"]:focus {
    outline: none!important;
  }
  /* .search-bar:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    opacity: 0.7;
    z-index: 53;
  } */
  .search-bar .full {
    display: flex;
    justify-content: space-between;
  }.search-bar .full .form-group-send .cf-send-btn {
    border: none;
    background: transparent;
    cursor: pointer;
  }.search-bar .full .form-group-send .cf-send-btn:hover {
    transition: 0.2s;
    transform: scale(1.1);
  }.search-bar .full .form-group-send .cf-send-btn > i {
    font-size: 24px;
  }
  
  /*MEDIA*/
  @media (max-width: 1831px) {
  .main-nav {
    margin-left: 0
  }
  .main-nav-link {
    margin: 0 15px 0px 14px;
  }
  }
  @media (max-width: 1668px) {
  .main-nav-link {
    margin: 0 10px 0px 10px;
    padding: 10px 3px 10px 3px;
  }
  }
  @media (max-width: 1599px) {
    
  }
  @media (max-width: 1580px) {
    .hdr-right {
      height: 70px;
    }
    .main-nav-link {
      font-size: 16px;
    }
    .main-header .item.search {
      height: 70px;
    }
  }
  @media (max-width: 1510px) {
    .main-nav-link {
      font-size: 14px;
  }
  .main-call-center {
    padding: 0 15px;
  }
  .main-call-center img {
    width: 35px;
  }
  .cc-title {
    font-size: 9px;
  }
  .cc-number {
    font-size: 18px;
  }
  }
  @media (max-width: 1402px) {
    .main-nav-link {
      font-size: 13px;
      margin: 0 7px 0px 7px;
      padding: 10px 2px 10px 2px;
  }
  .main-call-center img {
    width: 30px;
  }
  .cc-title {
    font-size: 7px;
  }
  .cc-number {
    font-size: 15px;
  }
  }
  @media (max-width: 1259px) {
    
  }
  @media (max-width: 1294px) {
    /* .main-header {
      margin-right: 45px;
  } */
  .main-nav {
    display: none;
  }
  .mobile-online-process-button {
    display: flex;
    align-items: center;
  }
  .mobile-online-process-button a {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    transition: 0.4s all;
  }
  .mobile-online-process-button a:hover {
    color: #ec2635;
  }
  .hamburger-menu {
    display: block;
  }
    /* .right-fixed-menu-contain {
      width: 45px;
  } */
  }
  @media (max-width: 1100px) {
  
  }
  @media (max-width: 991px) {
    .hdr-right .logo {
      margin-left: 30px;
  }
  }
  @media (max-width: 880px) {
  .main-header {
    margin: auto;
    max-width: 480px;
    padding-top: 0;
    position: relative;
  }.hdr-right {
    /* width: 100%!important; */
    width: 87%!important;
  }.main-header .item.search {
    width: 13%;
  }
  .hamburger-menu {
    padding: 20px;
    margin: unset;
    background: #2967AB;
  }.right-fixed-menu-contain {
    display: none;
  }
  .e-belediye .main-header {
    height: 70px;
  }
  .mobile-online-process-button a {
    text-align: center;
    padding: 6px;
  }
  }
  
  /*MIN WIDTH*/
  @media (min-width: 768px) {
    .container {
      width: 750px; } 
  }
  @media (min-width: 992px) {
    .container {
      width: 970px; } 
    }
  @media (min-width: 1230px) {
    .container {
      width: 1200px; }
  }
  @media (min-width: 1600px) {
    .container {
      width: 1586px; }
  }
  tr td img {
    width: 100%;
  }
  /* High Resolution Responsive*/
  @media (min-width: 1921px) {
    /* body {
      font-size: 20px;
    } */
    .main-header {
      height: 150px;
  }
  .hdr-right {
    height: 117px;
  }
  .main-header .item.search {
    height: 117px;
  }
  .main-nav-link {
    font-size: 26px;
  }
  .main-call-center img {
    width: 55px;
  }
  .cc-title {
    font-size: 14px;
  }
  .cc-number {
    font-size: 27px;
  }
  .right-fixed-menu-contain .item span {
    font-size: 20px;
  }.right-fixed-menu-contain .item img {
    max-width: 30px;
    max-height: 30px;
  }
  .right-fixed-menu-contain .item {
    max-height: 90px;
  }
  .right-fixed-menu-contain .online-process {
    max-height: 260px;
  }
  .right-fixed-menu-contain .online-process span {
    right: 72px;
    font-size: 20px;
  }
  }
  .prev-stars {
    background: linear-gradient(90deg, rgb(0, 153, 204) 0%, rgb(41, 103, 172) 100%);
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
  }