/* Media Queries */

/* min-with 992px to 1024px */ 
@media screen and (min-width: 992px) and (max-width: 1024px) {

}

/* min-with 992px */ 
@media screen and (min-width: 992px) {

}

/* 768px to 992px */ 
@media screen and (min-width: 768px) and (max-width: 992px) {
	header::before {
		padding-bottom: 56.15%;
	}
	header nav,
	header .show-all {
		display: none;
	}
	header .logo {
		width: 100px;
		margin: 10px;
	}
	.menu-btn,
	.flags-mobile {
		display: block;
	}
	.flex-center,
	.teknik-destek {
		padding: 0 15px;
	}
	.slider-nav .slide-item p {
		font-size: 14px;
	}
	.teknik-destek,
	.form-section {
		background-position: right center;
	}
	.neden-stanmak h3 {
		text-align: center;
	}
	.flex-end {
		justify-content: center !important;
	}
	.siva-makina-kapsa .siva-makina-baslik img {
		margin-right: 0;
	}
	.siva-makina-kapsa .siva-makina-resim {
		top: 0;
		left: 0;
		align-items: center;
    	display: flex;
	}
	.siva-makina-kapsa .siva-makina-resim.right {
		right: 0;
		align-items: center;
    	display: flex;
	}
	.flex-center-mob,
	.helezon-miller .mil-list-wrap {
		justify-content: center;
	}
	.helezon-miller {
		background: #000;
		height: auto;
		padding: 30px 0;

	}
	.helezon-miller p {
		text-align: center;
		margin-bottom: 0;
	}
	.helezon-miller .mil-list {
		margin-right: 5%;
	}
}

/* max-with 767px */ 
@media only screen and (max-width: 767px) {
	header { padding-bottom: 56%; background-color: #000; }
	header::before {
		padding-bottom: 56.15%;
		top: 80px;
	}
	header nav,
	header .show-all {
		display: none;
	}
	header .logo {
		width: 100px;
		margin: 10px;
	}
	.menu-btn,
	.footer-phone,
	.footer-whatsapp,
	.flags-mobile {
		display: block;
	}
	.flex-center,
	.teknik-destek {
		padding: 0 15px;
	}
	.teknik-destek { padding: 20px 15px; }
	.teknik-destek h1,
	.teknik-destek h3,
	.teknik-destek p {
		color: #000;
	}
	.teknik-destek .row > .mb-5 {
		margin-bottom: 15px !important;
	}
	.teknik-destek,
	.form-section {
		background-position: right center;
	}
	.slider-nav .slide-item p {
		font-size: 14px;
	}
	.neden-stanmak {
		padding: 40px 0 30px;
	}
	.neden-stanmak h3 {
		text-align: center;
	}
	.flex-end {
		justify-content: center !important;
	}
	.siva-makina-kapsa { margin-bottom: 10px; }
	.siva-makina-kapsa .siva-makina-baslik img { margin-right: 0; }
	.siva-makina-kapsa .siva-makina-resim {
		top: 20px;
		left: 0;
	}
	.siva-makina-kapsa .siva-makina-resim.right { right: 0; }
	.flex-center-mob,
	.helezon-miller .mil-list-wrap {
		justify-content: center; }
	.helezon-miller {
		background: #000;
		height: auto;
		padding: 30px 0; }
	.helezon-miller p {
		text-align: center;
		margin-bottom: 0; }
	.helezon-miller .mil-list { margin-right: 5%; }
}

/* max-with 480px */ 
@media only screen and (max-width: 480px) {
	
}

/* max-with 375px */ 
@media only screen and (max-width: 375px) {
	
} 

/* max-with 320px */ 
@media only screen and (max-width: 320px) {
	.siva-makina-kapsa .siva-makina-fiyat {
		font-size: 1.2em;
	}
}