.list-marka{
  list-style: none;
  padding: 0;
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
.list-marka li{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
  padding: 10px;
}
.list-marka li i{}
.list-marka li span{}


#header .header-nav-main nav > ul > li > a {
  position: relative  !important;
  background: transparent !important;
  padding: 5px 15px 5px 15px !important;
  margin: 38px 0 0 10px !important;
  min-height: auto !important;
  height: auto !important;

  border-color:  transparent transparent blue transparent;
  border-style: solid;
  border-width: 0px 1px 1px 1px;

}
#header .header-nav-main nav > ul > li > a::after{

}
#header .header-nav-main nav > ul > li > a::before{

}

#header .header-nav-main nav > ul > li.dropdown{
  margin-right: 10px;
}
#header .header-nav-main nav > ul > li.dropdown > a{
  padding: 5px 10px 5px 20px !important;
}


.custom-svg-1 {
  position: absolute;
  left: 0px;
  top: -100px;
  width: 1000px;
}
.custom-section-background .container:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 85%;
  width: 100vw;
  height: calc( 100% + 150px);
  background: transparent;
  z-index: 0;
  transform: translate3d(0, -50%, 0);
}

.ust_duyuru{}
.ust_duyuru p{
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

.social-icons.social-icons-big li a, .social-icons.social-icons-lg li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.tp-revslider-mainul{
  padding: 0 !important;
}

.btn-custom1{
  background: #000;
  color: #fff;
  display: inline-block;
}

.ikonlar{
  position: fixed;
  z-index: 99999;
  list-style: none;
  padding: 0;
  bottom: 20px;
  right: 20px;
}
.ikonlar li{
  float: left;
  margin-right: 10px;
}
.ikonlar h3{
  background: #fff;
}
.ikonlar li img{
  width: 50px;
}

.dil-list-grup .dropdown-toggle::after {
  display: none !important;
}
.dil-list-grup .dropdown-toggle i{
  color: #000;
  margin-left: 5px;
}
.dil-list-grup .dropdown-menu.show {
  min-width: 67px !important;
}
.dil-list-grup .dropdown-item {
  text-align: center;
}

.text-color-custom1{
  color: #d62b1c !important;
}

.btn_mesajGonder,
.btn_teklifAl{
  float: right;
}

#header .header-logo{
  margin: 0 !important;
}
#header .header-logo img{
  width: 150px;
}

.social-lists{
  margin-top: 50px;
}
.social-lists li{}
.social-lists li a{
  border: 1px solid;
  padding: 8px 7px;
  margin-bottom: -1px;
  display: inline-block;
  width: 40px;
  margin-left: 10px;
  font-size: 22px;
  color: #ddd;
}
.social-lists li a i{}

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

.playbtn{
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto 100px auto;
  width: 100px;
  z-index: 9;
  cursor: pointer;
}
.playbtnEfects{
  border-radius: 50%;
  position: relative;
  width: 37px;
  height: 37px;
  position: absolute;
  left: -250px;
  right: 0;
  bottom: 7px;
  margin: 0 auto;
}
.playbtnEfects::after {
  position: absolute;
  content: '';
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #69bdeb;
  margin: 0px;
  opacity: 1;
  transform-origin: center;
  animation: anim 1600ms linear infinite;
}
.playbtnEfects::before {
  position: absolute;
  content: '';
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #69bdeb;
  margin: 0px;
  opacity: 0.8;
  transform-origin: center;
  animation: anim 1800ms linear;
}
@keyframes anim {
  from {
      margin: 0px;
      opacity: 1;
  }

  to {
      margin: -15px;
      opacity: 0;
  }
}

.dil-list{
	list-style: none;
	padding: 0;
  margin: 0 0 0 30px;
}
.dil-list li{
	float: left;
	margin-right: 10px;
}
.dil-list li a{}

.islemSonuc {
	background:rgba(0,0,0,0.5);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.islemDurum{
	background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
	top: 15%;
	width: 50%;
}
.islemSonuc > div{
	margin-bottom: 0;
}

.kvkk-div{
  position: fixed;
  bottom: 20px;
  width: 80%;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 20px 40px;
}
.kvkk-div h2{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.kvkk-div button{
  border: 0;
  float: right;
  margin-top: -100px;
  margin-right: -30px;
  background: #fff;
}

@media (max-width: 479px){
  .kvkk-div {
    position: fixed;
    bottom: 20px;
    width: 95%;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    padding: 20px 10px;
  }
  .kvkk-div button {
    border: 0;
    float: right;
    margin-top: -80px;
    margin-right: -5px;
  }

  .mobilGizle{
    display: none !important;
  }

  .ikonlar li img{
    width: 50px;
  }

  .mobilFontSizeTel{
    font-size: 11px !important;
  }

  .custom-social-icons-divider > li + li {
    position: relative;
    margin-left: 5px;
  }
  .social-icons.social-icons-medium li a, .social-icons.social-icons-md li a {
    height: 33px;
    line-height: 33px;
    width: 23px;
    font-size: 14.4px;
    font-size: 0.9rem;
  }
  .custom-social-icons-divider > li + li:before {
    content: '';
    border-left: 1px solid #dadcdd;
    height: 80%;
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }

  #header .header-nav-main nav > ul > li > a {
    position: relative  !important;
    background: transparent !important;
    padding: 5px 10px 5px 10px !important;
    margin: 5px 0 0 10px !important;
    min-height: auto !important;
    height: auto !important;

    border-color:  transparent !important;
    border-style: none !important;
    border-width: 0px !important;

  }

  #header .header-nav-main nav > ul > li.dropdown > a{
    padding: 5px 10px 5px 5px !important;
  }

  .header-body {
    height: 200px !important;
  }

  .header-extra-info-custom{
    position: absolute;
    top: 10px;
    border-bottom-style: double;
    left: 50%;
    margin-left: -110px !important;
  }
  .header-extra-info-custom::before{
    height: 0 !important;
  }

  #header .header-logo {
    margin: 90px 0 0 0 !important;
  }
  #header .header-btn-collapse-nav {
    margin: 90px 0 0 0;
  }

  #header .header-logo img {
    width: 120px;
  }

}

@media (max-width: 1325px){
  #header .header-nav-main nav > ul > li > a {
    padding: 5px 10px 5px 10px !important;

  }
}

@media (max-width: 1255px){
  #header .header-nav-main nav > ul > li > a {
    padding: 5px 5px 5px 5px !important;

  }
}

@media (max-width: 1230px){

}

@media (max-width: 1180px){
  .header-extra-info-custom i{
    font-size: 15px !important;
  }
  .header-extra-info-custom span{
    font-size: 10px !important;
  }
  .header-extra-info-custom strong{
    font-size: 12px !important;
  }
}

@media (max-width: 1120px){

}

@media (max-width: 1080px){
  #header .header-nav-main nav > ul > li > a {
    font-size: 10px !important;
  }
}

@media (max-width: 990px){

}
