/* Header Başlangıç. */

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
}

button,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.font1 {
  font-family: "SF Pro Display";
}

.font2 {
  font-family: "SF Pro Display";
}

a.emsoft-giris {
  font-weight: 700;
  color: #d90000;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #00102217;
  display: flex;
  align-items: center;
}

a.emsoft-giris img {
  height: 16px;
  margin-right: 10px;
}

a.emsoft-giris:hover span {
  text-decoration: underline;
}

body {
  background: #fafafa;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
}

.sita-hiza {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.renkbg {
  background: #d90000;
  color: #fff;
}

.renkbg:hover {
  background: #d90000;
  color: #fff;
}

.renkbg2 {
  background: #001022;
  color: #fff;
}

.renkbg2:hover {
  background: #001022;
  color: #fff;
}

.renktext,
a.renktext {
  color: #d90000;
}

a.renktext:hover {
  color: #d90000;
}

.renkborder {
  border: solid 1px #d90000;
}

.renkborder:hover {
  border-color: #000;
  color: #000 !important;
}

.btn-uyelik:hover,
.btn-uyelik:focus,
.btn-uyelik:active {
  color: #fff !important;
  background: #000;
  border-color: #000 !important;
}

.btn-uyelik {
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: 600;
  border-radius: 3px;
}

.btn-uyelik .icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-uyelik i {
  margin-right: 6px;
  margin-left: 6px;
}

.btn {
  border-radius: 3px;
  font-size: 14px;
}

.bg-gri {
  background: #fafafa;
}

.list-group-item {
  border-radius: 3px !important;
}

.btn-genel {
  position: relative;
  display: inline-flex;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #e61e28;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  border: solid 1px #e61e28;
  line-height: 1;
  border-radius: 3px;
  height: 33px;
  align-items: center;
}

.btn-genel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: -1;
}

.btn-genel:hover {
  color: #e61e28;
}

.btn-genel:hover::before {
  width: 100%;
}

.btn-genel .Sitelink1,
.btn-genel .Sitelink2 {
  position: relative;
  display: inline-flex;
  transition: all 0.4s ease;
  align-items: center;
  justify-content: center;
}

.btn-genel .Sitelink2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
}

.btn-genel:hover .Sitelink1 {
  transform: translateY(-150%);
  opacity: 0;
}

.btn-genel:hover .Sitelink2 {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.btn-genel.btn-border {
  color: #e61e28;
  background-color: transparent;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  border: solid 1px #e61e28;
}

.btn-genel.btn-border::before {
  background-color: #e61e28;
}

.btn-genel.btn-border:hover {
  color: #fff !important;
}

.btn-genel i {
  margin-right: 5px;
}

.telefon-btn {
  font-weight: 700;
}

.site-baslik1 {
  width: 100%;
  height: auto;
}

.site-baslik1 small {
  display: block;
  color: #1d85e8;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
}
.site-baslik1 h2 {
  font-size: 35px;
  font-weight: 700;
}

.site-baslik1 h2 b {
  color: #1d85e8;
  font-weight: 700;
}

.site-baslik1 p {
  display: block;
  font-size: 15px;
  font-weight: 500;
  opacity: 90%;
}

.site-baslik1 .cizgi {
  display: block;
  width: 34px;
  height: 2px;
  background: #ae1415;
  position: relative;
}

.kisayol {
  color: #fff;
  display: flex;
  align-items: center;
}

.kisayol a i {
  padding-left: 0px;
  border-left: 0px;
  margin-right: 4px;
  padding-right: 4px;
}

.kisayol a {
  color: #fff;
}

.header-menu {
  width: 100%;
  height: auto;
  background: #00236d;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 982;
  padding: 0px 0px;
  transition: top 0.3s;
  position: fixed;
}

.header-menu .navbar-brand {
  height: 63px;
  margin: 0px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.header-menu .navbar-brand img {
  max-height: 100%;
  width: auto;
  position: relative;
  z-index: 99;
  min-height: 41px;
}

.header-menu .navbar {
  padding: 22px 0px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.header-menu .header-uyelik {
  position: relative;
  display: flex;
  align-items: center;
}

.header-menu .header-uyelik .dropdown-menu {
  font-size: 14px;
}

.header-menu .nav {
  margin-left: auto;
  align-items: center;
}

.header-menu .nav .navbar-nav {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: auto;
}

.header-menu .nav li {
  margin-right: 0px;
  display: flex;
  align-items: center;
}

.header-menu .nav li:first-child:before {
  display: none;
}

.header-menu .nav li::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #ffffff4a;
  position: relative;
  display: block;
  margin: 0px 6px;
}

.header-menu .nav li a {
  display: block;
  padding: 0 0rem;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.header-menu .nav li a:hover,
.header-menu .nav li a.active {
  color: #ae1415 !important;
  opacity: 80%;
  text-decoration: underline;
}

.header-menu .nav li a i {
  margin-right: 6px;
}

/* scrool menü*/

.header-menu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-menu.scrolled-down {
  top: -400px;
  opacity: 0;
}

.header-menu.scrolled-up {
  opacity: 1;
  top: 0px;
  background: #00236d;
  box-shadow: 0px 0px 20px #00000033;
}

.header-menu.scrolled-up .logo1 {
  display: none;
}

.header-menu.scrolled-up .logo2 {
  display: block !important;
}

.header-menu.scrolled-up .logo1 {
  display: none !important;
}

.header-menu.scrolled-up .nav li a {
  color: #fff;
}
.header-menu.scrolled-up .nav li a:hover,
.header-menu .nav li a.active {
  color: #fff !important;
  opacity: 100%;
  text-decoration: underline;
}

.header-menu.scrolled-up .nav .navbar-nav {
  margin-right: 15px;
}

.scrolled-up.header-menu .navbar {
  padding: 3px 0px;
  height: auto;
}

.scrolled-up.header-menu .visapro-header-top {
  padding: 7px 0;
  background: #ae1415;
}

.scrolled-up.header-menu .nav {
  width: auto;
  height: auto;
  border: none !important;
  border-radius: 0px;
  align-items: center;
  margin-left: auto;
}

.scrolled-up.header-menu .navbar::before {
  display: none;
}

.header-menu.scrolled-up .navbar-brand {
  max-height: 80px;
}

.header-menu.scrolled-up .navbar-brand img {
  max-height: 100%;
  width: auto;
  position: relative;
  z-index: 99;
}

/* scrool menü*/

.header-search {
  max-width: 435px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0px;
}

.header-search form {
  width: 100%;
}

.header-search form .form-control {
  width: 100%;
  border: 1px solid rgba(34, 36, 38, 0.15);
  outline: none;
  font-size: 16px;
  border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -ms-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  height: 40px;
  padding-left: 20px;
  font-weight: 500;
}

.header-search form .form-control:focus {
  box-shadow: none;
}

.header-search form button.ara {
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  right: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -ms-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
}

.header-search form button.ara:focus {
  border: none;
}

.visapro-header-top {
  padding: 11px 0;
  background: #575656;
  position: relative;
  z-index: 1;
}

.visapro-header-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: -19px;
  width: 55%;
  height: 100%;
  z-index: -1;
  transform: skew(-26deg);
  padding-left: 20px;
  background: #ae1415;
}

.top-address p {
  margin-bottom: 0;
  font-size: 12px;
  display: inline-block;
}

.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.top-address p a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.top-address p span,
.top-address p a {
  margin-right: 20px;
}

.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.top-address p span,
.top-address p a {
  margin-right: 20px;
}

.top-right-menu ul.social-icons {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: end;
}

.top-right-menu ul.social-icons li {
  display: inline-block;
  margin-left: 23px;
  position: relative;
}

.top-address p a i,
.top-right-menu ul.social-icons li a i,
.top-address p span i {
  margin-right: 8px;
}

.top-right-menu ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
}

/* header slider */

.header-slider {
  position: relative;
  border-top: 0px;
  overflow: hidden;
  height: 100vh;
}

.slider-arrow {
  position: absolute;
  bottom: -11px;
  left: 50%;
  z-index: 9;
  margin-left: -96px;
  margin-bottom: 0px;
  color: #ffffff;
}

.slider-arrow a.icon {
  color: #8f9595;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 27px;
  cursor: pointer;
}

.header-slider .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  opacity: 60%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.85) 14%,
    rgba(0, 212, 255, 0) 100%
  );
}

.header-slider .swiper-slide::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #04040c;
  opacity: 0.4;
}

.header-slider .swiper-slide {
  position: relative;
  height: 100vh;
}

.header-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures images cover the area without stretching */
}

.header-slider .text-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header-slider .text-bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 20%;
}

.header-slider .text-bg .textic {
  width: 100%;
  position: relative;
  z-index: 66;
  text-align: center;
  max-width: 820px;
  margin: 0px auto;
  color: #fff;
}

.header-slider .text-bg .textic .text1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.header-slider .text-bg .textic .text2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px;
}

.slider-kampanya {
  width: 100%;
  height: auto;
  border-top: 1px solid #ffffff46;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  z-index: 9;
}

.slider-kampanya .kampanya-item {
  height: 120px;
  border-left: 1px solid #ffffff46;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 25px;
  text-align: center;
}

.slider-kampanya a.kampanya-item-link {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-top: -12px;
}

.slider-kampanya .slider-sosyal {
  width: auto;
  display: flex;
  align-items: center;
}

.slider-kampanya .slider-sosyal span {
  font-weight: 700;
  margin-right: 25px;
}

.slider-kampanya .slider-sosyal li:first-child {
  margin-left: 0px;
}

.slider-kampanya .slider-sosyal li {
  list-style: none;
  margin-left: 25px;
}

.slider-kampanya .slider-sosyal li a {
  color: #fff;
  font-size: 18px;
}

