
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
.news__paragraph-2lines { max-height: 44px; }
.news__paragraph-4lines { max-height: 88px; }

.news__header__title1{ font-family: "Roboto", sans-serif; font-size: 34px; font-weight: 100; font-style: normal; font-stretch: normal; line-height: 1.62; letter-spacing: -0.2px; text-align: left; color: #000000; position: relative; bottom: 16px; padding-bottom: 20px; }
.news__header__title1::after{ content: ''; display: inline-block; height: 3px; width: 50px; position: absolute; bottom: 5px; left: 0; background: #f6a200; }
.news__header__offset{ width: 15%; }

.matter h2{ font-size: 34px; font-weight: 100; position: relative; text-align: center; margin:0 auto; padding:25px 0; margin-bottom: 0px; color: #FFF; top: -50px; 
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: -0.2px;
  text-align: center;
  }
.matter h2::after{ content:''; position: absolute; bottom:0; left:50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 40px; height: 3px; background: #97DF92; }

.setups h2{ font-size: 34px; font-weight: 100; position: relative; padding:25px 0; margin-bottom: 25px; 
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  float:left;
}
.setups h2::after{ content:''; position: absolute; bottom:0; left:50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 40px; height: 4px; background: #F6A200; }
 .setups a { text-decoration:  none; }
.news__header__tab-item { width: -moz-fit-content; }

.banner-area__control-button:hover { background: #009C8A; }
.banner-area__control-button--next{ background: #004D5B!important; }
.banner-area__control-button--next:hover{ background: #009C8A!important; }

.banner__wrapper .banner__content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 100!important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18!important;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff!important;
}

.banner__wrapper .banner__content p{
  max-width: 520px;
  font-family: "Roboto", sans-serif;
  font-size: 16px!important;
  font-weight: 300!important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63!important;
  letter-spacing: normal!important;
  text-align: left;
  color: #ffffff!important;
}

.menu__overlay {
   opacity: 0;
    -webkit-transition: all 1600ms cubic-bezier(0.645, 0.045, 0.355, 0);
    transition: all 2200ms cubic-bezier(0.645, 0.045, 0.355, 0);
}

.menu__overlay--aktif {
   opacity: 1;
   top:0;
   left:0;
   position: fixed;
   z-index: 98;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.6);
       -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu__overlay--pasif {
   opacity: 1;
    position: absolute;
   z-index: -999;
   width: 100%;
   height: 200vh;
   background: none;
       -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.news__info h3{    opacity: 0.9;}

/*
@media only screen and (max-width: 1200px) {
  .nav-tabs .nav-item { width: 26.8%; }
  .unset-margin-right { width: 19.6%!important; }
}

@media only screen and (max-width: 991px) and (min-width: 480px) {
  .news__short-content { margin: 0; position: absolute; top: 30%; }
}
*/
@media only screen and (max-width: 425px) {
			.nav-tabs .nav-item .nav-link{
		width: 100%;
	}
  .news__content-top .news__long-image{position: relative;}
  .mobile.news__content-play { display: block!important; z-index: 899; position: absolute; width: 45px; height: 45px; border: solid 1px #ffffff; background-color: #fab502; right: -1px; bottom: 1px; }
  .mobile .Path-86 { width: 10px; height: 14px; position: absolute; left: 17px; top: 15px; }

  .news__body {padding: 20px 0 0;}	
  	.news__header__title1 { text-align: center; }
	.news__header__title1::after {  left: 41%; }
  .news__middle-long-image { padding-right: 0px; margin: 0; position: unset; margin-top:0px; }
  .news__paragraph-2lines {
  	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 4;
  	-webkit-box-orient: vertical;
  	width: 100%;
  	 max-height: 88px;
  }
  .news__short-content { margin-top: -25px; }
  .news__header__tab .btn {border-radius: 0; border: solid 1px #eff1f3;}
  .news__header__tab .dropdown {width: 100%; }
  .news__header__tab .dropdown-toggle::after {display: none!important; text-align: left; }
  .news__header__tab .dropdown-toggle .fas{ color: #009c8a; right: 13px; position: absolute; top: 15px; } 
  .news__header__tab .dropdown-toggle { text-align: left;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: 0.1px;
  text-align: left;
  color: #009c8a;
  opacity: 0.6; }
  .nav-tabs .nav-item {height: 40px; }	
  .nav-tabs .nav-item a {margin-left: 12px; }	
  .nav-tabs .nav-item a::after {display: none; }	
  .nav-tabs .nav-link.active::after {display: none; }	
  .nav-tabs .nav-item::after {    content: '';
    display: inline-block;
    height: 1px;
    width: 93%;
    position: relative;
    bottom: 13px;
    left: 10px;
    right: 10px;
    background: #C9D1D8;
    opacity: 0.4; }	
  .news__header__tab::after {display: none; }	
  .news__header__tab .dropdown .dropdown-menu{padding: 0;}
  .news__short-content h3 {
    opacity: 0.9!important;
    z-index: 999;
}
	.news__header__tab .dropdown .dropdown-menu.show{ border-radius: unset; border: 1px solid rgba(0, 0, 0, .03); border-top: none; }
    

}

@media only screen and (min-width: 425px) and (max-width: 767px){
			.nav-tabs .nav-item .nav-link{
		width: 100%;
	}
  .news__body {padding: 20px 0 0;}
  .news__middle-long-image { padding-right: 0px; margin: 0; position: unset; margin-top:17px; }
  .news__short-content {     top: 15%; }
  /*.news__header__title1 { text-align: center; }*/
  /*.news__header__title1::after {  left: 46%; }*/

  .news__header__tab .btn {border-radius: 0; border: solid 1px #eff1f3;}
  .news__header__tab .dropdown {width: 100%; }
  .news__header__tab .dropdown-toggle::after {display: none!important; text-align: left; }
  .news__header__tab .dropdown-toggle .fas{ color: #009c8a; right: 13px; position: absolute; top: 15px; } 
  .news__header__tab .dropdown-toggle { text-align: left;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: 0.1px;
  text-align: left;
  color: #009c8a;
 opacity: 0.6;}
  .nav-tabs .nav-item {height: 40px; }	
  .nav-tabs .nav-item a {margin-left: 12px; }	
  .nav-tabs .nav-item a::after {display: none; }	
  .nav-tabs .nav-link.active::after {display: none; }	
  .nav-tabs .nav-item::after {    content: '';
    display: inline-block;
    height: 1px;
    width: 93%;
    position: relative;
    bottom: 13px;
    left: 10px;
    right: 10px;
    background: #C9D1D8;
    opacity: 0.4; }	
  .news__header__tab::after {display: none; }	
  .news__header__tab .dropdown .dropdown-menu{padding: 0;}
.news__short-content h3 {
    opacity: 0.9!important;
}
  .news__paragraph-2lines {
  	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 4;
  	-webkit-box-orient: vertical;
  	 max-height: 88px;
  	width: 94%!important;
  }
	.news__header__tab .dropdown .dropdown-menu.show{ border-radius: unset; border: 1px solid rgba(0, 0, 0, .03); border-top: none; }
  .news__content-top .news__long-image{position: relative;}

  .mobile.news__content-play { display: block!important; z-index: 899; position: absolute; width: 45px; height: 45px; border: solid 1px #ffffff; background-color: #fab502; right: -1px; bottom: 1px; }
  .mobile .Path-86 { width: 10px; height: 14px; position: absolute; left: 17px; top: 15px; }
}

@media only screen and (min-width: 320px) and (max-width: 375px){
			.nav-tabs .nav-item .nav-link{
		width: 100%;
	}
	.news__header__title1 { text-align: center; }
	.news__header__title1::after {  left: 41%; }

	.news__middle-long-image { margin-top: 20px; }
	.news__short-content { margin-top: -15px; }
	.news__header__tab .dropdown {width: 100%; }
	.news__header__tab .dropdown-toggle { text-align: left; }
	.news__header__tab .dropdown-toggle .fas{ color: #009c8a; right: 13px; position: absolute; top: 15px; } 
	.news__header__tab .dropdown-toggle::after {display: none!important; text-align: left; }
	.news__header__tab .dropdown .dropdown-menu.show{ border-radius: unset; border: 1px solid rgba(0, 0, 0, .03); border-top: none; }
}

@media only screen and (min-width: 768px) and (max-width: 992px){
	.news__header__title1 { text-align: left; }
	.news__middle-long-image { margin-top: 20px; }
	.news__short-content h3 {
		opacity: 0.9!important;
	}
	.news__paragraph-2lines {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		 max-height: 88px;
		width: 96%!important;
	}
	.nav-tabs .nav-item {
		width: 100%;
	}
		.nav-tabs .nav-item .nav-link{
		width: 100%;
	}
	.news__short-content { margin-top: -25px; }
	.news__header__tab .btn {border-radius: 0; border: solid 1px #eff1f3;}
	.news__header__tab .dropdown {width: 100%; }
	.news__header__tab .dropdown-toggle::after {display: none!important; text-align: left; }
	.news__header__tab .dropdown-toggle .fas{ color: #009c8a; right: 13px; position: absolute; top: 15px; } 
	.news__header__tab .dropdown-toggle { text-align: left;
		height: 40px;
		font-family: "Roboto", sans-serif;
		font-size: 13px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.62;
		letter-spacing: 0.1px;
		text-align: left;
		color: #009c8a;
		opacity: 0.6; }

		.nav-tabs .nav-item {height: 40px; }	
		.nav-tabs .nav-item a {margin-left: 12px; }	
		.nav-tabs .nav-item a::after {display: none; }	
		.nav-tabs .nav-link.active::after {display: none; }	
		.nav-tabs .nav-item::after {    content: '';
		display: inline-block;
		height: 1px;
		width: 93%;
		position: relative;
		bottom: 13px;
		left: 10px;
		right: 10px;
		background: #C9D1D8;
		opacity: 0.4; }	
		.news__header__tab::after {display: none; }	
		.news__header__tab .dropdown .dropdown-menu{padding: 0;}
		.news__header__tab .dropdown .dropdown-menu.show{
			border-radius: unset;
			border: 1px solid rgba(0, 0, 0, .03);
			border-top: none
		}
		.news__short-content h3 {
			opacity: 0.9!important;
			z-index: 999;
		}
		.unset-margin-right {
			width: 69.6%!important;
		}
		.news__header__tab .dropdown .dropdown-menu { width: 100%; }
  .news__content-top .news__long-image{position: relative;}

		  .mobile.news__content-play { display: block!important;
    z-index: 899;
    position: absolute;
    width: 70px;
    height: 70px;
    border: solid 1px #ffffff;
    background-color: #fab502;
    right: -1px;
    bottom: 1px }
  .mobile .Path-86 { width: 20px;
    height: 28px;
    position: absolute;
    left: 28px;
    top: 22px; }
	}
.belediye__kurulum__layer2 {  background-image: url('../../images/belediye_kurulum_prlx_2.png');  background-size: contain;  top:10px;  right:-10%;  left:2%;  background-position: right;}
.belediye__kurulum__layer4 {  background-image: url('../../images/belediye_kurulum_prlx_3_sol.png');  background-size: contain;  background-position: left;}
.belediye__kurulum__layer6 {  background-image: url('../../images/belediye_kurulum_prlx_2_sol.png');  background-size: contain;  top:10px;  background-position: left;}

.belediye .navbar {
    position: relative;
    background-color: #21B188;
}
  .belediye .links ul li{    float:left;    font-size: 14px;    padding:0 11px;  }
  .belediye .links{    padding:25px 0;    /*border-bottom:1px solid #55626E;*/    position: relative;    width: 100%;  }
  .belediye .links::after{    content:'';    position: absolute;    bottom: 0;    left:0;    width:100%;    height:1px; background-color: #55626e; opacity: 0.3; }
  .belediye .links ul li a{   
  opacity: 0.5;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #55626e;
}
  /*.belediye .links ul li a img{  margin-left: 19px;}*/

.belediye .banner-parallax h1 {
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #deffd1;
}
.belediye .top-title {
  padding: 100px 25px 0;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
} 


.belediye h2 {
    font-size: 34px;
    font-weight: 100;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0;
    margin-bottom: 25px;
}

.belediye h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #F6A200;
}

 .more-btn {
  border-radius: 30px;
  background-color: #73d289;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  border: none;
  padding: 10px 37px 14px 75px;
  position: relative;
}

.more-btn:hover {
  background-color: #3CBB84;
  color:#fff;
}

 .more-btn span {
  font-size: 15px
}

 .more-btn img {
  position: absolute;
  top: 12px;
  left: 39px;
}




.belediye .text-center {
      text-align: center;
}

.belediye .join .join__item-paragraph{

  opacity: 1;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #55626e;
}

.belediye .join .join__item-hashtag-title{
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000000;
}
.join .join__item-hashtag-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
    height: 3px;
    background: #F6A002;
}

.belediye .setup-content-body{
  margin-top: 91px;
}
.belediye .join .join__item-hashtag {
    background-image: linear-gradient(to bottom, #3cbb84, #8ae196);
    border: none;
    height: fit-content;
    margin-left: 17%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right:  10px;
    padding-left:  10px;
}


.belediye .join .join__item-hashtag-white {
    background-color: #fff;
    height: 100%;
    padding-top: 50px;


}

.belediye .join .join__item-hashtag-content {
    padding: 0 25px;
    color: #55626E;
    width: 100%;
    margin-top: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 36px;
}

.belediye .setup-content-item {
    margin-top: 17% ;
}

.belediye .download{
  margin-top:106px;
  margin-bottom:185px;
}

@media only screen and (min-width: 991px) {
  .news__long-content { width: 28%;
    margin-right: 2%; }

}

@media only screen and (max-width: 991px){
  .belediye .join .join__item-hashtag {
    margin-left: 0%;
}

.belediye .banner-parallax h1 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #deffd1;
}

.belediye .top-title, .ahsap .top-title {
    padding: 100px 25px 0;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: -0.2px;
    text-align: center;
    color: #000000;
}

.belediye h2 {
    font-size: 24px;
    font-weight: 100;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0;
    margin-bottom: 25px;
}


}

@media only screen and (max-width: 476px){

  .banner-parallax {
    background: url(../../images/mobil_kurulum_banner.png);
    min-height: 135px;
  }
  .banner-parallax {
    background: url(../../images/mobil_kurulum_banner.png);
    min-height: 135px;
  }
}

@media(min-width: 768px){
  .matter .owl-next{
  top: 47%!important;
}
.matter .owl-prev{
  top: 47%!important;
}
.setups .owl-nav .owl-next {
  top: 32%;
}
.setups .owl-nav .owl-prev {
  top: 32%;
}
}

.owl-nav img {
    padding:26px 32px;
}



footer .footer__wrapper .footer__bottom .footer__bottom-item {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.8px;
    text-align: left;
    color: #3d4042;
}

footer .footer__info .footer__copyright {
    height: 13px;
    opacity: 0.3;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.64;
    letter-spacing: 0.8px;
    text-align: left;
    color: #3d4042;
}

footer .footer__info .footer__sub-menu .footer__sub-menu-item {
    text-decoration: none;
    width: 302px;
    height: 13px;
    opacity: 0.3;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.64;
    letter-spacing: 0.8px;
    text-align: left;
    color: #3d4042;
}

footer .footer__wrapper .footer__top .footer__support .footer__support-info .footer__support-paragraph {
    width: 133px;
    height: 19px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: 0.5px;
    text-align: left;
    color: #3d4042;
}

footer .footer__wrapper .footer__top .footer__support .footer__support-info .footer__support-telephone {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.7px;
    text-align: left;
    color: #3d4042;
}

footer .footer__info {
    padding: 12px 0;
}

footer .footer__wrapper .footer__bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.scroll-pasif { overflow: hidden; height: 100%;  }
.navbar-refresh { right: 8.5px; }
.search-area-refresh {left: 8.5px; }

.search-area {
    -ms-transform: translateX(-4009px);
    top: 102px;
}
.navbar-mobile {
    top: 102px;
}

.search-area.search-area--active {
    -ms-transform: translateX(-2002px);
}
.banner-subpage{
  background:url(../../images/sayac_bg.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
}
.banner-tv{
  background:url(../../images/tv-bg.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
}
.banner-subpage h1{
  width: 100%;
  text-align: center;
   font-family: "Roboto", sans-serif;
   font-weight: 100;
   font-size: 55px;
   padding:100px 0;
   color:#DEFFD1;
}
.banner-tv h1 {
    width: 100%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 55px;
    padding: 50px 0 150px;
    color: #DEFFD1;
}
.banner-tv .input-group{
      position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
        width: 100%;
    max-width: 790px;
}
.banner-tv .input-group input{
  padding: 40px;
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
}
    .banner-tv .input-group input::placeholder {
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 30px;
        font-weight: 400;
        text-align: center;
    }
@media only screen and (max-width:992px) {

    .banner-tv .input-group input::placeholder {
        font-size: 20px;
    }
}
@media only screen and (max-width:768px) {

    .banner-tv .input-group input::placeholder {
        font-size: 14px;
    }
}
.banner-tv .input-group button{
  border:none;
      position: absolute;
    right: 0;
    height: 100%;
    color:#fff;
}
.banner-tv .input-group button:hover{
  background-color: transparent;
}
.banner-tv .input-group button:focus{
  box-shadow: none;
}
.atik-sayac .counter-content{
  padding:90px 0;
}
    .atik-sayac .counter-content select {
        min-height: 90px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-size: 34px;
        font-weight: 100;
    }

.atik-sayac .counter-content .dropdown-toggle::after{
  content:none;
}

.atik-sayac .counter-content select .lt { text-align:center; }
    .atik-sayac .counter-content input {
        min-height: 90px;
        font-family: "Roboto", sans-serif;
        font-size: 34px;
        font-weight: 100;
        text-align: center;
    }
    .atik-sayac .counter-content .dropdown .dropdown-toggle {
        width: 100%;
        min-height: 90px;
        margin-bottom: 30px;
        box-shadow: none;
        position: relative;
        background-color: #fff;
        color: #000;
        font-family: "Roboto", sans-serif;
        font-size: 34px;
        font-weight: 100;
    }
.atik-sayac .counter-content .dropdown .dropdown-toggle span{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.atik-sayac .counter-content .dropdown .dropdown-toggle img{
  position: absolute;
  top:50%;
  right: 20px;
  transform: translateY(-50%);
}
.atik-sayac .counter-content .dropdown .dropdown-menu{
 
  width: 100%;
}
.atik-sayac .counter-content .dropdown .dropdown-item{
  display: inline-block;
  height:100%;
  position: relative;
  width: 100%;
}
    .atik-sayac .counter-content .dropdown .dropdown-item span {
        position: absolute;
        top: 50%;
        left: 75px;
        transform: translateY(-50%);
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 100;
    }
.atik-sayac .counter-content .k-img{
  margin:auto;
}
.atik-sayac .counter-content h2{
  font-size: 34px;
    font-weight: 100;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 25px;
    margin-bottom: 25px;
}
.atik-sayac .counter-content h2.mb30 {
    margin-bottom:70px;
}
.atik-sayac .counter-content h3{
  font-size: 34px;
    font-weight: 100;
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 25px 0;
    margin-bottom: 25px;
}
.atik-sayac .counter-content h2::after{
      content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background-color: #F6A200;
}
.atik-sayac .counter-content .text{
  font-family: 'Bebas';
  font-size: 60px;
  font-weight: 700;
  color:#384A6B;
  text-align:left;
}
.atik-sayac .counter-content .text + .name {
    font-size:20px;
    font-family:"Roboto", sans-serif;
    margin-top:5px;
    padding-left:150px;
}
.atik-sayac .counter-content .text + .name:after {
    content: '';
    width: 50px;
    height: 3px;
    display:flex;
    background-color: #F6A200;
    margin:20px 0;
}
.atik-sayac .counter-content .textS {
    padding-left:150px;
    display:block;
    font-size:14px;
    line-height:22px;
    color:#55626E;
    font-family:"Helvetica", sans-serif;
}
.atik-sayac .counter-content .counterContainer {
    margin-bottom:100px;
}
.atik-sayac .counter-content .text h4 {display:inline-block;}
.atik-sayac .earn{
  padding-top: 50px;
}
.atik-sayac .earn img {
    /*margin-left: 50%;
    transform: translateX(-50%);*/
    float:left;
    margin-right:30px;
}
.atik-sayac .earn h4{
  text-align: center;
}
    .atik-sayac .earn p {
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
    }
.atik-ayirma .counter-content{
  padding:80px 0;
}
.atik-ayirma input::placeholder{
  text-align: center;
}
.atik-ayirma .counter-content input {
    min-height: 90px;
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 100;
    text-align: center;
    border-color: #ced4da;
    box-shadow: none;
}
.atik-ayirma .counter-content .dropdown a{
  width: 100%;
  min-height: 90px;
  margin-bottom: 30px;
}
.atik-ayirma .counter-content h2{
  font-size: 34px;
    font-weight: 100;
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 25px 0;
    margin-bottom: 25px;
}
.atik-ayirma .counter-content h3{
  font-size: 34px;
    font-weight: 100;
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 25px 0;
    margin-bottom: 25px;
}
.atik-ayirma .counter-content h2::after{
      content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background-color: #F6A200;
}
.atik-ayirma .counter-content h4{
  font-family: 'Bebas';
  font-size: 100px;
  font-weight: 700;
  color:#384A6B;
}
.atik-ayirma .counter-content .result{
  width: 100%;
  padding:25px;
}
.atik-ayirma .counter-content .result ul li{
  float:left;
  margin-bottom:15px !important;
}
    .atik-ayirma .counter-content .result ul li h4 {
        font-size: 24px;
        font-weight: 100;
        font-family: "Roboto", sans-serif;
        margin-right: 10px;
    }
.atik-ayirma .counter-content .result ul li:not(:first-child){
  background-color:#2F90CF;
  color:#fff;
  padding:5px;
  margin: 0 10px;
  width: 100%;
  max-width: 160px;
  text-align: center;
}
.atik-ayirma .counter-content .result ul li:not(:first-child) a{
  color:#fff;
}
.atik-ayirma input{
text-align: center;
}
.atik-ayirma .input-group-append{
  margin-right:10px;
}

.atik-ayirma .input-group button{
      border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 100%;
    z-index: 9;
}

.atik-ayirma-detay .counter-content{
  padding:80px 0;
}
    .atik-ayirma-detay .counter-content input {
        min-height: 90px;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-weight: 100;
    }
.atik-ayirma-detay .counter-content .dropdown a{
  width: 100%;
  min-height: 90px;
  margin-bottom: 30px;
}
.atik-ayirma-detay .counter-content h2{
  font-size: 34px;
    font-weight: 100;
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 25px 0;
    margin-bottom: 25px;
}
.atik-ayirma-detay .counter-content h3{
  font-size: 34px;
    font-weight: 100;
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 25px 0;
    margin-bottom: 25px;
}
.atik-ayirma-detay .counter-content h2::after{
      content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background-color: #F6A200;
}
.atik-ayirma-detay .counter-content h4{
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: 0px;
}
.atik-ayirma-detay .counter-content .result{
  width: 100%;
  padding:25px;
}
.atik-ayirma-detay .counter-content .result ul li{
  float:left;
}
.atik-ayirma-detay .counter-content .result ul li h4{
  font-size: 24px;
  font-weight: 100;
   font-family: "Roboto", sans-serif;
   margin-right: 10px;
}
.atik-ayirma-detay .counter-content .result ul li:not(:first-child){
  background-color:#2F90CF;
  color:#fff;
  padding:5px;
  margin: 0 10px;
  width: 100%;
  max-width: 120px;
  text-align: center;
}
.atik-ayirma-detay input::placeholder{
  text-align: center;
}
.atik-ayirma-detay .atik-top img{
  float:left;
  margin-right:30px;
}
.atik-ayirma-detay .atik-top h6{
  color:#2F90CF;
  font-size: 17px;
  font-weight: 400;
   font-family: 'Helvetica';
   margin-bottom: 5px;

}
.atik-ayirma-detay .atik-top p{
  color:#000;
  font-size: 17px;
  font-weight: 400;
   font-family: 'Helvetica';

}
.atik-ayirma-detay .atik-top{
  position: relative;
  margin-bottom:30px;
  padding:30px 0 30px;
  float:left;
  width:100%;
}
.atik-ayirma-detay .atik-top::before{
  position: absolute;
  content:'';
  bottom:0;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #F1586A;
}
.atik-ayirma-detay .atik-mid{
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  float:left;
  width:100%;
}
.atik-ayirma-detay .atik-mid::before{
  position: absolute;
  content:'';
  bottom:0;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #F1586A;
}
.atik-ayirma-detay .atik-mid h6{
  color:#F6A002;
  font-size: 17px;
  font-weight: 400;
   font-family: 'Helvetica';
   margin-bottom: 5px;
   line-height: 26px;

}
.atik-ayirma-detay .atik-mid p{
  color:#000;
  font-size: 17px;
  font-weight: 400;
   font-family: 'Helvetica';

}
.atik-ayirma-detay .atik-bot h6{
  color:#F6A002;
  font-size: 17px;
  font-weight: 400;
   font-family: 'Helvetica';
   margin-bottom: 5px;

}
.atik-ayirma-detay .atik-bot p{
  color:#55626E;
  font-size: 14px;
  font-weight: 400;
   font-family: 'Helvetica';
   line-height: 22px;
}

.atik-ayirma-detay .input-group button{
      border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.atik-ayirma-detay .l-menu{
  background-color: rgba(240,244,249,0.4);
  min-height: 400px;
  padding:30px 0px;
}
.atik-ayirma-detay .l-menu h4{
  font-size: 34px;
  font-weight: 100;
   font-family: "Roboto", sans-serif;
   position: relative;
   letter-spacing: 0;
   padding-bottom:30px;
   margin-bottom: 30px;
   padding-left: 15px
}
.atik-ayirma-detay .l-menu h4::before{
  position: absolute;
  content:'';
  bottom:0;
  left:15px;
  height: 3px;
  width: 50px;
  background-color: #F6A200;
}
.atik-ayirma-detay .l-menu ul li{
}
.atik-ayirma-detay .l-menu ul li a{
   font-size: 20px;
  font-weight: 200;
   font-family: "Roboto", sans-serif;
   color:#000;
   display:block;
  padding:15px 15px;
}
.atik-ayirma-detay .l-menu ul li:hover, .atik-ayirma-detay .l-menu ul li.active{
  background-color: #EFF3F8;
}
.tv-page .banner-subpage{
  background:url('../../images/tv-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.tv-page .banner-subpage h1{
  padding:100px 0;
  color:#fff;
  font-weight: 400;
  font-size: 40px;
}
/*.tv-page .tv-content{
  padding:75px 0;
}
.tv-page .tv-content .l-menu{
  background-color: rgba(240,244,249,0.4);
  max-height: 400px;
  padding:30px 0px;
}
.tv-page .tv-content .l-menu h4{
  font-size: 34px;
  font-weight: 100;
   font-family: "Roboto", sans-serif;
   position: relative;
   letter-spacing: 0;
   padding-bottom:30px;
   margin-bottom: 30px;
   padding-left: 15px
}
.tv-page .tv-content .l-menu h4::before{
  position: absolute;
  content:'';
  bottom:0;
  left:15px;
  height: 3px;
  width: 50px;
  background-color: #F6A200;
}
.tv-page .tv-content .l-menu ul li{
  padding:15px 15px;
  width: 100%;
  border: none;
}

.tv-page .tv-content .l-menu ul li a{
   font-size: 20px;
  font-weight: 200;
   font-family: "Roboto", sans-serif;
   color:#000;
   border:none;
   padding:0;
}
.tv-page .tv-content .l-menu ul li a:hover{
  background-color: transparent;
}
.tv-page .tv-content .l-menu ul li:hover{
  background-color: #EFF3F8;
}*/
.tv-content .tv-list a{
  color:#000;
  font-size: 17px;
  font-weight: 300;
   font-family: 'Helvetica';
}
.tv-content .tv-list a span{
  color: rgba(85,98,110, 0.5);
   color:#000;
}
.tv-content .tv-list .m-b-50{
  margin-bottom:50px;
}
.tv-content .tv-list h5{
  margin-bottom: 10px;
}
.tv-content p{
  font-size: 24px;
  font-weight: 400;
   font-family: 'Helvetica';
   color:rgba(85,98,110,0.5);
   min-width: 50%;
   float: left;
}
.tv-content .tv-txt{
  margin-top:50px;
}
/*.tv-page .tv-content ul li{
  float:left;
  font-size: 24px;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  margin-right: 15px;

}
.tv-page .tv-content ul li:last-child{
  margin-right: 0;
}
.tv-page .tv-content ul li a{
  border:1px solid #9A9A9A;
  border-radius: 50px;
  padding:3px 10px 6px 12px;
}
.tv-page .tv-content ul li a:hover{
  background-color: #E1E9F3
}*/
.atik-merkez .banner-subpage{
   background:url('../../images/merkez_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.atik-merkez .merkez-content{
  padding:80px 0;
}
.atik-merkez .merkez-content .dropdown-toggle::after{
  content:none;
}

.atik-merkez .merkez-content .dropdown .dropdown-toggle{
  width: 100%;
  min-height: 45px;
  margin-bottom: 30px;
  box-shadow: none;
  position: relative;
  background-color: #fff;
  color:#000;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 100;
}

.atik-merkez .merkez-content .dropdown .dropdown-toggle span{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
}

.atik-merkez .merkez-content .dropdown .dropdown-toggle img{
  position: absolute;
  top:50%;
  right: 20px;
  transform: translateY(-50%);
  max-width: 20px;
}

.atik-merkez .merkez-content .dropdown .dropdown-menu{ 
  width: 100%;
}

.atik-merkez .merkez-content .dropdown .dropdown-item{
  display: inline-block;
  height:100%;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 100;
  padding:10px 0;
}
.atik-merkez .merkez-content .dropdown-atik .dropdown-item{
  text-align: left;
  padding-left: 10px;
}

.atik-merkez .merkez-content .dropdown .dropdown-item span{
  position: absolute;
  top: 50%;
  left:75px;
  transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 100;
}
.atik-merkez .merkez-content .map-txt h4{
  font-size: 24px;
  font-weight: 100px;
}
.atik-merkez .merkez-content .map-txt ul li{
  margin: 10px 5px 20px;
  float:left;
}
.atik-merkez .merkez-content .map-txt a{
  font-weight: 400;
  font-size: 14px;
  padding:10px 15px;
  color:#fff;
}
.atik-merkez .blue-btn{
  background-color: #2F90CF;
}
.atik-merkez .red-btn{
  background-color: #F1586A;
}
.atik-merkez .green-btn{
  background-color: #ABE063;
}

.haber-liste .links ul li{    float:left;    font-size: 14px;    padding:0 5px;  }
.haber-liste .links{    padding:25px 0;    /*border-bottom:1px solid #55626E;*/    position: relative;    width: 100%;  }
.haber-liste .top-area{    position: relative;  }
.haber-liste .links::after{    content:'';    position: absolute;    bottom: 0;    left:0;    width:100%;    height:1px;background-color: #AAB0B6;  }
.haber-liste .links ul li a{   color:#AAB0B6; }
.haber-liste .links ul li a img{  margin-left: 5px;}

  .haber-liste .btn {border-radius: 0; border: solid 1px #eff1f3;}
  .haber-liste .dropdown {border: solid 2px #009c8a; float:right; }
  .haber-liste .dropdown .dropdown-menu {width: 100%; }
  .haber-liste .dropdown .dropdown-menu .order .order-item {padding: 4px 3px; color:#009c8a; font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: 0.1px;
  cursor:pointer;
  min-width:100%;

  }
  .haber-liste .dropdown .dropdown-menu .order .order-item:hover {background:#EFF3F8;}
   .haber-liste .dropdown .dropdown-menu .order .order-item a {
       display:block;
   }
  .haber-liste .dropdown-toggle::after {display: none!important; text-align: left; }
  .haber-liste .dropdown-toggle .fas{ color: #009c8a; right: 13px; position: absolute; top: 15px; } 
  .haber-liste .dropdown-toggle { text-align: left;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: 0.1px;
  text-align: left;
  color: #009c8a;
  padding:9px 30px 9px 15px;
 }

.haber-liste .last-news-content{padding: 30px 0;}
.haber-liste .last-news-content img{margin-top: 30px; width:100%;}    
.haber-liste .last-news-content h3{    
  padding-top: 15px; 
  font-family: Helvetica;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #009c8a; 
}
.haber-liste .last-news-content p{ 
  margin-top: 10px; 
  opacity: 0.5;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #55626e;
}
/*.imgHolder.mask:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(42, 245, 152, 0.40);
}*/
  .sunumList .setups__item .setups__item-image img {  width: 100%; }
  .sunumList .setups__item .setups__item-content { padding: 27px 0; }
  .sunumList .setups__item .setups__item-title { font-size: 18px; position: relative; font-weight: 300; line-height: 25px; padding: 20px 0; font-family:"Roboto", sans-serif; color:#212529 }
  .sunumList .setups__item .setups__item-title:before {display:none;}
  .sunumList .setups__item .setups__item-title::after { content: ''; position: absolute; left: 0; top: 0; width: 50px; height: 2px; background: #F1586A; }
  .sunumList .setups__item .setups__item-title span { display: block; }
  .sunumList .setups__item .setups__item-title--orange span { color: #F6A002; }
  .sunumList .setups__item .setups__item-title--blue span { color: #47A2A9; }
  .sunumList .setups__item .setups__item-title--green span { color: #8EB61B; }
  .sunumList .setups__item .setups__item-paragraph { color: #55626E; font-weight: 100; line-height: 25px; font-size: 15px; }
.sistemTabBreadcrumb {
    float:right;
    margin-bottom:-25px;
}
    .sistemTabBreadcrumb .carouselTabs a {
        border-bottom: 2px solid #CCC;
        padding: 0 48px 16px 48px;
        margin-right:0;
    }
        .sistemTabBreadcrumb .carouselTabs a:hover, .sistemTabBreadcrumb .carouselTabs a.active {
            border-bottom: 2px solid #009C8A;
            margin-bottom:0;
        }
    .slidertabup {
        position: absolute;
        top: 0;
        border: none;
        z-index: 9999;
        transform: rotate(90deg);
    }
.slidertabup:focus{border: none; outline: none;}
.slidertabdown{ position: absolute; bottom: 0; border: none; z-index: 9999; transform: rotate(90deg);}
.slidertabdown:focus{border: none; outline: none;}
.selectMaps {position:relative;}
.selectMaps #CenterMaps {position:absolute;width:100%; height:100%; top:0; left:0;}
.inputAndResult {width:100%;}
@media only screen and (max-width: 1240px) {
    .slidertabup{ display: none;}
.slidertabdown{ display: none; }
.banner-subpage h1 {font-size:38px;}
}
@media only screen and (max-width: 992px) {
.banner-subpage h1, .atik-ayirma .counter-content h3, .atik-ayirma .counter-content input{font-size:26px;}
.atik-ayirma .counter-content .result ul li h4 {font-size:18px;}
.atik-ayirma .counter-content, .atik-ayirma-detay .counter-content {padding:30px 0 80px 0;}
.belediye .links, .haber-liste .links, .ahsap .links, .news-detail .links {padding:10px 15px;}
.belediye .links ul li, .haber-liste .links ul li, .ahsap .links ul li, .news-detail .links ul li {padding:0 5px 5px 0;}
.belediye .links ul li a, .haber-liste .links ul li a, .ahsap .links ul li a {font-size:12px;}
.belediye .links ul li a img, .haber-liste .links ul li a img, .ahsap .links ul li a img {margin-left:5px;}
.atik-ayirma-detay .l-menu {padding:15px 0;}
.atik-ayirma-detay .l-menu h4 {font-size:24px; margin-bottom:15px; padding-bottom:15px;}
.atik-ayirma-detay .l-menu ul li a {font-size:18px;}
.participantTitle {font-size:28px; margin-top:15px;}
.participantTitle:after {margin:15px 0;}
.atik-ayirma-detay .atik-top {padding:15px 0; margin-bottom:15px;}
.atik-ayirma-detay .atik-mid {padding-bottom:15px;}
.ahsap .content-occur {margin:0 0 80px 0;}
.owl-nav img {padding:15px 23px;}
.matter {padding:15px 0;}
.matter h2 {top:-15px;}
.katilkimcih2 {font-size:24px;}
.atik-sayac .counter-content .dropdown .dropdown-toggle {font-size:22px; min-height:60px;}
.atik-sayac .counter-content input {font-size:26px; min-height:60px;}
.atik-sayac .earn {padding-top:0;}
.atik-sayac .counter-content .counterContainer {margin-bottom:15px; text-align:center;}
.atik-sayac .earn img {float:none; margin-right:0;}
.atik-sayac .counter-content .text {text-align:center;}
.atik-sayac .counter-content .text + .name, .atik-sayac .counter-content .textS {padding-left:0; text-align:left;}
.atik-sayac .counter-content h2.mb30 {margin-bottom:15px; font-size:24px;}
.atik-sayac .counter-content {padding:30px 0;}
.sunumList .setups__item .setups__item-title{font-size:16px;}
.sunumList .setups__item .setups__item-content {padding:15px 0 0 0;}
.sistemTabBreadcrumb {margin-bottom:-9px;}
.sistemTabBreadcrumb .carouselTabs {margin-top:0;}
.atik-sayac .counter-content .dropdown .dropdown-item {padding:10px 15px;}
.atik-sayac .counter-content .dropdown .dropdown-item span {font-size:16px;}
.atik-sayac .counter-content .dropdown .dropdown-item img {max-width:20px;}
}
@media only screen and (max-width:768px){
    .belediye .join .join__item-hashtag-title {font-size:24px;}
    .belediye .top-title, .ahsap .top-title {padding:30px 15px 0;}
    .belediye .top-title, .belediye h2 {font-size:18px;}
    .belediye .setup-content-body {margin-top:0px;}
    .atik-ayirma .counter-content h3 {padding:15px 0; margin-bottom:15px; text-align:center; font-size:22px;}
    .atik-ayirma .counter-content input {font-size:18px; width:100%; padding:0 15px;}
    .atik-ayirma .counter-content .input-group-append {display:none;}
    .atik-ayirma .counter-content .result {padding:0 15px;}
    .atik-ayirma-detay .l-menu h4 {font-size:16px;}
    .atik-ayirma-detay .l-menu ul li a {font-size:14px; padding:10px 15px;}
    .participantTitle {font-size:18px;}
    .atik-ayirma-detay .l-menu {padding:15px 0 0;}
    .atik-ayirma-detay .atik-mid p, .atik-ayirma-detay .atik-top h6, .atik-ayirma-detay .atik-top p, .atik-ayirma-detay .atik-mid h6, .atik-ayirma-detay .atik-bot h6, .atik-ayirma-detay .atik-bot p, .atik-ayirma-detay .atik-bot{font-size:14px;}
    .news__header__title1::after {left:calc(50% - 25px); bottom:65px;}
    .date-width {margin-bottom:15px;}
    .activity .activity-cntnt h5 {font-size:16px; margin:15px 0 0 0; line-height:1;}
    .activity .activity-cntnt p {line-height:18px;}
    .activity .activity-txt {margin-bottom:0; padding-bottom:15px;}
    .katilkimcih2 {text-align:center; margin-bottom:15px; width:100%;}
    .atik-sayac .counter-content .dropdown .dropdown-toggle {font-size:16px;}
    .atik-sayac .counter-content input {font-size:20px;}
    .atik-sayac .counter-content .text {font-size:45px;}
    footer .footer__wrapper .footer__bottom .footer__bottom-item {margin: 0 0;}
    .banner-area__control-buttons {margin-top:-52px;}
    .banner-area__control-button { padding: 18px 13px;}
    .navbar-mobile {top:79px; background-size:100% 100%; height:calc(100vh - 80px);}
    .haber-liste .last-news-content h3 {font-size:14px; padding-top:7px;}
    .haber-liste .last-news-content p {font-size:12px; margin-top:5px;}
     .ahsap .top-title {font-size:17px;}
    .sistemTabBreadcrumb {width:100%;}
    .sistemTabBreadcrumb .carouselTabs {margin-top:16px;}
    .sunumList {padding:0 0;}
    .sunumList .setups__item .setups__item-title {padding:15px 0 0 0;}
    .atik-ayirma .counter-content .result ul li:not(:first-child) {margin:0 5px;}
    .atik-ayirma .counter-content .result ul li {font-size:14px;}
}
@media only screen and (max-width:767px){
    .atik-ayirma-detay .l-menu {min-height:initial;}
    .atik-ayirma-detay .l-menu ul li {display:none;}
}
@media only screen and (max-width:580px) {
    .belediye .setup-content-item, .belediye .join .join__item-hashtag {margin-top:15px;}
    .activity .activity-head h1 {font-size:24px; text-align:center; width:100%;}
    .activity .activity-head h1:after {left:calc(50% - 25px)}
    .activity .activity-head .activity__button {padding:10px 15px;}
    .activity .activity__button-icon {right:60px;}
    .last-news .news-carousel .item h3, .last-news .news-carousel p {padding:0 15px; height:auto;}
}
@media only screen and (max-width: 480px) {
    .haber-liste .dropdown {width:100%;}
    footer .footer__wrapper .footer__top {display:inline-block;}
    footer .footer__wrapper .footer__top .footer__support {float:left; width:100%; margin-top:15px;}
    footer .footer__wrapper .footer__top .footer__support .footer__support-info .footer__support-telephone {margin-top:5px; font-size:14px;}
    .atik-sayac .counter-content .text {font-size:28px;}
    .atik-sayac .counter-content .text + .name {font-size:16px;}
    .atik-sayac .counter-content .textS {font-size:14px;}
    .atik-sayac .counter-content .text + .name:after {margin:10px 0;}
    footer .footer__info .footer__copyright {height:auto; line-height:15px;}
    .bottom-content .more-btn {margin:10px 0; display:inline-block; padding-top:10px; padding-bottom:10px;}
}