/* header slider son */
.detay-arama-button,
.detay-arama-button:hover {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.page-icerik {
  min-height: 300px;
}

.page-icerik h4 {
  font-weight: 700;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

.page-icerik .page-icerik-box {
  background: #fff;
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 30px;
}

/*vitrinilanlar*/

.vitrinilanlar {
  width: 100%;
  height: auto;
  position: relative;
}

.vitrinilanlar .baslikk {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  font-size: 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}

.vitrinilanlar .baslikk a {
  margin-left: auto;
  text-decoration: underline !important;
  font-weight: 700;
  color: #d90000;
}

.vitrinilanlar .vitrin_Liste {
  width: 100%;
  height: auto;
  position: relative;
  color: #000;
  margin-bottom: 25px;
  display: block;
}

.vitrinilanlar .vitrin_Liste .resim {
  width: 100%;
  height: 76px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  padding: 5px;
}

.vitrinilanlar .vitrin_Liste .resim img {
  height: 100%;
}

.vitrinilanlar .vitrin_Liste .baslik {
  width: 100%;
  height: auto;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.kategori-menu {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-right: 1px solid #d7d7d7;
  padding-right: 15px;
}

.Home_Itemi,
.page-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.Home_Item .kategori-menu {
  margin-top: 0px;
}

.kategori-baslik {
  font-size: 16px !important;
  margin-bottom: 6px;
  font-weight: 700 !important;
}

.cizgi {
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}

.kategori-icon {
  font-size: 18px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

a.kategori-link {
  font-weight: 500;
  font-style: normal;
  text-decoration: none !important;
  color: #000;
  margin-top: 10px;
}

a.kategori-link .kategori-icon {
  width: 30px;
  height: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  text-decoration: none !important;
}

a.kategori-link .kategori-icon.renk1 {
  background: #d90000;
}

a.kategori-link .kategori-icon.renk2 {
  background: #ffc106;
}

a.kategori-link .kategori-icon.renk3 {
  background: #15a2b8;
}

a.kategori-link .kategori-icon.renk4 {
  background: #02243c;
}

a.kategori-link .baslik {
  margin-top: 0px;
  line-height: 16px;
}

a.kategori-link small {
  margin-top: 0px;
  color: #999;
  font-size: 12px;
  line-height: 10px;
}

.kategori-menu ul {
  padding: 0px;
  margin: 0px;
  display: block;
}

.kategori-menu ul li:first-child {
  margin-top: 0px;
}

.kategori-menu ul li,
.liste-tab .liste1 li {
  font-size: 14px;
  list-style: none;
  width: 100%;
  display: flex;
  margin-top: 3px;
}

.kategori-menu ul li a,
.liste-tab .liste1 li a {
  border-bottom: none;
  border-right: none;
  padding: 11px 16px !important;
  line-height: 1;
  position: relative;
  width: 100%;
  display: flex;
  background: #f6f6f6;
  justify-content: space-between;
  border-radius: 3px;
  color: #231f20;
  font-weight: 500;
  font-size: 14px !important;
}

.kategori-menu ul li a:hover,
.liste-tab .liste1 li a:hover {
  background: #f6f6f6;
  color: #fff;
}

.kategori-menu ul li a:after,
.liste-tab .liste1 li a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  border-top: 6px solid transparent;
  border-left: 6px solid #e61e28;
  border-bottom: 6px solid transparent;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.kategori-menu ul li a:hover:after,
.liste-tab .liste1 li a:hover:after {
  opacity: 1;
}

.kategori-menu ul li.ajaxAltKategori a {
  font-weight: 400;
}

.kategori-menu ul li a:hover,
.liste-tab .liste1 li a:hover {
  background: #e61e28;
  color: #fff !important;
}

.liste-tab .liste1 li {
  width: auto;
}

.kategori-menu ul li a .icon {
  width: 30px;
}

.kategori-menu ul li a .icon img {
  width: 100%;
}

.kategori-menu ul li a:hover {
  color: #d90000;
}

.kategori-menu ul li span {
  margin-left: 5px;
  color: #999;
}

.arama-banner {
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background: url(../images/slider/arama-banner.jpg);
  display: flex;
  align-items: center;
  padding: 43px 0px 20px;
}

.ilan-search {
  height: auto;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
}

.ilan-search a.detayli-arama-button {
  color: #fff;
  margin-top: 22px;
  font-weight: 700;
  font-size: 17px;
}

.ilan-search h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.ilan-search p {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.ilan-search .ilan-kategori {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
}

.ilan-search .ilan-kategori a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.ilan-search .ilan-kategori .kategorisec {
  width: auto;
  height: 50px;
  background: transparent;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  padding: 0px 16px;
}

.ilan-search .ilan-kategori .kategorisec .icon {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 1;
  margin-right: 13px;
}

.ilan-search .ilan-kategori .kategorisec.active,
.ilan-search .ilan-kategori .kategorisec:hover {
  border-color: #d90000;
  background: #d90000;
  color: #fff;
}

.ilan-search .ilan-kategori .kategorisec span {
  font-weight: 600;
  font-style: normal;
  margin-top: 0px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
}

.ilan-search form {
  width: 100%;
  display: inline-block;
}

.ilan-search .form-group {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.ilan-search .form-group .form-control {
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}

.ilan-search .form-group .form-control,
.ilan-search .form-group .form-select {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  background-color: #fff;
  color: #373636;
  font-weight: 500;
  border: none;
  height: 50px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  border-radius: 3px;
}

.ilan-search .form-group .form-control:focus,
.ilan-search .form-group .custom-select:focus {
  box-shadow: none;
  border-color: #e0e1e2;
}

.ilan-search .dm-select {
  width: 100%;
}

.ilan-search .dm-select .dm-select-box {
  position: relative;
  width: 100%;
}

.ilan-search .dm-select .dm-select-box .default-option {
  width: auto;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-right: 1px solid #f1f1f1 !important;
  position: relative;
  overflow: hidden;
}

.ilan-search .dm-select .dm-select-box .default-option:after {
  content: "\eab2";
  position: absolute;
  right: 16px;
  top: 0px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  color: #000;
  z-index: 99;
  font-family: "fontello";
}

.ilan-search .dm-select .dm-select-box .default-option:hover {
  cursor: default;
}

.ilan-search .dm-select .dm-select-box .dm-options {
  display: none;
  width: calc(100% + 0px);
  max-height: 270px;
  overflow: auto;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  left: 0px;
  top: 50px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.ilan-search .dm-select .dm-select-box .dm-options .dm-option {
  padding: 8px 16px;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s;
}

.ilan-search .dm-select .dm-select-box .dm-options .dm-option:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.ilan-search .dm-select .dm-select-box .dm-options::-webkit-scrollbar {
  width: 5px;
}

.ilan-search .dm-select .dm-select-box .dm-options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.ilan-search .dm-select .dm-select-box .dm-options::-webkit-scrollbar-thumb {
  background: #d90000;
}

.ilan-search .ilan-ara {
  width: 190px;
  height: 50px;
  background: #ffc103;
  border: none;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
}

.ilan-search .ilan-ara i {
  padding-right: 2px;
}

.ilan-search .ilan-ara:focus {
  outline: none;
  box-shadow: none;
}

.page-ilan-search {
  height: auto;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.page-ilan-search h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}

.page-ilan-search p {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.page-ilan-search .ilan-kategori {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.page-ilan-search .ilan-kategori a {
  color: #fff;
  font-weight: 700;
}

.page-ilan-search .ilan-kategori .kategorisec {
  width: auto;
  height: 50px;
  background: transparent;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  padding: 0px 16px;
}

.page-ilan-search .ilan-kategori .kategorisec .icon {
  width: 100%;
  height: auto;
  font-size: 23px;
  line-height: 23px;
  margin-right: 16px;
}

.page-ilan-search .ilan-kategori .kategorisec.active,
.page-ilan-search .ilan-kategori .kategorisec:hover {
  border-color: #d90000;
  background: #d90000;
  color: #fff;
}

.page-ilan-search .ilan-kategori .kategorisec span {
  font-weight: 500;
  font-style: normal;
  margin-top: 0px;
  display: block;
}

.page-ilan-search form {
  width: 100%;
  display: inline-block;
}

.page-ilan-search .form-group {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.page-ilan-search .form-group .form-control {
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}

.page-ilan-search .form-group .form-control,
.page-ilan-search .form-group .form-select {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  background-color: #efefef;
  color: #373636;
  font-weight: 500;
  border: none;
  height: 40px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  border-radius: 3px;
}

.page-ilan-search .form-group .form-control:focus,
.page-ilan-search .form-group .custom-select:focus {
  box-shadow: none;
  border-color: #e0e1e2;
}

.page-ilan-search .dm-select {
  width: 250px;
}

.page-ilan-search .dm-select .dm-select-box {
  position: relative;
  width: 100%;
}

.page-ilan-search .dm-select .dm-select-box .default-option {
  width: auto;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-right: 1px solid #f1f1f1 !important;
  position: relative;
  overflow: hidden;
}

.page-ilan-search .dm-select .dm-select-box .default-option:after {
  content: "\eab2";
  position: absolute;
  right: 16px;
  top: 0px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  color: #000;
  z-index: 99;
  font-family: "fontello";
}

.page-ilan-search .dm-select .dm-select-box .default-option:hover {
  cursor: default;
}

.page-ilan-search .dm-select .dm-select-box .dm-options {
  display: none;
  width: calc(100% + 0px);
  max-height: 270px;
  overflow: auto;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  left: 0px;
  top: 50px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.page-ilan-search .dm-select .dm-select-box .dm-options .dm-option {
  padding: 8px 16px;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s;
}

.page-ilan-search .dm-select .dm-select-box .dm-options .dm-option:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.page-ilan-search .dm-select .dm-select-box .dm-options::-webkit-scrollbar {
  width: 5px;
}

.page-ilan-search
  .dm-select
  .dm-select-box
  .dm-options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.page-ilan-search
  .dm-select
  .dm-select-box
  .dm-options::-webkit-scrollbar-thumb {
  background: #d90000;
}

.page-ilan-search .ilan-ara {
  width: auto;
  height: 40px;
  background: #001022;
  border: none;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 12px;
}

.page-ilan-search .ilan-ara i {
  padding-right: 5px;
}

.page-ilan-search .ilan-ara:focus {
  outline: none;
  box-shadow: none;
}
/**/

.home-Urunler {
  padding-bottom: 70px;
}

/* İlan Liste 1*/
.ilan-liste1 {
  height: auto;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ececec;
  overflow: hidden;
  transition: 0.3s;
  margin-right: 10px;
}

.ilan-liste1 a {
  display: block;
  font-size: 14px;
  color: #263238;
  text-decoration: none;
}

.ilan-liste1 .ilan-bilgi {
  width: 100%;
  border-top: 1px solid #eeeeee;
}

.ilan-liste1 .ilan-secenek {
  width: 100%;
  color: #d90000;
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
}

.ilan-liste1 .ilan-bilgi .liste {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ilan-liste1 .ilan-bilgi .liste1 {
  width: 60%;
  background: #fafafa;
  font-weight: bold;
  font-size: 14px;
  color: #373737;
  border-right: 1px solid #eeeeee;
}

.ilan-liste1 .ilan-bilgi .liste2 {
  width: 20%;
  border-right: 1px solid #eeeeee;
}

.ilan-liste1 .ilan-bilgi .liste3 {
  width: 20%;
}

.ilan-liste1 .ilan-bilgi .liste2:hover,
.kategori_li.active a,
.ilan-liste1 .ilan-bilgi .liste2.active {
  color: #d90000;
  font-weight: 700;
}

.ilan-liste1 .ilan-bilgi .liste3 .favori {
  font-family: "fontello";
}

.ilan-liste1 .ilan-bilgi .liste3 .favori:before {
  content: "\e83f";
}

.ilan-liste1 .ilan-bilgi .liste3.active .favori:before {
  content: "\e83e";
  color: #d90000;
}

.ilan-liste1 .ilan-bilgi .liste3:hover .favori:before {
  color: #d90000;
  content: "\e83e";
}

.ilan-liste1 .ilan-resim-sayfa {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.ilan-liste1 .ilan-resim-sayfa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.ilan-liste1:hover .ilan-resim-sayfa img {
  transform: scale(1.1);
}

.ilan-liste1 .ilan-aciklama a {
  display: block;
  padding: 10px;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik {
  display: block !important;
  color: #64707c;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik .liste {
  margin-right: 10px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik .liste i {
  margin-right: 10px;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik .liste i::before {
  font-weight: 600;
}

.ilan-liste1 .ilan-aciklama a .ilan-baslik {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box !important;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  align-items: start !important;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 25px !important;
}

.ilan-liste1 .ilan-aciklama a .ilan-baslik.gorunum2 {
}

.ilan-liste1 .ilan-aciklama a .ilan-baslik.gorunum1 {
  display: none !important;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik .liste.ilan-adres {
  font-size: 13px;
  /*margin-top: 12px;*/
  margin-top: 5px;
  font-weight: 700 !important;
  color: #000 !important;
  text-overflow: ellipsis;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.ilan-liste1 .ilan-aciklama .ilan-adres i {
  display: none;
}

.ilan-liste1 .ilan-aciklama .ilan-adres li {
  list-style: none;
  display: flex;
}

.ilan-liste1 .ilan-aciklama .ilan-adres li:nth-child(1):before {
  display: none;
  margin-left: 0px;
}

.ilan-liste1 .ilan-aciklama .ilan-adres li::before {
  display: block;
  content: "/";
  margin: 0px 5px;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik .liste.ilan-adres i {
  display: none;
}

.ilan-liste1 .ilan-aciklama a .ilan-fiyat {
  display: block;
  margin-top: 0px;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  color: #d90000;
}

/* İlan Liste 1 Son */

/* İlan Liste 2*/

.ilan-liste2 {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.11);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.ilan-liste2:hover {
  border-color: #e61e28;
}

.ilan-liste2 a {
  font-size: 14px;
  color: #263238;
  text-decoration: none;
}

.ilan-liste2 .ilan-bilgi {
  width: 100%;
  display: block;
}

.ilan-liste2 .ilan-bilgi .liste {
  height: auto;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.ilan-liste2 .ilan-bilgi .liste span {
  padding-left: 10px;
  font-size: 13px;
}

.ilan-liste2 .ilan-bilgi .liste1 {
  width: 100%;
  background: #fafafa;
  font-weight: bold;
  font-size: 14px;
  color: #373737;
  border-right: 1px solid #eeeeee;
}

.ilan-liste2 .ilan-bilgi .liste2 {
  width: auto;
}

.ilan-liste2 .ilan-bilgi .liste3 {
  width: auto;
  border-left: 1px solid #eeeeee;
  padding-left: 15px;
  margin-left: 15px;
}

.ilan-liste2 .ilan-bilgi .liste2:hover,
.ilan-liste2 .ilan-bilgi .liste2.active {
  color: #d90000;
}

.ilan-liste2 .ilan-bilgi .liste3 .favori {
  font-family: "fontello";
}

.ilan-liste2 .ilan-bilgi .liste3 .favori:before {
  content: "\e83f";
}

.ilan-liste2 .ilan-bilgi .liste3.active .favori:before {
  content: "\e83e";
  color: #d90000;
}

.ilan-liste2 .ilan-bilgi .liste3:hover .favori:before {
  color: #d90000;
  content: "\e83e";
}

.ilan-liste2 .ilan-resim-sayfa {
  width: 140px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  border-right: 1px solid #eaeaea;
}

.ilan-liste2 .ilan-resim-sayfa img {
  max-width: 100%;
  max-height: 100%;
}

.ilan-liste2 .ilan-aciklama {
  display: block;
  padding: 0px;
  padding-left: 20px;
  width: calc(100% - 310px);
  padding-right: 20px;
}

.ilan-liste2 .ilan-aciklama .ilan-baslik {
  font-weight: 700;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ilan-liste2 .ilan-aciklama .ilan-tarihi {
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

.ilan-liste2 .ilan-aciklama a .ilan-baslik.gorunum2 {
  display: none;
}

.ilan-liste2 .ilan-aciklama a .ilan-baslik.gorunum1 {
  display: -webkit-box;
}

.ilan-liste2 .ilan-aciklama .ilan-adres {
  display: flex !important;
  font-size: 13px;
  opacity: 1;
  margin-top: 0px;
  overflow: hidden;
  color: #000 !important;
  font-weight: 700;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #eaeaea;
  padding-left: 22px;
  width: 152px;
  text-align: center;
  flex-direction: column;
}

.ilan-liste2 .ilan-aciklama .ilan-adres i {
  display: none;
}

.ilan-liste2 .ilan-aciklama .ilan-adres li {
  list-style: none;
  display: block;
}

.ilan-liste2 .ilan-aciklama .ilan-ozellik {
  display: block;
  margin-top: 8px;
  color: #64707c;
}

.ilan-liste2 .ilan-aciklama .ilan-ozellik .liste {
  margin-right: 18px;
  font-weight: 600;
}

.ilan-liste2 .ilan-aciklama .ilan-ozellik .liste i::before {
  font-weight: 600;
}

.ilan-liste2 .ilan-aciklama .ilan-fiyat {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: #d90000;
  line-height: 1;
}

.ilan-liste2.vitrin-ilan {
  background: rgba(255, 193, 0, 0.1);
}

/* ilan liste2 son*/

/* İlan Liste 3*/

.ilan-liste3 {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.11);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 10px;
}

.ilan-liste3:hover {
  border-color: #e61e28;
}

.ilan-liste3 a {
  font-size: 14px;
  color: #263238;
  text-decoration: none;
  padding: 11px 13px;
  display: block;
}

.ilan-liste3 .ilan-bilgi {
  width: 100%;
  display: block;
}

.ilan-liste3 .ilan-bilgi .liste {
  height: auto;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.ilan-liste3 .ilan-bilgi .liste span {
  padding-left: 10px;
  font-size: 13px;
}

.ilan-liste3 .ilan-bilgi .liste1 {
  width: 100%;
  background: #fafafa;
  font-weight: bold;
  font-size: 14px;
  color: #373737;
  border-right: 1px solid #eeeeee;
}

.ilan-liste3 .ilan-bilgi .liste2 {
  width: auto;
}

.ilan-liste3 .ilan-bilgi .liste3 {
  width: auto;
  border-left: 1px solid #eeeeee;
  padding-left: 15px;
  margin-left: 15px;
}

.ilan-liste3 .ilan-bilgi .liste2:hover,
.ilan-liste3 .ilan-bilgi .liste2.active {
  color: #d90000;
}

.ilan-liste3 .ilan-bilgi .liste3 .favori {
  font-family: "fontello";
}

.ilan-liste3 .ilan-bilgi .liste3 .favori:before {
  content: "\e83f";
}

.ilan-liste3 .ilan-bilgi .liste3.active .favori:before {
  content: "\e83e";
  color: #d90000;
}

.ilan-liste3 .ilan-bilgi .liste3:hover .favori:before {
  color: #d90000;
  content: "\e83e";
}

.ilan-liste3 .ilan-resim2 {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  margin-right: 0;
}

.ilan-liste3 .ilan-resim2 img {
  max-width: 100%;
  max-height: 100%;
}

.ilan-liste3 .ilan-aciklama {
  display: block;
  padding: 0px;
  width: auto;
}

.ilan-liste3 .ilan-aciklama .ilan-baslik {
  display: block;
  height: auto;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
}

.ilan-liste3 .ilan-aciklama .ilan-adres {
  display: block;
  font-size: 13px;
  opacity: 0.7;
  margin-top: 5px;
  height: 20px;
  overflow: hidden;
}

.ilan-liste3 .ilan-aciklama .ilan-ozellik {
  display: block !important;
  margin-top: 0px;
}

.ilan-liste3 .ilan-aciklama .ilan-ozellik .liste:nth-child(1) i {
  display: none;
}

.ilan-liste3 .ilan-aciklama .ilan-ozellik .liste:nth-child(1) {
  display: block;
  font-size: 13px;
  opacity: 0.7;
  margin-top: 5px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 9px;
}

.ilan-liste3 .ilan-aciklama .ilan-ozellik .liste {
  margin-right: 0px;
  margin-bottom: 2px;
  display: flex;
  align-items: baseline;
}

.ilan-liste3 .ilan-aciklama .ilan-ozellik .liste i {
  margin-right: 7px;
}

.ilan-liste3 .ilan-aciklama .ilan-fiyat {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: #d90000;
}

.ilan-liste3.vitrin-ilan {
  background: rgba(255, 193, 0, 0.1);
}

/* ilan liste3 son*/

.ilan-footer {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  border-top: 1px solid #dedede;
  padding-top: 20px;
}

.ilan-footer .bilgi {
  width: 100%;
  height: auto;
}

.ilan-footer .bilgi span {
  font-weight: 600;
}

.ilan-footer .pagination {
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}

.ilan-footer .pagination li {
  margin: 0px 3px;
}

.ilan-footer .pagination li.active a {
  background: #e61e28;
  border-color: #e61e28;
}

.ilan-footer .pagination li a {
  color: #001022;
}

.bilgi-gorsel .bilgi-gorsel-liste {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.bilgi-gorsel .bilgi-gorsel-liste a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.bilgi-gorsel .bilgi-gorsel-liste a:hover::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #37363634;
}

.bilgi-gorsel .bilgi-gorsel-liste a .detayy {
  display: none;
  letter-spacing: 2px;
  font-size: 12px;
}

.bilgi-gorsel .bilgi-gorsel-liste a:hover .detayy {
  display: block;
}

.bilgi-gorsel .bilgi-gorsel-liste::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(transparent, #1a2b4900, #001022);
}

.bilgi-gorsel .bilgi-gorsel-liste .text {
  padding: 16px;
  position: relative;
  z-index: 99;
}

.bilgi-gorsel .bilgi-gorsel-liste .text h2 {
  font-size: 20px;
}

.bilgi-gorsel .bilgi-gorsel-liste .text p {
  font-size: 14px;
  opacity: 80%;
}

.hizli-menu {
  width: 100%;
  height: auto;
}

.hizli-menu .liste {
  margin-left: auto;
  text-align: center;
  background: #fff;
  padding: 25px 20px;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
}

.hizli-menu .liste a {
  display: block;
  color: #1a2b49;
  text-decoration: none;
}

.hizli-menu .liste a .icon {
  display: inline-block;
  height: auto;
  width: 100%;
}

.hizli-menu .liste a .icon .svgIcon {
  fill: #d90000;
  height: 50px;
  width: 100%;
}

.hizli-menu .liste a .icon .svgIcon path {
  fill: #d90000;
}

.hizli-menu .liste a .text {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.hizli-menu .liste a .text span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.hizli-menu .liste a .text small {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 22px;
  opacity: 80%;
}

.hizli-menu .liste a:hover .text span,
.hizli-menu .liste a:hover .text small {
  color: #d90000;
}

.aranan-kelimeler {
  width: 100%;
  height: auto;
}

.aranan-kelimeler .nav-tabs {
  width: 100%;
  height: auto;
  padding: 0px;
  border: none;
}

.aranan-kelimeler .nav-tabs li:first-child {
  margin-left: 0px;
}

.aranan-kelimeler .nav-tabs li:last-child a {
  border-right: 1px solid #c6c8d0;
}

.aranan-kelimeler .nav-tabs li {
  padding: 0px;
  display: inline-block;
  margin-left: -1px;
}

.aranan-kelimeler .nav-tabs li a {
  padding: 10px 16px;
  position: relative;
  border-left: 1px solid #c6c8d0;
  border-top: 3px solid #c6c8d0;
  border-bottom: 0;
  border-right: 0;
  color: #1a2b49;
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.aranan-kelimeler .nav-tabs li a.active {
  border-top: 3px solid #d90000;
  color: #d90000;
}

.aranan-kelimeler .tab-content {
  background-color: #fff;
  padding: 0 16px 16px 16px;
  border: 1px solid #ddd;
  margin-top: -1px;
}

.aranan-kelimeler .tab-content ul.liste {
  padding: 0px;
  margin: 0px;
}

.aranan-kelimeler .tab-content ul.liste span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.aranan-kelimeler .tab-content ul.liste li {
  padding: 0px;
  margin: 3px 1px;
  list-style: none;
  display: inline-block;
}

.aranan-kelimeler .tab-content ul.liste li a {
  color: #333;
  border: solid 1px #ccc;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 14px;
}

.mahalle-ilanlar {
  width: 100%;
  height: auto;
}

.mahalle-ilanlar .liste {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.mahalle-ilanlar .liste a {
  display: block;
  color: #373636;
  background-color: #fff;
  border: 1px solid rgba(34, 36, 38, 0.11);
  text-decoration: none;
}

.mahalle-ilanlar .liste a .resim {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
}

.mahalle-ilanlar .liste a .text {
  width: 100%;
  height: 100%;
  padding: 14px 14px;
  background: linear-gradient(transparent, #1a2b4900, #001022);
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.mahalle-ilanlar .liste a:hover .text {
  background: rgba(0, 16, 34, 0.7);
}

.mahalle-ilanlar .liste a .text span.baslik {
  font-weight: 500;
  font-size: 17px;
  display: block;
  color: #fff;
  margin-top: 16px;
}

.mahalle-ilanlar .liste a .badge {
  padding: 0px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: transparent;
  font-weight: 500;
  letter-spacing: 1px;
}

.mahalle-ilanlar .liste a .text .detayy {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.bolum-baslik {
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 99;
}

.bolum-baslik h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a2b49;
  background: #fafafa;
}

.bolum-baslik .cizgi {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  top: 16px;
  z-index: -1;
}

.populerslider.owl-carousel {
  position: relative;
  z-index: 999;
}

.populerslider .owl-dots {
  position: absolute;
  top: -50px;
  right: 23px;
  margin-top: 0px !important;
  /* width: 100%; */
  text-align: right !important;
  background: #fafafa;
  padding: 0px 10px;
}

.populerslider .owl-dots button:focus {
  box-shadow: none;
  outline: none;
}

.populerslider.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 4px;
  background: #fff;
  border: solid 2px #1a2b49;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}

.populerslider.owl-theme .owl-dots .owl-dot.active span,
.populerslider.owl-theme .owl-dots .owl-dot:hover span {
  background: #1a2b49;
  border-color: #1a2b49;
}

.breadcrumb-bg {
  background: #fff;
  padding: 0px 0px 10px;
  display: block;
  border-bottom: 1px solid #f3f3f3;
}

.breadcrumb-bg .breadcrumb {
  background: transparent;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

.breadcrumb-bg .breadcrumb li a {
  color: #000;
  font-size: 14px;
}

.breadcrumb-bg .breadcrumb-item.active {
  color: #d90000;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "\eab8";
  font-family: "fontello";
}

/*İlan Detay Başlangıç*/

.ilandetay {
  color: #001022;
}

.ilandetay .ilan-baslik {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.ilandetay .ilan-baslik h2 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.ilandetay .adres {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 20px;
  font-weight: 700;
}

.ilandetay .fiyat {
  color: #d90000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.ilandetay .ilan-detay-resim {
  width: 100%;
  height: auto;
  position: relative;
}

.ilan_linkler_ul {
  width: 100%;
  height: auto;
  position: relative;
}

.ilan_linkler_ul a.ilan_linkler_liste {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  background: #fff;
  padding: 15px 20px;
  color: #000;
  align-items: center;
}

.ilan_linkler_ul a.ilan_linkler_liste .icon {
  width: 50px;
}

.ilan_linkler_ul a.ilan_linkler_liste .icon .svgIcon {
  fill: #d90000;
  height: 35px;
  width: 35px;
}

.ilan_linkler_ul a.ilan_linkler_liste .icon .svgIcon path {
  fill: #d90000;
}

.ilan_linkler_ul a.ilan_linkler_liste .text {
  width: calc(100% - 50px);
  padding-left: 15px;
  border-left: 1px solid #eaeaea;
}

.ilan_linkler_ul a.ilan_linkler_liste .text span {
  display: block;
  font-weight: 700;
  font-size: 16px;
}

.ilan_linkler_ul a.ilan_linkler_liste .text small {
  display: block;
  font-weight: 400;
  font-size: 13px;
}

.ilan_linkler_ul a.ilan_linkler_liste .text small b {
  font-weight: 700;
  text-decoration: underline !important;
}

.ilan_linkler_ul a.ilan_linkler_liste:hover {
  background: #d90000;
  color: #fff;
}

.ilan_linkler_ul a.ilan_linkler_liste:hover .icon .svgIcon {
  fill: #fff;
}

.ilan_linkler_ul a.ilan_linkler_liste:hover .icon .svgIcon path {
  fill: #fff;
}

.ilan_linkler_ul a.ilan_linkler_liste:hover .text {
  border-left: 1px solid #ffffff22;
}

.ilandetay .ilan-detay-resim .ilanDetayResim_yok {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  min-height: 336px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.ilandetay .ilan-detay-resim .ilanDetayResim_yok img {
  width: 50%;
}

.ilandetay .ilan-detay-resim .list-unstyled li img {
  width: 100%;
}

.ilandetay .ilan-detay-bilgi {
  display: block;
}

.ilandetay .ilan-detay-bilgi h2 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #d90000;
}

.ilandetay .ilan-detay-bilgi h3 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 16px;
}

.ilandetay .ilan-detay-bilgi .media {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  background: #fff;
  padding: 6px 10px;
  border-top: 1px solid #eaeaea;
  display: flex;
}

.ilandetay .ilan-detay-bilgi .media:nth-child(2n) {
  background: #fdfdfd;
}

.ilandetay .ilan-detay-bilgi .media .media-left {
  width: 47%;
  height: auto;
}

.ilandetay .ilan-detay-bilgi .media .media-left h4 {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
}

.ilandetay .ilan-detay-bilgi .media .media-body {
  padding-left: 10px;
}

.ilandetay .ilan-detay-bilgi .media .media-body h5 {
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
}

.ilandetay .ilan-detay-firma {
  width: 100%;
  position: relative;
}

.ilandetay .ilan-detay-firma .ilan-detay-firma-ic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  background: #e61e28;
  top: 0px;
  left: 0px;
}

.ilandetay .ilan-detay-firma-ic {
  width: 100%;
  position: relative;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fff;
  flex-direction: column;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik .icon {
  width: 170px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  /* border-radius: 50%; */
  /* -webkit-border-radius: 50%; */
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 10px;
  overflow: hidden;
  border: solid 1px #efefef;
  padding: 5px;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik .icon img {
  max-width: 100%;
  max-height: 100%;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik h2 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi {
  display: block;
  width: 100%;
  padding: 16px;
  background: #fff;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi h2 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 700;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi a.link {
  font-size: 12px;
  color: #001022;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi a.link:hover {
  color: #d90000;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi .telefon {
  background: #d90000;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  padding: 6px;
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.ilandetay .ilan-detay-firma-button {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 14px 0px;
  cursor: pointer;
}

.ilandetay .ilan-detay-firma-button a.link {
  width: 100%;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  color: #001022;
  display: flex;
  justify-content: center;
}

.ilandetay .ilan-detay-firma-button a.link .icon {
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px;
}

.ilandetay .ilan-detay-firma-button a.link span {
  font-size: 14px;
  line-height: 13px;
  font-weight: 500;
  text-decoration: none;
}

.ilandetay .ilan-detay-firma-button a.link:hover {
  color: #d90000;
}

.ilanDetayResim {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.ilanDetayResim .swiper-button-next,
.ilanDetayResim .swiper-button-prev {
  margin-top: -18px;
  background: #001022;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
  font-size: 15px;
}

.ilanDetayResim .swiper-button-next {
  right: 0px;
  left: auto;
}

.ilanDetayResim .swiper-button-next:after,
.ilanDetayResim .swiper-button-prev:after {
  font-size: 15px;
}

.ilanDetayResim .swiper-button-prev {
  right: auto;
  left: 0px;
}

.ilanDetayResim .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ilanDetayResim .swiper-slide {
  overflow: hidden;
}

.ilanDetayResim .swiper-slide a.buyut {
  display: block;
  font-weight: 700;
  padding: 5px;
  position: absolute;
  z-index: 999;
  left: 10px;
  bottom: 10px;
  background: #fff9;
  border-radius: 5px;
  color: #001022;
  box-shadow: 0px 0px 3px #0000001f;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.ilanDetayResim .swiper-slide a.buyut i {
  margin-right: 5px;
}

.ilanDetayResim .swiper-slide a.buyut:hover {
  color: #d90000;
}

.ilanDetayResim .swiper-slide a.videoOynat {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.067);
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: transform 3s;
}

.ilanDetayResim .swiper-slide a.videoOynat:hover {
  color: #395fa7;
  background: rgba(0, 0, 0, 0.144);
}

.ilanDetayResim .swiper-slide a.videoOynat i {
  font-size: 100px;
}

.ilanDetayResim .swiper-slide a.videoOynat span {
  font-weight: 500;
  margin-top: 5px;
  display: block;
}

.ilanDetayResim .swiper-slide .swiper-slide-resim {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 336px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ilanDetayResim .swiper-slide .swiper-slide-resim img {
  height: 100%;
}

.ilanDetayResim .gallery-top2 {
  width: 100%;
  background: #fff;
}

.ilanDetayResim .slider-sektor {
  box-sizing: border-box;
  padding: 0px 0;
  position: relative;
  bottom: 0px;
  width: 100%;
  padding: 10px 65px;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
  background: #fff;
}

.ilanDetayResim .slider-sektor .swiper-button-prev,
.ilanDetayResim .slider-sektor .swiper-button-next {
  background: transparent;
  color: #000;
  position: absolute;
}

.ilanDetayResim .slider-sektor .swiper-button-prev {
  left: 10px;
  border-right: 1px solid #f1f1f1;
}

.ilanDetayResim .slider-sektor .swiper-button-next {
  right: 10px;
  border-left: 1px solid #f1f1f1;
  left: auto;
}

.ilanDetayResim .gallery-thumbs2 {
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  position: relative;
  bottom: 0px;
  width: 100%;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide {
  position: relative;
  height: auto;
  cursor: pointer;
  color: #fff;
  text-align: center;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 20px;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide {
  width: auto;
  height: auto;
  left: 0px;
  z-index: 1;
  opacity: 0.5;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  display: inline-block;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide .resimm {
  width: 100%;
  height: 65px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
}

.ilanDetayResim
  .gallery-thumbs2
  .swiper-slide-thumb-active
  .textt-slide
  .resimm {
  border-color: #d90000;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide .resimm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ilanDetayResim
  .gallery-thumbs2
  .swiper-slide
  .textt-slide
  .hero__slide-nav-progress {
  background-color: #c00;
  height: 5px;
  margin-bottom: 1.5rem;
  transition: width linear;
  width: 0;
  transition-duration: 5500ms;
  display: block;
  opacity: 0;
  position: absolute;
}

.ilanDetayResim
  .gallery-thumbs2
  .swiper-slide-thumb-active
  .hero__slide-nav-progress {
  width: calc(100% + 0px) !important;
  visibility: visible;
  opacity: 1 !important;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide-thumb-active .textt-slide {
  background: transparent;
  height: auto;
  opacity: 1;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide-thumb-active {
  opacity: 1;
  background: transparent;
  padding-top: 0px;
  transition: transform 0.2s;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide:hover .textt-slide {
  opacity: 1;
  transition: transform 0.2s;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide:hover {
  transition: transform 0.2s;
}

.ilanDetayResim .text-bg .geciscizgiii {
  background-color: #fff;
  height: 5px;
  transition: width linear;
  width: 0;
  transition-duration: 5500ms;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.ilanDetayResim .swiper-slide-active .geciscizgiii {
  width: calc(100% + 0px) !important;
  visibility: visible;
  opacity: 1 !important;
}

.ilan-ozellikler {
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
}

.ilan-ozellikler .ilan-ozellikler-liste {
  width: 100%;
  height: auto;
  border: none;
  -webkit-box-shadow: 1px 3px 42px 3px rgba(34, 36, 38, 0.15);
  box-shadow: 1px 3px 42px 3px rgba(34, 36, 38, 0.15);
  background: rgba(250, 250, 250);
  padding: 25px;
}

.ilan-ozellikler .ilan-ozellikler-liste h5 {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  font-size: 17px;
}

.ilan-ozellikler .nav-tabs {
  width: 100%;
  height: auto;
  border: none;
}

.ilan-ozellikler .nav-tabs li:first-child a {
  border-left: none;
}

.ilan-ozellikler .nav-tabs li {
  width: calc(100% / 2);
  margin-bottom: 0px;
}

.ilan-ozellikler .nav-tabs li a {
  background: transparent;
  color: #001022;
  border: none;
  text-align: center;
  line-height: 40px;
  display: block;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  font-size: 15px;
}

.ilan-ozellikler .nav-tabs li a.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #001022;
}

.ilan-ozellikler .tab-content {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 1em 1em;
  border-radius: 0.28571429rem;
  -webkit-border-radius: 0.28571429rem;
  -moz-border-radius: 0.28571429rem;
  -ms-border-radius: 0.28571429rem;
  -o-border-radius: 0.28571429rem;
}

.ilan-ozellikler .maps {
  height: 400px;
}

.ilan-ozellikler .maps iframe {
  width: 100%;
  height: 100%;
}

.ilan-ozellikler .listing_detail {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #c3c3c3;
  font-weight: 300;
}

.ilan-ozellikler .listing_detail i {
  padding-right: 8px;
}

.ilan-ozellikler .listing_detail.active {
  color: #d90000;
  font-weight: 700;
}

.ilan-ozellikler h3 {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 700;
}

/**/

.ilan-filtre {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ilan-filtre .gorunum {
  margin-right: 15px;
}

.ilan-filtre .gorunum a {
  margin-right: 5px;
  color: #001022;
  cursor: pointer;
}

.ilan-filtre .gorunum a.active {
  margin-right: 5px;
  color: #d90000;
}

.ilan-filtre h3 {
  font-size: 15px;
  color: #001022;
  font-weight: 400;
  margin-bottom: 0px;
}

.ilan-filtre h3 span {
  color: #001022;
  font-weight: 600;
}

.form-select {
  font-size: 14px;
}

.ilan-filtre .form-control:focus,
.ilan-filtre .custom-select:focus {
  box-shadow: none;
  border-color: #e0e1e2;
}

.ilan-filtre a.arama-kaydet {
  display: block;
  font-weight: 400;
  margin-right: 15px;
  color: #001022;
}

.ilan-filtre a.arama-kaydet i {
  margin-right: 10px;
}

.ilan-filtre a.arama-kaydet:hover {
  color: #d90000;
}

/*.liste-tab */

.liste-tab {
  position: relative;
}

.liste-tab .FiltreAdres {
  display: none;
  position: absolute;
  z-index: 250;
  left: 10px;
  top: 0;
  width: 280px;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 999;
  border-radius: 3px;
}

.liste-tab .FiltreAdres .Filtre-Scrool-Header {
  width: 100%;
  display: flex;
  padding: 12px;
  align-items: center;
}

.liste-tab .FiltreAdres .Filtre-Scrool-Header .form-control {
  border-radius: 3px;
  width: calc(100% - 34px);
}

.liste-tab .FiltreAdres .Filtre-Scrool-Header .Filtre-adres-kapat {
  margin-left: 5px;
  width: 33px;
  height: 33px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 12px;
}

.liste-tab .FiltreAdres .Filtre-Scrool-Header .Filtre-adres-kapat:hover {
  background: #000;
  color: #fff;
}

.liste-tab .FiltreAdres.active {
  display: block;
}

.liste-tab .Filtre-Scrool-body {
  height: auto;
  background: #fff;
  padding: 14px 0px;
  border-top: 1px solid #ebebeb;
}

.liste-tab .Filtre-Scrool {
  height: 330px;
  overflow-y: scroll;
  background: #fff;
  max-width: 97%;
}

.liste-tab .FiltreAdres ul {
  height: auto;
  padding: 0px 6px 0px 0px;
}

.liste-tab .FiltreAdres ul li {
  height: auto;
  list-style: none;
}

.liste-tab .FiltreAdres ul li a {
  height: auto;
  padding: 3px 14px;
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
}

.liste-tab .FiltreAdres ul li .adres_checkbox {
  margin-right: 7px;
}

.liste-tab .FiltreAdres ul li .mahalle-ana-baslik {
  background: #dedede;
  font-weight: 700;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 5px;
  margin-top: 0px;
  color: #041425;
  display: flex;
  align-items: center;
  padding-left: 15px;
  width: 100%;
}

.liste-tab .FiltreAdres ul li .mahalle-ana-baslik a:hover {
  background: transparent;
  color: #041425 !important;
}

.liste-tab .FiltreAdres ul li .mahalle-ana-baslik:hover {
  color: #041425;
}

.liste-tab .FiltreAdres ul li ul li {
  padding-left: 15px;
}

.liste-tab .FiltreAdres ul li a:hover {
  background: #d90000;
  color: #fff;
}

.liste-tab .Filtre-Scrool::-webkit-scrollbar-track {
  background-color: #dedede;
  border-radius: 3px;
}

.liste-tab .Filtre-Scrool::-webkit-scrollbar {
  width: 6px;
  background-color: #dedede;
  border-radius: 3px;
}

.liste-tab .Filtre-Scrool::-webkit-scrollbar-thumb {
  background-color: #a2a2a2;
  border-radius: 3px;
}

.liste-tab .liste1 li a {
  font-size: 14px;
  color: #001022;
}

.liste-tab .liste1 li.ms-3 a {
  font-weight: 600;
}

.liste-tab .liste1 li.ms-4 a {
  font-weight: 300;
}

.liste-tab .liste1 li:hover a {
  color: #d90000;
  font-weight: 600;
}

.liste-tab .liste1 li.current a {
  color: #000;
  font-weight: 600;
}

.liste-tab .liste1 li.active a {
  color: #d90000;
  font-weight: 600;
}

.liste-tab .liste1 li.active a:hover {
  color: #fff;
}

.liste-tab .liste1 li {
  list-style-type: none;
}

.liste-tab .liste1 li a {
  font-size: 15px;
  color: #001022;
  font-weight: 600;
  padding: 1px 0px;
  display: block;
}

.liste-tab .liste1 li .ilan-sayisi {
  font-size: 14px;
  color: #a2a2a2;
  font-weight: 400;
  margin-left: 4px;
}

.liste-tab .il-sec {
  margin-top: 5px;
}

.liste-tab .il-sec select {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.liste-tab .ilce-sec {
  margin-top: 5px;
}

.liste-tab .ilce-sec select {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.liste-tab .ilce-sec select.disabled {
  background: #ececec;
}

.liste-tab .mahalle-sec {
  margin-top: 5px;
}

.liste-tab .mahalle-sec select {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.liste-tab .mahalle-sec select.disabled {
  background: #ececec;
}

.liste-tab .select-bolumu .input-alani {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.liste-tab .select-bolumu .input-alani span {
  color: #bdbdbd;
}

.liste-tab .select-bolumu .input-alani .min-input input {
  display: inline-block;
  width: 100%;
  border: 1px solid #c0c0c0;
  height: 33px;
  font-size: 14px;
  line-height: 16px;
  padding: 5px;
  border-radius: 2px;
  margin-left: 0;
}

.liste-tab .select-bolumu .input-alani .max-input input {
  display: inline-block;
  width: 100%;
  border: 1px solid #c0c0c0;
  height: 33px;
  font-size: 14px;
  line-height: 16px;
  padding: 5px;
  border-radius: 3px;
  margin-left: 0;
}

.liste-tab .select-bolumu .input-alani .fiyat_input {
  position: relative;
  margin-top: 7px;
}

.liste-tab .select-bolumu .input-alani .fiyat_input label {
  color: #767676;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 9px;
  transition: all 0.2s ease;
  -moz-transition: 0.2s ease all;
  -webkit-transition: all 0.2s ease;
  font-size: 13px;
}

.liste-tab .select-bolumu .input-alani .fiyat_input input:focus ~ label,
.liste-tab
  .select-bolumu
  .input-alani
  .fiyat_input
  input:not(:placeholder-shown)
  ~ label {
  top: -7px;
  font-size: 10px;
  padding: 0px 3px;
  background: #fff;
}

.liste-tab .select-bolumu .input-alani .fiyat_input .currency {
  position: absolute;
  right: 7px;
  font-size: 13px;
  top: 9px;
  color: #767676;
}

.liste-tab .select-bolumu {
  position: relative;
  background: #fff;
  padding: 10px 10px;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}

.liste-tab .select-bolumu {
  position: relative;
  margin-bottom: 6px;
  border: 1px solid rgba(34, 36, 38, 0.11);
}

.liste-tab .select-bolumu .form-liste-bolumu {
  position: relative;
  background: #fff;
  padding: 0px 13px;
  cursor: pointer;
  margin-bottom: 6px;
  height: 33px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-weight: 400;
}

.liste-tab .select-bolumu .form-liste-bolumu.pasif {
  background: #f0f0f0;
}

.liste-tab .select-bolumu .form-liste-bolumu h3 {
  font-weight: 400;
}

.liste-tab .select-bolumu .form-liste-bolumu h3 span {
  font-weight: 700;
}

.liste-tab .select-bolumu .form-liste-bolumu .ust-baslik {
  width: 100%;
}

.liste-tab .select-bolumu.ilanarama .ara {
  border-radius: 3px;
  font-size: 14px;
  background: #d90000;
  color: #fff;
  border: none;
  padding: 5px 10px;
  margin-left: 7px;
}

.liste-tab .select-bolumu .ust-baslik {
  display: flex;
  align-items: center;
}

.liste-tab .select-bolumu .ust-baslik i {
  margin-right: 0px;
}

.liste-tab .select-bolumu h3 {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0px;
}

.liste-tab .select-bolumu h3.filtre-baslik {
  display: flex;
  align-items: center;
}

.liste-tab .select-bolumu h3.filtre-baslik .filtre-icon {
  width: 21px;
}

.liste-tab .select-bolumu h3.filtre-baslik b {
  font-weight: 600;
}

.select-bolumu .select2-container--default .select2-selection--multiple {
  min-height: auto;
}

.select-bolumu
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #000;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f1f1f1;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 6px;
  background-color: #f1f1f1;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #001022;
}

.liste-tab .select-bolumu .checkbox-alani {
  max-height: 0;
  overflow-y: auto;
  padding: 0px 5px;
  transition: max-height 0.3s ease;
}

.liste-tab .select-bolumu .checkbox-alani li {
  font-size: 14px;
  list-style-type: none;
  margin-top: 2px;
  display: flex;
  align-items: center;
}

.liste-tab .select-bolumu .checkbox-alani li:hover {
  color: #d90000;
}

.liste-tab .select-bolumu .checkbox-alani li .form-check {
  display: block;
  min-height: 1.3rem;
}

.liste-tab .select-bolumu .checkbox-alani li .form-check-label {
  font-weight: 600;
}

.liste-tab .select-bolumu .checkbox-alani li .custom-checkbox {
  font-size: 13px;
  line-height: 25px;
}

.liste-tab .select-bolumu .checkbox-alani li a input {
  margin-right: 5px;
}

/* width */

.liste-tab .select-bolumu .checkbox-alani::-webkit-scrollbar {
  width: 8px;
}

/* Track */

.liste-tab .select-bolumu .checkbox-alani::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #f1f1f1;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.liste-tab .select-bolumu .checkbox-alani::-webkit-scrollbar-thumb {
  border: 0;
  background: #a2a2a2;
  border-radius: 3px;
  cursor: pointer;
}

.liste-tab .select-bolumu .checkbox-alani::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: pointer;
}

.liste-tab .select-bolumu .input-alani {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.liste-tab .select-bolumu .input-alani span {
  color: #bdbdbd;
}

.liste-tab .select-bolumu .input-alani .kelime-input {
  display: inline-block;
  width: 100%;
  border: 1px solid #c0c0c0;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}

.dm-select {
  width: auto;
}

.dm-select .dm-select-box {
  position: relative;
  width: 100%;
}

.dm-select .dm-select-box .default-option {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  color: #373636;
  border: none;
  height: 40px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  border: solid 1px #dee2e6;
  width: 100%;
  border-radius: 3px;
}

.dm-select .dm-select-box .default-option:after {
  content: "\eab2";
  position: relative;
  margin-left: auto;
  top: 0px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  color: #000;
  z-index: 99;
  font-family: "fontello";
}

.dm-select .dm-select-box .default-option:hover {
  cursor: default;
}

.dm-select .dm-select-box .dm-options {
  display: none;
  width: calc(100% + 0px);
  max-height: 270px;
  overflow: auto;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  left: 0px;
  top: auto;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.dm-select .dm-select-box .dm-options .dm-option {
  padding: 4px 15px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s;
}

.font_level_1 {
  font-weight: 700 !important;
}

.font_level_2 {
  font-weight: 600 !important;
  padding-left: 30px !important;
}

.font_level_3 {
  font-weight: 300 !important;
  padding-left: 40px !important;
}

.dm-select .dm-select-box .dm-options .dm-option:hover {
  background-color: #e7e7e7;
  cursor: pointer;
}

.dm-select .dm-select-box .dm-options::-webkit-scrollbar {
  width: 5px;
}

.dm-select .dm-select-box .dm-options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dm-select .dm-select-box .dm-options::-webkit-scrollbar-thumb {
  background: #d90000;
}

/**/

.custom-checkbox {
  display: flex;
  align-items: center;
}

.custom-control-label {
  padding-left: 10px;
  font-weight: 400;
}

.custom-control-input {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #cbcbcb;
  color: #fff;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #d90000;
  background-color: #d90000;
}

.custom-checkbox .custom-control-label::before:focus {
  box-shadow: none;
  outline: none;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.custom-control-label::before {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background: none;
  border: none;
}

.custom-control-label::before:focus {
  box-sizing: none;
  outline: none;
}

.custom-radio .custom-control-label::before {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

a.listing-bottom-turbo {
  width: 100%;
  height: auto;
  background: #e61e28;
  display: block;
  text-align: center;
  color: #001022;
  margin-bottom: 10px;
  font-size: 13px;
  padding: 5px 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

a.listing-bottom-turbo .tdu {
  font-weight: 700;
}

/*İlan Detay Son*/

/* Üyelik Başlangıç*/

.login {
  width: 100%;
  height: auto;
  background: url(../images/slider/arama-banner.jpg);
  padding: 30px 0px;
  background-size: cover !important;
}

.login-resim {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center;
}

.loginbox {
  box-shadow: 0px 0px 1px hsla(0, 0%, 0%, 0.24);
}

.login-ic {
  background: #fff;
  padding: 20px;
}

.header-logo {
  background: #fff;
  padding: 16px 0px;
  border-bottom: 1px solid #eaeaea;
}

.login-logo {
  width: 100%;
  height: auto;
  display: block;
}

.login-logo img {
  height: 32px;
}

.login-baslik {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.login-baslik h4 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
}

.login-baslik p {
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 70%;
  font-size: 14px;
}

.forny-form .form-group {
  margin-bottom: 7px;
  position: relative;
}

.forny-form .form-group label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 12px;
}

.forny-form .form-group2 {
  background: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 15px;
}

.forny-form .basliklabel {
  margin-bottom: 5px;
  display: block;
}

.forny-form .form-group .input-group {
  background: #f5f7fa;
  border: solid 1px #f5f7fa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
}

.forny-form .form-group .input-group .input-group-prepend {
  background: transparent;
  border: none;
  display: flex;
}

.forny-form .form-group .input-group .input-group-prepend .input-group-text {
  background: transparent;
  border: none;
  padding: 0px 12px 0px 12px;
  font-size: 17px;
  border-right: 1px solid #eaeaea;
}

.forny-form .form-group .input-group .form-control {
  border: none;
  background: transparent;
  font-size: 13px;
  padding: 7px 12px;
}

.forny-form .form-group .input-group .form-control {
  border: none;
  background: transparent;
  font-size: 13px;
  padding: 7px 12px;
}

.forny-form .form-group .input-group .goster {
  position: absolute;
  right: 13px;
  top: 8px;
  cursor: pointer;
  z-index: 22;
}

.forny-form .sifremi-unuttum {
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-align: left;
  color: #001022;
  cursor: pointer;
  text-decoration: underline;
}

.forny-form .sifremi-unuttum-menu {
  padding: 15px;
  margin-top: 23px;
  border: solid 1px #d3d7dd;
  border-radius: 3px;
  display: none;
}

.forny-form .sifremi-unuttum-menu-open {
  display: block;
}

.forny-form .field__label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
}

.forny-form .kapaticon {
  color: #001022;
  cursor: pointer;
  font-size: 14px;
}

.forny-form .form-group .btn-primary2 {
  height: 26px;
  width: 26px;
  font-size: 9px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none;
  background-color: #d90000;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.forny-form .form-group .btn-primary2:hover {
  background-color: #001022;
}

.forny-form .form-group .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.forny-form .form-group:focus-within {
  background: #fff;
  border-color: #d90000;
}

.forny-form .btn-gonder {
  background: #d90000;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.forny-form .btn-gonder:focus {
  outline: none;
  box-shadow: none;
}

.forny-form .kayit-yazi {
  width: 100%;
  height: auto;
  color: #999;
}

.forny-form .kayit-yazi a {
  color: #d90000;
  font-weight: 700;
  cursor: pointer;
}

.forny-form .kayit-yazi a:hover {
  text-decoration: underline;
}

.forny-form .form-check {
  font-size: 14px;
}

.login-bilgi .liste {
  background: #fff;
  padding: 17.4px 15px;
}

.login-bilgi .liste a {
  display: flex;
  color: #1a2b49;
  text-decoration: none;
}

.login-bilgi .liste a .icon {
  display: flex;
  align-items: center;
  height: auto;
  width: 15%;
}

.login-bilgi .liste a .icon .svgIcon {
  fill: #d90000;
  height: 40px;
  width: 100%;
}

.login-bilgi .liste a .icon .svgIcon path {
  fill: #d90000;
}

.login-bilgi .liste a .text {
  width: 85%;
  height: auto;
  margin-top: 0px;
  padding-left: 15px;
}

.login-bilgi .liste a .text span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.login-bilgi .liste a .text small {
  display: block;
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.4;
  opacity: 70%;
}

.login-bilgi .liste a:hover .text span,
.login-bilgi .liste a:hover .text small {
  color: #d90000;
}

.uyelik-paketleri {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 30px 0px;
}

.uyelik-paketleri h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.uyelik-paketleri .uyelik-liste {
  display: block;
}

.uyelik-paketleri .uyelik-liste .baslik.renk1 {
  background: #d90000;
}

.uyelik-paketleri .uyelik-liste .baslik.renk2 {
  background: #001022;
}

.uyelik-paketleri .uyelik-liste .baslik.renk3 {
  background: #15a2b8;
}

.uyelik-paketleri .uyelik-liste .baslik.renk4 {
  background: #ffc106;
}

.uyelik-paketleri .uyelik-liste .baslik {
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.uyelik-paketleri .uyelik-liste .baslik h3 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}

.uyelik-paketleri .uyelik-liste .aciklama {
  padding: 0px;
  margin: 0px;
  background: #fff;
  color: #001022;
}

.uyelik-paketleri .uyelik-liste .aciklama li:first-child {
  border-top: 0px;
}

.uyelik-paketleri .uyelik-liste .aciklama li {
  display: block;
  list-style: none;
  border-top: 1px solid #efefef;
  padding: 10px 10px;
}

.uyelik-paketleri .uyelik-liste .aciklama li span {
  margin-right: 10px;
  font-weight: 700;
}

.uyelik-paketleri .uyelik-liste .aciklama li i {
  margin-right: 10px;
}

.iletisim_baslik {
  font-size: 25px;
  text-align: center;
}

.iletisim_baslik .icon {
  font-size: 75px;
  display: block;
}

.iletisim_baslik span {
  font-size: 18px;
  display: block;
}

.form-check-input:checked {
  background-color: #d90000;
  border-color: #d90000;
}

/*detayli-arama*/

.detayli-arama {
  width: 100%;
  height: auto;
  position: relative;
}

.detayli-arama .form-liste {
  width: 100%;
  height: auto;
  position: relative;
  padding: 20px 0px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
}

.detayli-arama .form-liste .label-baslik {
  width: 200px;
}

.detayli-arama .form-liste .detayli-sag {
  width: calc(100% - 200px);
}

.detayli-arama .list-group-item-action {
  padding: 4px 7px !important;
}

/* Üyelik Son*/

.referanslar-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.referanslar-card .referanslar-card-resim {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.referanslar-card .referanslar-card-resim img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.referanslar-card .card-title {
  font-size: 1.25rem;
  color: #333;
  font-weight: 500;
}

.referanslar-card .card-text {
  font-size: 1rem;
  color: #666;
}

footer.footer7 {
  width: 100%;
  height: auto;
  color: #001022;
  position: relative;
  overflow: hidden;
}

footer.footer7 .footer-orta {
  width: 100%;
  height: auto;
  background: #f2f2f2;
  position: relative;
  padding: 50px 25px 50px 25px;
}

footer.footer7 .footer-orta .circle-map {
  position: absolute;
  top: 20%;
  right: 18%;
  z-index: -1;
}

footer.footer7 .footer-logo {
  width: 100%;
  height: 100px;
  margin-bottom: 25px;
}

footer.footer7 .footer-logo img {
  height: 100%;
  max-width: 110%;
  object-fit: contain;
}

footer.footer7 .footer-liste {
  width: 100%;
  height: auto;
  padding: 0px;
}

footer.footer7 .footer-liste h3 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

footer.footer7 .footer-liste p {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 0.85rem;
}

footer.footer7 .footer-liste li {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 4px;
  list-style: none;
  align-items: start;
  font-size: 15px;
}

footer.footer7 .footer-liste li a {
  color: #001022;
  padding: 0;
}

footer.footer7 .footer-liste li a:hover {
  color: #e61e28;
}

footer.footer7 .footer-sosyal {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

footer.footer7 .footer-sosyal li {
  display: inline-block !important;
  margin-right: 5px;
}

footer.footer7 .footer-sosyal li a {
  position: relative;
  width: 35px;
  height: 35px;
  color: #001022;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #001022;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: transparent;
}

footer.footer7 .footer-sosyal li a:hover {
  color: #fff !important;
  border-color: #ae1415;
  background: #fff;
}

footer.footer7 .footer-liste.galeri a img {
  width: 100%;
}

footer.footer7 .footer-liste.iletisim li {
  display: flex;
}

footer.footer7 .footer-liste.iletisim .icon {
  color: #001022;
  font-size: 20px;
}

footer.footer7 .footer-liste.iletisim .text {
  padding-left: 15px;
  font-size: 15px;
}

footer.footer7 .footer-alt {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 14px 0px 14px 0px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: relative;
  border-top: 1px solid #f1f1f1;
}

footer.footer7 .footer-alt .hasem-logo {
  height: 15px;
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-top: -2px;
}

footer.footer7 .footer-alt .hasem-logo img {
  height: 100%;
}

.lines {
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

.lines .line3 {
  right: 29% !important;
  left: auto !important;
}

.lines .line2 {
}

.lines .line {
  left: 20% !important;
}

.lines .line3,
.lines .line2,
.lines .line {
  width: 1px;
  left: 45%;
  background: hsl(0deg 0% 7.4% / 10%);
  overflow: hidden;
  position: absolute;
  height: 100%;
}

.lines .line3:after,
.lines .line2:after,
.lines .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(75%, #fff),
    to(#fff)
  );
  background: -webkit-linear-gradient(
    top,
    hsla(0, 0%, 100%, 0),
    #fff 75%,
    #fff
  );
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 75%, #fff);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line2:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line3:after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes run {
  0% {
    top: -50%;
  }

  to {
    top: 110%;
  }
}

.rg-image {
  height: 318px !important;
}

/* Satış Temsilcileri */

table.table-temsil {
  width: 100%;
  border: 1px solid #eff2f7;
  background: #fff;
}

table.table-temsil thead tr th {
  background: #edeff1;
}

table.table-temsil tr,
table.table-temsil td,
table.table-temsil th {
  border: 1px solid #e6ebf4;
  padding: 4px 10px;
}

table.table-temsil td {
  background: transparent;
  white-space: nowrap;
}

table.table-temsil td .ilan-sayisi {
  color: #fff;
  font-weight: 600;
  width: 23px;
  height: 23px;
  background: #001022;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

table.table-temsil td .ilanlistele {
  width: auto;
  border: solid 1px #d90000;
  border-radius: 3px;
  padding: 5px 5px;
  display: inline-flex;
  color: #d90000;
  font-weight: 600;
  font-size: 13px;
  height: 33px;
  align-items: center;
}

table.table-temsil td .ilanlistele:hover {
  color: #fff;
  background: #d90000;
}

table.table-temsil td .numara {
  color: #198754;
  font-weight: 600;
  cursor: pointer;
}

table.table-temsil td .toplam-ilan {
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

table.table-temsil td .baslik {
  cursor: pointer;
  max-width: 297px;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.table-temsil tr {
  background: #fff;
}

table.table-temsil tr:hover {
  background: #f8f9fa;
}

table.table-temsil tr.pasif td {
  background: #e1e1e1;
  opacity: 30%;
}

table.table-temsil tr.pasif td.islem-buton {
  background: #f6f6f6;
  opacity: 1;
}

table.table-temsil tr.pasif td.islem-buton .renkbg {
  background: #999999;
  color: #fff;
}

/*---*/

table.table-borderless tr,
table.table-borderless td,
table.table-borderless th {
  white-space: nowrap;
}

table.table-temsil.kullanici_table tr td .kullanici_table_resim {
  width: 45px;
  height: 45px;
  overflow: hidden;
}

table.table-temsil.kullanici_table tr td .kullanici_table_resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

table.table-temsil.kullanici_table tr td .adyoyad {
  width: 120px;
}

table.table-temsil.kullanici_table tr td.table_kisanot {
  width: 42px;
}

table.table-temsil.kullanici_table tr td.table_tarih {
  width: 150px;
  white-space: nowrap;
  vertical-align: middle;
}

table.table-temsil.kullanici_table tr td.table_fiyat {
  white-space: nowrap;
  vertical-align: middle;
}

table.table-temsil.kullanici_table tr td.table_baslik {
  white-space: nowrap;
  vertical-align: middle;
}

/*---*/

.card {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.card .card-text {
  width: 100%;
}

.card .card-body-ic {
  padding: 20px;
  background: #f9f9f9;
}

.card-header2 {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  border-bottom: 1px solid #e5e5e5;
}

.page-content-uyelik .ilanozellik_sec .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: navajowhite;
}

.page-content-uyelik .ilanozellik_sec .card {
  margin-bottom: 15px;
  background: #fff;
  border: none;
}

.header-title {
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.page-content-uyelik label {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #757575;
  transition: 0.4s ease;
}

.page-content-uyelik label:hover {
  color: #434343;
}

.page-content-uyelik .form-group {
  margin-top: 7px;
}

.page-content-uyelik .form-group2 {
  margin-bottom: 7px;
}

.page-content-uyelik .form-group.active {
  padding: 20px;
}

.page-content-uyelik .e-posta-uyarii {
  border-radius: 3px;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.page-content-uyelik .e-posta-uyarii.greenn {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.page-content-uyelik .e-posta-uyarii.redd {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.page-content-uyelik .e-posta-uyarii i {
  margin-right: 5px;
}

.page-content-uyelik .e-posta-uyarii i::before {
  font-weight: 600;
}

.page-content-uyelik .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #edeff1;
  border-bottom: 0 solid #edeff1;
}

.page-content-uyelik .card-header h5 {
  font-size: 16px;
  font-weight: 700;
}

.page-content-uyelik #accordion .card-header:hover {
  background-color: #e3e5e6;
}

.page-content-uyelik .custom-control .custom-control-label {
  margin-bottom: 0px;
}

.page-content-uyelik .form-select,
.page-content-uyelik .form-control {
  font-size: 14px;
  height: 32px;
}

.page-content-uyelik .subekalin {
  font-weight: 700;
}

.ck-editor__editable_inline {
  height: 300px;
}

#imagePreview img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
}

.btn-yesil {
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
}

.btn-siyah {
  color: #fff;
  background-color: #001022;
  border-color: #001022;
}

.btn-siyah:hover {
  color: #001022;
  background-color: transparent;
  border-color: #001022;
}

.btn-primary {
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #d90000;
  border-color: #d90000;
  color: #fff;
}

.btn-yesil:hover {
  color: #fff;
  background-color: #1c8048;
  border-color: #1c8048;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1c8048;
  border-color: #1c8048;
}

.card-body.list {
  min-height: auto !important;
}

.select2-container .select2-selection--single {
  height: 33px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 21px !important;
}

.page-ilan-search {
  display: none !important;
}

.kullanici_resim_sec {
  line-height: 24px;
  width: auto;
  height: 163px;
  border: dashed 1px #a9a9a9;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex !important;
  flex-direction: column !important;
  font-size: 18px !important;
  padding: 0px 50px;
  border-radius: 3px;
}

.kullanici_resim_sec .resimsecc:before {
  content: "\e8f6";
  font-family: "Linearicons";
  display: block;
  text-align: center;
  font-size: 40px;
  color: #d90000;
  line-height: 1;
  margin-bottom: 15px;
}

.kullanici_resim_sec .resimsecc.secildi {
  color: #d90000;
}

.kullanici_resim_sec::after {
  content: "Resim Seç";
  user-select: none;
  align-items: center;
  color: #434343;
  font-size: 14px;
  background: #fff;
  height: 38px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 12px;
  transition: all 0.12s linear;
  display: inline-flex;
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
}

.kullanici_resim_sec i {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
}

.custom-file-label::after {
  content: "Resim Seç";
  line-height: 24px;
}

/*dogrulama_gonder*/

.dogrulama_gonder {
  width: 100%;
  height: auto;
  min-height: 300px;
}

.dogrulama_gonder .icon {
  width: 100%;
  height: auto;
  font-size: 50px;
  color: #d90000;
}

.dogrulama_gonder .container {
  border-radius: 2px;
  border: solid 1px #dedede;
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 620px !important;
  text-align: center;
}

.dogrulama_gonder h3 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 15px;
}

.dogrulama_gonder .mail {
  text-decoration: underline;
  color: #d90000;
  font-weight: 700;
}

.text-right {
  text-align: right;
}

.a2a_svg {
  height: 35px !important;
  line-height: 35px !important;
  width: 35px !important;
  /*background: #666 !important;*/
}

.swal2-title {
  font-size: 50px !important;
  font-weight: 700 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  top: 0;
}

.select2-container--default .select2-selection--single {
  padding: 5px 3px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 3px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100% !important;
}

.form-select,
.form-control,
.dropdown-menu,
.btn {
  border-radius: 3px;
  font-size: 14px;
}

.form-select,
.form-control {
  height: 33px;
}

.form-control::-ms-input-placeholder {
  color: #999;
}

.form-control::placeholder {
  color: #999;
}

.btn {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-item {
  font-size: 14px;
}

.modal-title {
  font-size: 18px;
  font-weight: 600;
}

/*kullanici_ilanlar_page*/

.kullanici_ilanlar_page {
  width: 100%;
  height: auto;
}

.kullanici_ilanlar_page .kil_header-title {
  width: 100%;
  height: auto;
  position: relative;
}

.kullanici_ilanlar_page .kil_header-title span {
  font-weight: 700;
}

.kullanici_ilanlar_page .kil_header-title h3 {
  width: 100%;
  height: auto;
  position: relative;
  font-weight: 700;
  font-size: 19px;
}

.kullanici_ilanlar_genel {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px 20px 30px;
}

.kullanici_ilanlar_isim {
  display: flex;
  align-items: center;
  height: 75px;
  width: 100%;
}

.kullanici_ilanlar_isim .kullanici_ilanlar_avatar {
  position: relative;
}

.kullanici_ilanlar_isim .kullanici_ilanlar_avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kullanici_ilanlar_name {
  color: #434343;
  font-size: 16px;
  font-weight: 700;
  margin-left: 11px;
  letter-spacing: 0.2px;
}

.kullanici_ilanlar_name span {
  display: block;
  text-transform: uppercase;
}

.kullanici_ilanlar_name small {
  display: block;
  font-weight: 300;
}

.kullanici_ilanlar_cizgi {
  height: 1px;
  background: #e5e5e5;
  margin: 20px 0;
  display: block;
  width: 100%;
}

.kullanici_ilanlar_menu {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.kullanici_ilanlar_menu li {
  width: 100%;
  height: auto;
  list-style: none;
  margin-top: 6px;
}

.kullanici_ilanlar_menu li a {
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.kullanici_ilanlar_menu li a:hover span {
  font-weight: 700;
  color: #434343;
}

.kullanici_ilanlar_menu li a.active span {
  font-weight: 700 !important;
  color: #434343;
}

.kullanici_ilanlar_menu li a .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 2px #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bebebe;
  margin-right: 14px;
}

.kullanici_ilanlar_menu li a:hover .icon {
  background: #198754;
  border-color: #198754;
  color: #fff;
}

.kullanici_ilanlar_menu li a.active .icon {
  background: #198754;
  border-color: #198754;
  color: #fff;
}

.kullanici_ilanlar_menu li a span {
  font-size: 15px;
  font-weight: 600;
  color: #767676;
  transition: color 0.35s linear;
  margin-right: 8px;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt {
  width: 100%;
  height: auto;
  margin-top: 6px;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li a {
  width: 100%;
  height: auto;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li a span {
  font-size: 15px;
  font-weight: 400;
  color: #767676;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li a:hover span {
  font-weight: 700;
  color: #434343;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li a::before {
  width: 2px;
  height: 27px;
  margin: 0 28px 0 15px;
  background-color: #e1e1e1;
  content: "";
  display: block;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li a:hover::before {
  background-color: #198754;
}

.kullanici_ilanlar_ust {
  width: 100%;
  height: auto;
  margin-top: auto;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.kullanici_ilanlar_ust li {
  width: auto;
  height: auto;
  margin-top: 0px;
  list-style: none;
}

.kullanici_ilanlar_ust li a {
  display: flex;
  width: auto;
  height: auto;
  align-items: center;
  cursor: pointer;
}

.kullanici_ilanlar_ust li a span {
  font-weight: 400;
  color: #767676;
}

.kullanici_ilanlar_ust li a:hover span {
  font-weight: 700;
  color: #d90000;
}

.kullanici_ilanlar_ust li a.active span {
  font-weight: 700;
  color: #d90000;
}

.kullanici_ilanlar_ust li:first-child a::before {
  display: none;
  margin: 0px;
}

.kullanici_ilanlar_ust li a::before {
  width: 1px;
  height: 14px;
  margin: 0 8px 0 8px;
  background-color: #e1e1e1;
  content: "";
  display: block;
}

.kullanici_ilanlar_ust li a:hover::before {
  background-color: #198754;
}

.kullanici_ilanlar_menu_count {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #434343;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
}

.kullanici_ilanlar_arama {
  width: 100%;
  height: auto;
}

.kullanici_ilanlar_arama li:first-child {
  margin-top: 0px;
}

.kullanici_ilanlar_arama li {
  width: 100%;
  height: auto;
  list-style: none;
  margin-top: 6px;
}

.kullanici_ilanlar_arama li label {
  font-size: 14px;
  font-weight: 600;
  color: #767676;
  transition: color 0.35s linear;
  margin-right: 8px;
  margin-bottom: 3px;
}

/*kullanici_ilanlar_liste*/

.kullanici_ilanlar_liste {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  height: auto;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 10px;
}

.kullanici_ilanlar_liste:hover {
  border-color: #d90000;
}

.kullanici_ilanlar_liste .kil_resim {
  position: relative;
  height: 130px;
  width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  border-right: 1px solid #eaeaea;
}

.kullanici_ilanlar_liste .kil_resim img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto;
  width: auto;
}

.kullanici_ilanlar_liste .kil_text {
  position: relative;
  width: calc(100% - 145px);
  padding: 10px 10px 10px 20px;
}

.kullanici_ilanlar_liste .kil_text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #434343;
  margin-bottom: 10px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* İki satıra kadar göster */
  text-overflow: ellipsis;
  /* ... ekleyerek kes */
}

.kullanici_ilanlar_liste .kil_text .kil_ozellik {
  width: 100%;
  height: auto;
  display: flex;
}

.kullanici_ilanlar_liste .kil_text .kil_ozellik li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px;
}

.kullanici_ilanlar_liste .kil_text .kil_ozellik li {
  list-style: none;
  font-size: 15px;
  color: #797979;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  display: flex;
  align-items: center;
  border-right: 1px solid #cbcbcb;
  padding-right: 12px;
  margin-right: 12px;
  line-height: 1;
}

.kullanici_ilanlar_liste .kil_text .kil_ozellik li.fiyat {
  font-weight: 700;
  color: #434343;
}

.kullanici_ilanlar_liste .kil_text .kil-adres {
  list-style: none;
  font-size: 15px;
  color: #797979;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-top: 23px;
  flex-wrap: wrap;
}

.kullanici_ilanlar_liste .kil_text .kil-adres li:last-child {
  padding-left: 0px;
  margin-left: 0px;
  border-right: 0px;
}

.kullanici_ilanlar_liste .kil_text .kil-adres li {
  list-style: none;
  border-right: 1px solid #cbcbcb;
  padding-right: 12px;
  margin-right: 12px;
  font-weight: 600;
}

.kullanici_ilanlar_liste .kil_text .kil_danisma {
  font-weight: 600;
  color: #767676;
  margin-top: 2px;
  font-size: 14px;
}

.kullanici_ilanlar_liste .kil_text .kil_danisma i,
.kullanici_ilanlar_liste .kil_text .kil-adres i {
  margin-right: 4px;
  font-weight: 700;
  font-size: 13px;
}

.kullanici_ilanlar_liste .kil_text .kil_buttons {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

.kullanici_ilanlar_liste .kil_text .kil_buttons .not {
  user-select: none;
  align-items: center;
  color: #434343;
  font-size: 14px;
  background: #fff;
  height: 38px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 12px;
  transition: all 0.12s linear;
  display: inline-flex;
  font-weight: 500;
  margin-right: 10px;
}

.kullanici_ilanlar_liste .kil_text .kil_buttons .not i {
  margin-right: 6px;
}

.kullanici_ilanlar_liste .kil_text .kil_buttons .btn {
  height: 38px;
  font-weight: 500;
}

.kullanici_ilanlar_liste.pasif .kil_resim img {
  opacity: 40%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.kullanici_ilanlar_liste.pasif .kil_text h3 {
  opacity: 40%;
}

.kullanici_ilanlar_liste.pasif .kil_text .kil_ozellik {
  opacity: 40%;
}

.kullanici_ilanlar_liste.pasif .kil_text .kil_danisma {
  opacity: 40%;
}

.kullanici_ilanlar_liste.pasif .renkbg {
  background: #666;
  color: #fff;
}

/*page-content-uyelik*/

.page-content-uyelik .stepwizard-row:before {
  display: none;
}

.page-content-uyelik .stepwizard-step a {
  display: flex;
  align-items: center;
}

.page-content-uyelik .stepwizard-step a .icon {
  cursor: pointer;
  width: 33px;
  height: 33px;
  background: #dfdfdf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
}

.page-content-uyelik .stepwizard-step a p {
  margin-top: 0px !important;
  padding-left: 15px;
  cursor: pointer;
  font-size: 16px;
  color: #a6a6a6;
  font-weight: 700;
  padding-left: 20px;
  margin-top: 1px;
}

.page-content-uyelik .stepwizard-step a.active p {
  color: #434343;
}

.page-content-uyelik .stepwizard-step a.active .icon {
  color: #fff;
  background: #d90000;
}

.page-content-uyelik .stepwizard-step {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}

.page-content-uyelik .stepwizard-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-content-uyelik .stepwizard-step:after {
  width: 80px;
  height: 1px;
  background: #dfdfdf;
  position: relative;
  content: "";
  margin: 3px 10px 0 10px;
}

.page-content-uyelik .stepwizard-step:nth-child(2)::after {
  display: none;
}

.page-content-uyelik .stepwizard-step .btn {
  width: 46px;
  height: 46px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  width: 33px;
  height: 33px;
  background: #dfdfdf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-color: #dfdfdf;
}

.page-content-uyelik .stepwizard-step .btn-default {
  border-color: #dfdfdf;
  color: #fff !important;
  cursor: default;
}

.page-content-uyelik .stepwizard-step .btn-yesil {
  border-color: #f00 !important;
  color: #fff !important;
  background: #f00 !important;
}

.page-content-uyelik .list-group-item {
  align-items: center;
  color: #434343;
  font-size: 14px;
  background: #fff;
  height: 38px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  transition: all 0.12s linear;
  margin-bottom: 3px;
}

.page-content-uyelik .list-group-item.active {
  background: #d90000;
  color: #fff;
  font-weight: 700;
}

.page-content-uyelik .list-group-item:hover {
  background: #d90000;
  color: #fff;
  font-weight: 700;
}

.page-content-uyelik .secilenler {
  margin-bottom: 10px;
  font-weight: 700;
}

/* İlan REsim */

.ilan-resim {
  position: relative;
  overflow: initial !important;
}

.ilan-resim .ilan-resim-btn {
  opacity: 0;
  position: absolute;
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  width: 100%;
  height: 40px;
  padding: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  left: 0;
  bottom: -20px;
  align-items: center;
  display: flex;
  color: #a2a2a2;
  cursor: pointer;
  justify-content: center;
}

.ilan-resim:hover .ilan-resim-btn {
  opacity: 1;
}

.ilan-resim .ilan-resim-btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(-45deg) translateY(-8px);
  top: 0;
  left: 50%;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-bottom: none;
}

.ilan-resim-btn .btn {
  border-radius: 0.25rem;
  background: transparent;
  color: #7c7c7c !important;
  border: none;
  font-size: 19px;
}

.ilan-resim-btn .btn:hover {
  color: #000 !important;
}

.ilan-resim img {
  width: 120px;
  height: 100px;
  object-fit: cover;
}

/**/
.swal2-header {
  display: -webkit-box;
  display: flex !important;
  flex-direction: initial !important;
  align-items: center !important;
  justify-content: center !important;
}

.swal2-icon {
  margin: 1.25em 1.875em !important;
}

.swal2-title {
  margin: 0 !important;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #d90000 !important;
  color: #fff;
  font-size: 1.0625em;
  border-color: #d90000 !important;
}

/*font_level_1*/

.kilitle {
  overflow: hidden;
}

.kilitle::before {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #00000091;
  z-index: 991;
}

.kilitle2::before {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #00000091;
  z-index: 991;
}

/*filtre-ilan-search*/

.filtre-ilan-search {
  height: auto;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.filtre-ilan-search .form-control {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  background-color: #fff;
  color: #373636;
  font-weight: 500;
  border: none;
  height: 33px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  border: solid 1px #e5e5e5;
}

.filtre-ilan-search .ilan-ara {
  width: 70px;
  height: 33px;
  background: #d90000;
  border: none;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 0px;
}

.filtre-ilan-search .ilan-ara i {
  margin-right: 5px;
}

.ilanekle-duzenle-textarea {
  min-height: 339px;
}

/*homeSlider*/

.homeSlider {
  width: 100%;
  height: auto;
  position: relative;
  width: calc(100% - 11px);
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  padding: 16px;
  border: 1px solid rgba(34, 36, 38, 0.11);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 20px;
}

.homeSlider img {
  width: 100%;
}

/*HomeFirmaDestek*/

a.HomeFirmaDestek {
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.11);
  padding: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 15px;
  display: block;
  color: #000000;
}

a.HomeFirmaDestek .HomeFirmaDestek-resim {
  width: 100%;
  height: 200px;
  background: #000;
  overflow: hidden;
  position: relative;
}

a.HomeFirmaDestek .HomeFirmaDestek-resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.HomeFirmaDestek .HomeFirmaDestek-icon {
  width: 100%;
  height: 95px;
  text-align: center;
}

a.HomeFirmaDestek .HomeFirmaDestek-icon img {
  height: 100%;
}

a.HomeFirmaDestek .HomeFirmaDestek-text {
  width: 100%;
  height: auto;
  overflow: hidden;
}

a.HomeFirmaDestek .HomeFirmaDestek-text .text1 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-top: 8px;
}

a.HomeFirmaDestek .HomeFirmaDestek-text .text2 {
  font-size: 14px;
  margin-top: 2px;
  text-align: center;
  font-weight: 500;
}

a.HomeFirmaDestek .HomeFirmaDestek-text .detaylar {
  font-size: 14px;
  margin-top: 8px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  text-decoration: underline;
}

a.HomeFirmaDestek:hover {
  background: #fff;
}

a.HomeFirmaDestek:hover {
  color: #2321ff;
}

a.HomeFirmaDestek:hover .HomeFirmaDestek-text .detaylar {
  color: #2321ff;
}

/*firmalar-liste*/

.firmalar-liste {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  margin: 6px 0;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(34, 36, 38, 0.11);
}

.firmalar-liste .firmalar-resim {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.firmalar-liste .firmalar-resim img {
  height: 60px;
  margin: 0 auto;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.firmalar-liste .firmalar-baslik {
  display: block;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 12px;
  border-top: 1px solid #ebebeb;
  padding: 13px 10px;
  color: #001022;
}

.firmalar-liste:hover .firmalar-baslik {
  color: #d90000;
}

.firmalar-liste:hover .firmalar-resim img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s ease;
}

.firmalar-liste:hover {
  border-color: #d90000;
}

/*iletisim-page*/

.iletisim-page {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.iletisim-page .btn {
  display: inline-flex;
}

.iletisim-page .bize-yaz {
  background: #ffc103 !important;
  color: #fff;
  border-color: #ffc103;
}

.iletisim-page .bize-yaz:hover {
  background: transparent !important;
  color: #001022 !important;
  border-color: #001022 !important;
}

.iletisim-page .iletisim-icon {
  height: 70px;
  margin-bottom: 35px;
}

.iletisim-page h2 {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
}

.iletisim-page h3 {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 17px;
  font-weight: 400;
}

.iletisim-page b {
  font-weight: 700;
}

.iletisim-page .accordion {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 25px;
}

.iletisim-page .accordion .accordion-button {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 15px;
}

.accordion-button:not(.collapsed) {
  background: #00236d;
  color: #fff;
  box-shadow: none;
}

.iletisim-page .accordion .accordion-item {
  border-radius: 3px;
  overflow: hidden;
  border: solid 1px #e5e5e5;
}

.iletisim-page .iletisimliste {
  width: 100%;
  height: auto;
  padding: 0px;
  display: flex;
  justify-content: center;
  font-size: 15px;
}

.iletisim-page .iletisimliste li:first-child {
  margin-left: 0px;
}

.iletisim-page .iletisimliste li {
  width: auto;
  height: auto;
  list-style: none;
  margin-left: 25px;
}

.iletisim-page .iletisimliste li a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

/* YEni Table Listeleme */

table.table-ilan {
  width: 100%;
  height: auto;
}

table.table-ilan tbody {
}

table.table-ilan .table-ilan-tr {
  width: 100%;
}

/* Table İlan Listeleme Başlangıç*/

.table-ilan-liste {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.11);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
  display: block;
}

.table-ilan-liste:hover {
  border-color: #e61e28;
}

.table-ilan-liste a {
  font-size: 14px;
  color: #263238;
  text-decoration: none;
}

.table-ilan-liste .ilan-bilgi {
  width: 100%;
  display: block;
}

.table-ilan-liste .ilan-bilgi .liste {
  height: auto;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.table-ilan-liste .ilan-bilgi .liste span {
  padding-left: 10px;
  font-size: 13px;
}

.table-ilan-liste .ilan-bilgi .liste1 {
  width: 100%;
  background: #fafafa;
  font-weight: bold;
  font-size: 14px;
  color: #373737;
  border-right: 1px solid #eeeeee;
}

.table-ilan-liste .ilan-bilgi .liste2 {
  width: auto;
}

.table-ilan-liste .ilan-bilgi .liste3 {
  width: auto;
  border-left: 1px solid #eeeeee;
  padding-left: 15px;
  margin-left: 15px;
}

.table-ilan-liste .ilan-bilgi .liste2:hover,
.table-ilan-liste .ilan-bilgi .liste2.active {
  color: #d90000;
}

.table-ilan-liste .ilan-bilgi .liste3 .favori {
  font-family: "fontello";
}

.table-ilan-liste .ilan-bilgi .liste3 .favori:before {
  content: "\e83f";
}

.table-ilan-liste .ilan-bilgi .liste3.active .favori:before {
  content: "\e83e";
  color: #d90000;
}

.table-ilan-liste .ilan-bilgi .liste3:hover .favori:before {
  color: #d90000;
  content: "\e83e";
}

.table-ilan-liste .ilan-resim-sayfa {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  border-right: 1px solid #eaeaea;
}

.table-ilan-liste .ilan-resim-sayfa a {
  display: block;
}

.table-ilan-liste .ilan-resim-sayfa img {
  max-width: 100%;
  max-height: 100%;
}

.table-ilan-liste .ilan-resim-td {
  width: 140px;
}

.table-ilan-liste .ilan-aciklama-td {
}

.table-ilan-liste .ilan-adres-td {
  border-left: 1px solid #eaeaea;
  width: 152px;
  text-align: center;
}

.table-ilan-liste .ilan-aciklama {
  display: block;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.table-ilan-liste .ilan-aciklama .ilan-baslik {
  display: -webkit-box !important;
  font-weight: 700;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-ilan-liste .ilan-aciklama .ilan-tarihi {
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

.table-ilan-liste .ilan-aciklama a .ilan-baslik.gorunum2 {
  display: none;
}

.table-ilan-liste .ilan-aciklama a .ilan-baslik.gorunum1 {
  display: -webkit-box;
}

.table-ilan-liste .ilan-adres {
  font-size: 13px;
  opacity: 1;
  margin-top: 0px;
  overflow: hidden;
  color: #000 !important;
  font-weight: 700;
}

.table-ilan-liste .ilan-adres i {
  display: none;
}

.table-ilan-liste .ilan-adres li {
  list-style: none;
  display: block;
}

.table-ilan-liste .ilan-ozellik {
  display: block;
  margin-top: 8px;
  color: #64707c;
}

.table-ilan-liste .ilan-ozellik .liste {
  margin-right: 18px;
  font-weight: 600;
}

.table-ilan-liste .ilan-ozellik .liste span {
  padding-left: 6px;
}

.table-ilan-liste .ilan-ozellik .liste i::before {
  font-weight: 600;
}

.table-ilan-liste .ilan-fiyat {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: #d90000;
  line-height: 1;
}

.table-ilan-liste .gorunum-liste {
  display: none;
}

.table-ilan-liste .gorunum-galeri {
  display: none;
}

.table-ilan-liste.vitrin-ilan {
  background: rgba(255, 193, 0, 0.1);
}

/* Yan Yana Görünümü Başla */

table tr.table-ilan-tr.tablegorunum1 td table tbody {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between;*/
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste-hiza:nth-child(4n) {
  margin-right: 0px;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste-hiza {
  width: 24%;
  margin-right: 10px;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste {
  width: 100%;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste table tr.TableListe1 {
  width: 100%;
  display: block;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-resim-td {
  width: 100%;
  border-right: 0px;
  display: block;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-aciklama-td {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  display: block;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-resim-td {
  width: 100%;
  border-right: 0px;
  display: block;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-resim-sayfa {
  border: none;
  height: 150px;
  border-bottom: 1px solid #eaeaea;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-ozellik {
  display: block !important;
}

table
  tr.table-ilan-tr.tablegorunum1
  .table-ilan-liste
  .ilan-aciklama
  .ilan-tarihi {
  border-left: 0;
  padding-left: 0;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-aciklama {
  display: block;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-ozellik .liste {
  margin-right: 0;
  margin-bottom: 2px;
}

table
  tr.table-ilan-tr.tablegorunum1
  .table-ilan-liste
  .ilan-aciklama
  .ilan-baslik {
  font-size: 14px;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-adres-td {
  width: 100%;
  text-align: left;
  padding: 0px 10px 10px;
  border: none;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-adres {
  font-size: 12px;
  opacity: 1;
  margin-top: 0px;
  overflow: hidden;
  color: #000 !important;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-adres li {
  list-style: none;
  display: inline-block;
}

table tr.table-ilan-tr.tablegorunum2 .gorunum-liste {
  display: block;
}

table tr.table-ilan-tr.tablegorunum1 .gorunum-galeri {
  display: block;
  margin-top: 10px;
}

table tr.table-ilan-tr.tablegorunum1 .ilan-adres-td {
  display: none;
}

/* Yan Yana Görünümü Son */

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.4rem;
}

.loading-text {
  margin-top: 8px;
  font-size: 1.2rem;
  margin-left: 25px;
  margin-bottom: 0px;
  color: #c22d35;
  font-weight: bold;
  animation: fadeInOut 2s infinite;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* İLETİŞİM SAYFASI */

.iletisim1 {
  width: 100%;
  height: auto;
}

.iletisim1 .list-group-item {
  width: 100%;
  height: auto;
  border: solid 1px #f1f1f1;
  padding: 0px 15px;
}

.iletisim1 .list-group-item h6 {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  opacity: 70%;
}

.iletisim1 .list-group-item p {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}

.iletisim1 .rounded-circle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c22d35;
}

.iletisim1 .maps {
  width: 100%;
  height: 500px;
}

.iletisim1 .maps iframe {
  width: 100%;
  height: 100%;
}

a.WhatsApp {
  display: flex;
  font-size: 18px;
  background: #2eb843;
  font-weight: 600;
  width: 51px;
  height: 51px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-out 0;
  -moz-transition: all 0.1s ease-out 0;
  -ms-transition: all 0.1s ease-out 0;
  -o-transition: all 0.1s ease-out 0;
  transition: all 0.1s ease-out 0;
  color: #fff;
  align-items: center;
  justify-content: center;
  animation: whatsapp infinite 2s linear;
  z-index: 9999;
}

@keyframes whatsapp {
  0% {
    box-shadow: 0 0 0 0 #2eb843;
  }

  50% {
    box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

.swiper-pagination.pagination-yenieklenen {
  position: absolute;
  width: auto;
  text-align: right;
}

.swiper-pagination.pagination-yenieklenen .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  border: solid 2px #1a2b49;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  opacity: 1;
}

.swiper-pagination.pagination-yenieklenen .swiper-pagination-bullet-active {
  background: #1a2b49;
  border: solid 2px #1a2b49;
}

/* ilan detay paylaş*/

.social-share-buttons {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 0;
}

.social-share-buttons a {
  text-decoration: none;
  color: white;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-share-buttons .facebook {
  background-color: #3b5998;
}

.social-share-buttons .twitter {
  background-color: #1da1f2;
}

.social-share-buttons .whatsapp {
  background-color: #25d366;
}

.social-share-buttons .linkedin {
  background-color: #0077b5;
}

.social-share-buttons .copy-link {
  background-color: #6c757d;
}

.social-share-buttons a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/**/

.sayac {
  width: 100%;
  padding: 80px 0px 80px;
  background: #182f64;
}

.sayac .kayan-baslik {
  width: 100%;
  margin-top: 100px;
}

.sayac .kayan-baslik .pbmit-marquee-effect-style-1 .pbmit-element-title {
  color: #e1e1e1;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title a,
.pbmit-marquee-effect-style-1 .pbmit-element-title {
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-width: 1px;
  color: #42403d;
}

.sayac .site-baslik1 {
  padding-left: 5%;
  margin-top: 0px;
}

.resimler-bg {
  margin-top: 0px;
}

.sayac .resim1 {
  border-style: solid;
  border-width: 16px 16px 16px 16px;
  border-color: #ffffff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  margin-left: 40px;
  left: 0px;
  top: 0px;
  margin-top: 40px;
  position: absolute;
}

.sayac .resim1 img {
  width: 230px;
  max-width: 100%;
}

.sayac .resim2 {
  border-style: solid;
  border-width: 16px 16px 16px 16px;
  border-color: #ffffff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  top: 0;
  margin-left: 250px;
  position: relative;
}

.sayac .resim11 {
  position: absolute;
}

.sayac .resim11,
.sayac .resim22 {
  position: relative;
  /* Mutlaka relative olmalÃ„Â± */
  top: 0;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}

.sayac .resim2 img {
  width: 300px;
  max-width: 100%;
}

.sayac .sayac-bilgi {
  width: 100%;
  height: auto;
  margin-top: 0px;
  position: relative;
}

.sayac .sayac-liste {
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  padding: 40px 25px;
  background: #0b2155;
}

.sayac .sayac-liste:hover {
  /*box-shadow: 0 0px 16px 0 rgb(0 0 0 / 15%);*/
}

.sayac .sayac-liste #okul_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 65px;
  color: #fff;
}

.sayac .sayac-liste .icon {
  height: auto;
  margin-bottom: 35px;
  color: #fff;
  font-size: 40px;
  height: auto;
}

.sayac .sayac-liste .icon img {
  height: 100%;
}

.sayac .sayac-liste .icon .svgIcon {
  fill: #0084be;
  width: 70px;
  height: 70px;
}

.sayac .sayac-liste .icon path {
  fill: #0084be;
}

.sayac .sayac-liste .media_counted {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.sayac .sayac-liste .sayacbaslik {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  display: block;
}

.sayac .sayac-liste .sayacbaslik h3 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  position: relative;
  opacity: 60%;
}

.sayac .sayac-liste .sayacbaslik h3 span {
  position: relative;
  z-index: 9;
  padding: 0px 15px;
}

.sayac .sayac-liste .sayacbaslik h3::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 15px;
  background: #745c4f;
  font-weight: 700;
  font-size: 14px;
  bottom: -5px;
  opacity: 5%;
}

.sayac .sayac-liste .sayacbaslik p {
  color: #fff;
  display: none;
}

.sayac .sayac-liste .arti {
  padding-left: 10px;
  font-size: 22px;
}

.sayac .sayac-liste .yuzde {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 700;
}

.laundry-process-container {
  width: 100%;
  padding: 70px 0px;
  background: #f9f9f9;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #0000000f;
}

.steps-wrapper {
  display: flex;
  justify-content: space-around; /* AdÃ„Â±mlarÃ„Â± eÃ…Å¸it aralÃ„Â±klarla daÃ„Å¸Ã„Â±t */
  align-items: flex-start; /* Ãƒâ€“Ã„Å¸eleri yukarÃ„Â± hizala */
  position: relative; /* Pseudo elementler iÃƒÂ§in */
  padding-top: 0px; /* ÃƒÅ“stteki ÃƒÂ§izgi ve yaylar iÃƒÂ§in yer */
}

/* AdÃ„Â±mlarÃ„Â± birbirine baÃ„Å¸layan ÃƒÂ¼st ÃƒÂ§izgi */

.step {
  flex: 1;
  text-align: center;
  padding: 0 15px;
  position: relative;
  border-left: 1px solid #eaeaea;
}

.step-graphic {
  position: relative; /* Yay pseudo elementi iÃƒÂ§in */
  margin-bottom: 52px; /* Ã„Â°kon ve yazÃ„Â± arasÃ„Â± boÃ…Å¸luk */
  height: 150px; /* Dairenin yÃƒÂ¼ksekliÃ„Å¸i kadar (yay iÃƒÂ§in referans) */
  display: flex;
  justify-content: center; /* Daireyi ortalamak iÃƒÂ§in */
}

/* ÃƒÅ“stteki yarÃ„Â±m daire yayÃ„Â± */
.step-graphic::before {
  content: "";
  position: absolute;
  width: 163px;
  height: 94px;
  bottom: 50%;
  margin-bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ededed;
  border-radius: 110px 110px 0 0;
  box-sizing: border-box;
  z-index: 1;
}

/* ÃƒÅ“stteki yarÃ„Â±m daire yayÃ„Â± */
.step2 .step-graphic::before {
  content: "";
  position: absolute;
  width: 163px;
  height: 94px;
  top: 50%;
  margin-bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ededed;
  border-radius: 0px 0px 110px 110px;
  box-sizing: border-box;
  z-index: 1;
}

.step-icon-circle {
  width: 120px;
  height: 120px;
  background-color: #ffebe7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 43px;
  color: #ae1415;
}

.step-icon {
  width: 60px; /* Ã„Â°kon boyutu */
  height: 60px;
  object-fit: contain; /* Ã„Â°kon oranlarÃ„Â±nÃ„Â± koru */
}

.step-title {
  font-size: 19px;
  font-weight: 700;
  color: #575656;
  margin-top: 0;
  margin-bottom: 8px;
}

.step-description {
  font-size: 15px;
  color: #7f8c8d;
  line-height: 1.4;
  margin: 0 auto;
  margin-top: 15px;
  display: block;
}

i {
  display: inline-flex;
  line-height: 1;
}

/* Daha kÃƒÂ¼ÃƒÂ§ÃƒÂ¼k ekranlar iÃƒÂ§in (Ãƒâ€“rnek: Tablet ve altÃ„Â±) */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column; /* Dikey sÃ„Â±ralama */
    align-items: center; /* Ortala */
    padding-top: 0; /* ÃƒÅ“st boÃ…Å¸luÃ„Å¸u sÃ„Â±fÃ„Â±rla */
  }

  /* BaÃ„Å¸lantÃ„Â± ÃƒÂ§izgisini ve yaylarÃ„Â± kÃƒÂ¼ÃƒÂ§ÃƒÂ¼k ekranda gizle */
  .steps-wrapper::before,
  .step-graphic::before {
    display: none;
  }

  .step {
    flex: none; /* EsnekliÃ„Å¸i kaldÃ„Â±r */
    width: 90%; /* GeniÃ…Å¸liÃ„Å¸i ayarla */
    max-width: 300px; /* Maksimum geniÃ…Å¸lik */
    margin-bottom: 40px; /* AdÃ„Â±mlar arasÃ„Â± dikey boÃ…Å¸luk */
    padding: 0;
  }

  .step:last-child {
    margin-bottom: 0; /* Son elemanÃ„Â±n alt boÃ…Å¸luÃ„Å¸unu kaldÃ„Â±r */
  }

  .step-graphic {
    height: auto; /* YÃƒÂ¼ksekliÃ„Å¸i otomatik yap */
    margin-bottom: 20px; /* Ã„Â°kon ve yazÃ„Â± arasÃ„Â± boÃ…Å¸luk */
  }

  .step-icon-circle {
    position: static; /* Mutlak konumu kaldÃ„Â±r */
    transform: none; /* Transformu sÃ„Â±fÃ„Â±rla */
    margin: 0 auto; /* Yatayda ortala */
    width: 120px; /* Biraz kÃƒÂ¼ÃƒÂ§ÃƒÂ¼lt */
    height: 120px;
  }

  .step-icon {
    width: 50px; /* Ã„Â°konu biraz kÃƒÂ¼ÃƒÂ§ÃƒÂ¼lt */
    height: 50px;
  }

  .step-title {
    font-size: 1.3em;
  }

  .step-description {
    font-size: 0.9em;
  }
}

.kategoriler {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}

.kategoriler .pbmit-marquee-slider {
  margin-bottom: 0px;
}

.kategoriler a.Liste {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  color: #000;
  border-radius: 4px;
  overflow: hidden;
}

.kategoriler a.Liste .ilanbilgi {
  position: relative;
  position: absolute;
  right: 30px;
  top: 30px;
  background: #fff;
  padding: 5px 25px;
  border-radius: 25px;
  color: #575656;
  z-index: 9;
  font-weight: 700;
  line-height: 1;
}

.kategoriler a.Liste .ilanbilgi b {
  color: #ae1415;
}

.kategoriler a.Liste .resim {
  width: 100%;
  height: 558px;
  position: relative;
  overflow: hidden;
}

.kategoriler a.Liste .resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.kategoriler a.Liste:hover .resim img {
  transform: scale(1.1);
}

.kategoriler a.Liste .resim.resim2 {
  width: 100%;
  height: 278px;
}

.kategoriler a.Liste .resim.resim3 {
  width: 100%;
  height: 254px;
}

.kategoriler a.Liste .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: flex-end;
  padding-left: 15px;
  padding-bottom: 15px;
  transition: transform 0.2s;
  background: #00000029;
}

.kategoriler a.Liste .hover h4 {
  height: auto;
  padding: 13px 15px 13px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  transition: transform 0.2s;
  color: #fff;
}

.kategoriler a.Liste:hover .hover h4 {
  transition: transform 0.2s;
}

.kategoriler a.Liste:hover .hover {
  transition: transform 0.2s;
}

/*home-Urunler*/

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.about-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.about-text {
  max-width: 50%;
}

/**/

/*hakkimizda*/

.hakkimizda {
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: #fff;
}

.hakkimizda .resimbg {
  width: 100%;
  height: auto;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  padding: 23px;
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
}

.hakkimizda .resimbg .resim {
  width: 100%;
  height: 564px;
  display: block;
}

.hakkimizda .resimbg .resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.hakkimizda .texxt {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 38px;
  text-align: justify;
}

.hakkimizda .texxt .nav-tabs {
  width: 100%;
  height: auto;
  margin-top: 35px;
  border-bottom: 0px;
}

.hakkimizda .texxt .nav-tabs .nav-link:first-child {
  margin-left: 0px;
}

.hakkimizda .texxt .nav-tabs .nav-link {
  line-height: 20px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  position: relative;
  webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  padding: 0px;
  border: none;
  margin-left: 55px;
}

.hakkimizda .texxt .nav-tabs .nav-link.active {
  color: #1D85E8;
}

.hakkimizda .texxt .nav-tabs .nav-link::after {
  content: "";
  position: relative;
  width: 100%;
  height: 10px;
  background: url("../img/nav-ok.svg") center no-repeat;
  display: block;
  margin-top: 12px;
}

.hakkimizda .texxt .nav-tabs .nav-link.active::after {
  content: "";
  background: url("../img/nav-ok-active.webp") center no-repeat;
  background-size: cover;
}

.hakkimizda .texxt .tab-content {
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.hakkimizda .texxt .tab-content .tabresim {
  width: 100%;
  height: 142px;
}

.hakkimizda .texxt .tab-content .tabresim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hakkimizda .texxt .site-baslik1 {
  margin-bottom: 40px;
}

.hakkimizda .texxt h2 {
  width: 100%;
  margin-bottom: 35px;
  line-height: 1.2;
  font-size: 33px;
}

.hakkimizda .texxt h3 {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 16px;
}

.hakkimizda .texxt h3 b {
  font-weight: 500;
}

.hakkimizda .texxt p {
  width: 100%;
  margin-bottom: 0px;
  line-height: 1.4;
  font-size: 16px;
}

.hakkimizda .texxt ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
}

.hakkimizda .texxt ul li:first-child {
  margin-top: 0px;
}

.hakkimizda .texxt ul li {
  width: 100%;
  list-style: none;
  font-weight: bold;
  margin-top: 11px;
}

.hakkimizda .texxt ul li b {
  color: #1d85e8;
}

.hakkimizda .texxt ul li img {
  margin-right: 11px;
}

.hakkimizda .texxt ul li .svgIcon {
  fill: #1d85e8;
}
.hakkimizda .texxt ul li path {
  stroke: #1d85e8;
}

/**/

.surdurebilirlik {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  border-radius: 0px;
  background-color: #f9fafb;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
}

.surdurebilirlik-liste {
  width: 100%;
  height: auto;
  position: relative;
  border: solid 1px #a8a8a814;
  display: flex;
  flex-direction: column;
  align-items: end;
  overflow: hidden;
  color: #172a59;
  background: #fff;
}

.surdurebilirlik-liste:hover {
  color: #fff;
}

.surdurebilirlik-liste .surdurebilirlik-resim {
  width: 100%;
  height: 200px;
  position: relative;
  margin-top: 70px;
}

.surdurebilirlik-liste .surdurebilirlik-resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surdurebilirlik-liste .surdurebilirlik-text {
  width: 100%;
  height: 250px;
  position: relative;
  padding: 25px;
}

.surdurebilirlik-liste .surdurebilirlik-text .icon {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  font-size: 40px;
  color: #172a59;
}

.surdurebilirlik-liste .surdurebilirlik-text .icon .svgIcon {
  fill: #1d85e8;
  width: 50px;
  height: 50px;
}

.surdurebilirlik-liste .surdurebilirlik-text .icon .svgIcon path {
  fill: #1d85e8;
}

.surdurebilirlik-liste .surdurebilirlik-text .ilanbilgi {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
  color: #172a59;
}

.surdurebilirlik-liste .surdurebilirlik-text h3 {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #1d85e8;
}

.surdurebilirlik-liste .surdurebilirlik-text p {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  max-height: calc(1.5em * 4);
  opacity: 50%;
}

.surdurebilirlik-liste .detay {
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}

.surdurebilirlik-liste .surdurebilirlik-hover {
  width: 100%;
  height: 100%;
  opacity: 0;
  /* VarsayÃ„Â±lan olarak gÃƒÂ¶rÃƒÂ¼nmez */
  position: absolute;
  z-index: -1;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.6);
  /* Arka plana yarÃ„Â± Ã…Å¸effaf bir katman ekler */
  transition: opacity 0.3s ease-in-out;
  /* Hover sÃ„Â±rasÃ„Â±nda yumuÃ…Å¸ak bir geÃƒÂ§iÃ…Å¸ */
}

.surdurebilirlik-liste:hover .surdurebilirlik-hover {
  opacity: 1;
  /* GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r hale gelir */
  z-index: 1;
  /* Ãƒâ€“ne ÃƒÂ§Ã„Â±kar */
}

.surdurebilirlik-liste .surdurebilirlik-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.3s ease;
  /* Hover sÃ„Â±rasÃ„Â±nda bÃƒÂ¼yÃƒÂ¼tme efekti */
}

.surdurebilirlik-liste:hover .surdurebilirlik-hover img {
  transform: scale(1.05);
  /* Hafif bÃƒÂ¼yÃƒÂ¼me efekti */
}

.surdurebilirlik-liste .surdurebilirlik-hover h4 {
  width: auto;
  height: auto;
  position: absolute;
  top: 40px;
  right: 47px;
  color: #fff;
  max-width: 180px;
  text-align: right;
  font-size: 25px;
  opacity: 0;
  transform: translateY(-10px);
  /* Hover ÃƒÂ¶ncesi yukarÃ„Â±da baÃ…Å¸latÃ„Â±r */
  transition: all 0.3s ease-in-out;
  /* YumuÃ…Å¸ak geÃƒÂ§iÃ…Å¸ */
}

.surdurebilirlik-liste:hover .surdurebilirlik-hover h4 {
  opacity: 1;
  /* GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r olur */
  transform: translateY(0);
  /* Hareket tamamlanÃ„Â±r */
}

.surdurebilirlik-liste .surdurebilirlik-hover .detay-bg {
  color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 35px;
  left: 0px;
  opacity: 0;
  transform: translateY(20px);
  /* Hover ÃƒÂ¶ncesi aÃ…Å¸aÃ„Å¸Ã„Â±da baÃ…Å¸latÃ„Â±r */
  transition: all 0.3s ease-in-out;
}

.surdurebilirlik-liste:hover .surdurebilirlik-hover .detay-bg {
  opacity: 1;
  /* GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r olur */
  transform: translateY(0);
  /* Hareket tamamlanÃ„Â±r */
}

/**/

/*proces*/

.proces {
  padding: 80px 0px;
  background: #fff;
}

.proces .proces_Liste {
  display: block;
  text-align: center;
}

.proces .proces_Liste .iconbg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  border: dashed 3px #1d85e8;
  position: relative;
  margin: 0px auto;
}

.proces .proces_Liste .iconbg .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proces .proces_Liste .iconbg .icon img {
  height: 60%;
}

.proces .proces_Liste .iconbg .icon .svgIcon {
  fill: #1d85e8;
  height: 60%;
}

.proces .proces_Liste .iconbg .icon .svgIcon path {
  fill: #1d85e8;
}

.proces .proces_Liste .iconbg .sayi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: dashed 3px #1d85e8;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
}

.proces .proces_Liste h4 {
  display: block;
  margin-top: 23px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

.proces .proces_Liste p {
  display: block;
  margin-top: 23px;
  margin-bottom: 20px;
  font-size: 15px;
  max-width: 240px;
  line-height: 1.3;
  margin: 0px auto;
}

.proces .proces_Liste.active .iconbg .sayi {
  border-color: #000;
  color: #000;
}

.proces .proces_Liste.active .iconbg {
  border: dashed 1px #000;
}

.proces .proces_Liste.active .iconbg .icon {
  background: #fff;
}

.proces .proces_Liste:hover .iconbg .sayi {
  border-color: #000;
  color: #000;
}

.proces .proces_Liste:hover .iconbg {
  border-color: #000;
}

/**/

.YorumlarSlider {
  background: #fafafa;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.YorumlarSlider .swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  margin-left: -375px;
}

.YorumlarSlider .swiper-wrapper {
  background: white;
}

.YorumlarSlider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  position: relative;
}

.YorumlarSlider .swiper-slide .swiper-text {
  display: block;
  height: auto;
  padding: 40px;
  border: solid 1px #00236d;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.102);
}

.YorumlarSlider .swiper-slide .swiper-text .yildiz {
  display: block;
  display: flex;
  margin-top: 3px;
}

.YorumlarSlider .swiper-slide .swiper-text .yildiz img {
  height: 13px;
}

.YorumlarSlider .swiper-slide .swiper-text .yildiz .svgIcon {
  fill: #1d85e8;
}

.YorumlarSlider .swiper-slide .swiper-text .yildiz .svgIcon path {
  fill: #1d85e8;
}

.YorumlarSlider .swiper-text .swiper-baslik1 {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0px;
  height: 118px;
}

.YorumlarSlider .swiper-text .swiper-isim {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.YorumlarSlider .swiper-text .swiper-isim .resimm {
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #00236d;
  border-radius: 50%;
  overflow: hidden;
}

.YorumlarSlider .swiper-text .yorumtext {
  margin-left: 9px;
}

.YorumlarSlider .swiper-text .swiper-isim span {
  font-weight: bold;
  font-size: 18px;
}

.YorumlarSlider .swiper-text .swiper-isim .resimm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.YorumlarSlider .swiper-pagination {
  display: none;
}

.YorumlarSlider .yorum-footer {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

/**/

/**/

.SSS-BLOG {
  width: 100%;
  height: auto;
  background: #fff;
}

.SSS-BLOG .accordion {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.SSS-BLOG .accordion-button {
  width: 100%;
  height: auto;
  font-weight: 600;
}

.SSS-BLOG .accordion-button i {
  margin-right: 15px;
}

.SSS-BLOG .faq {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.SSS-BLOG .texticcc {
  padding: 50px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  background: #fff;
}

/**/

.SSS-BLOG .haber-sag-ic {
  width: 100%;
  height: auto;
  position: relative;
}

.haber-sol {
  padding-right: 10%;
  padding-left: 10%;
  height: 700px;
  align-content: center;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.haber-sol .mcb-wrap-background-overlay {
  background-color: #332824;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}

/*Blog2*/

.Blog2 {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}

.Blog2 a.servisslider-liste {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.102);
  display: block;
  transition: all 0.5s;
  color: #000;
}

.Blog2 a.servisslider-liste:hover {
  color: #fff;
  background: #00236d;
}

.Blog2 a.servisslider-liste .resim {
  width: 100%;
  overflow: hidden;
  height: 220px;
}

.Blog2 a.servisslider-liste .resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.Blog2 a.servisslider-liste .text {
  width: 100%;
  height: auto;
  padding: 27px;
}

.Blog2 a.servisslider-liste .text h3 {
  width: 100%;
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0px;
}

.Blog2 a.servisslider-liste .text p {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 30px;
}
