/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.praduct .owl-carousel .owl-nav button.owl-next , 
	.praduct .owl-carousel .owl-nav button.owl-prev ,
	.customer_comments .owl-carousel .owl-nav button.owl-next , 
	.customer_comments .owl-carousel .owl-nav button.owl-prev,
	.mob_dis,
	.index_sh .card__content > figure > img{
	  display: none;
	}
	.footer_out{
		padding: 0 15px;
	}
	.sosyal ul li a{
		margin-right: 10px;
	}
	.he_400 .c-preview{
		width: 100% !important;
	}
	.footer_img{
		float: left;
		width: 60%;
		margin-bottom: 30px;
		margin-top: -30px;
	}
	.rig_preview .c-preview{
		margin-left: unset !important;
	}
	.card__content{
		grid-template-columns: unset !important;
	}
	#cards{
		display: unset !important;
	}
	.product_select .form-select{
	    margin: 0 5px;
	    width: 135px;
	}
	.product_but button {
	    font-size: 16px;
	    padding: 4px 10px;
	    margin: 0 5px;
	}
	.snip1273 img{
		height: 200px;
	}
	.modal {
	    width: 300px;
	    height: 266px;
	    margin: 50% 0 0 -150px;
	}
	.modal-wrapper.open .modal {
	    margin-top: -90px;
	}
	.youtube_link {
		height: 200px;
	}
	a.btn {
	    top: 70%;
	    left: 60%;
	}
	.width_8 .form{
		width: 100%;
	}
	.map_img{
		height: 200px;
	}
	.slider .owl-carousel .owl-item img{
		height: 200px;
	}
 }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
	.praduct .owl-carousel .owl-nav button.owl-next , 
	.praduct .owl-carousel .owl-nav button.owl-prev,
	.customer_comments .owl-carousel .owl-nav button.owl-next , 
	.customer_comments .owl-carousel .owl-nav button.owl-prev {
	  display: none; 
	}
	.contact_page .produc_all .button {
	    padding: 10px 70px;
	}
	.index_sh .card__content > figure > img{
		width: 200px !important;
		height: 200px !important;
	}
	.rig_preview .c-preview{
		margin-left: unset !important;
	}
	.card__content{
		grid-template-columns: unset !important;
	}
	#cards{
		display: unset !important;
	}
	.product_select .form-select{
    	margin-left: 14px;
	}

	.snip1273 img{
		height: 200px;
	}
	.modal {
		width: 510px;
		height: 280px;
		margin: 50% 0 0 -255px;
	}
	.modal-wrapper.open .modal {
	    margin-top: -90px;
	}
	.youtube_link {
		height: 200px;
	}
	a.btn {
	    top: 70%;
	    left: 55%;
	}
	.slider .owl-carousel .owl-item img{
		height: 350px;
	}
}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
	.index_sh .card__content > figure > img{
		width: 400px !important;
	} 
	.footer_img{
		float: right;
	}

	.snip1273 img{
		height: 300px;
	}
	.modal {
		width: 510px;
		height: 280px;
		margin: 50% 0 0 -255px;
	}
	.modal-wrapper.open .modal {
	    margin-top: -90px;
	}
	.youtube_link {
		height: 200px;
	}
	a.btn {
	    top: 80%;
	    left: 55%;
	}
	.contact_page .produc_all .button {
	    padding: 10px 60px;
	}
}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.index_sh .card__content > figure > img{
		width: 500px !important;
	} 
	.width_8{
		width: 100%;
	}
	.contact_page .produc_all .button {
	    padding: 10px 58px;
	}
  }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }


@media (max-width: 991.98px) {
	.blog_page_in {
	    margin-top: 110px !important;
	}
	.c-preview__img img{
		width: 100% !important;
	}
	.humburger{
		display: block;
	}
	.menu{
	   display: none;
	}
	.h1_b{
		font-size: 40px;
	}
	.h2_b {
		font-size: 27px;
	}
	.customer_comments_bor, .width_8{
		width: 100%;
	}
	.customer_comments_in,.customer_comments_text{
		width: 90%;
	}
}
@media (max-width: 767.98px) {
	.h1_b{
		font-size: 30px;
	}
	.praduct{
		width: 100%;
	}

	.product_select{
		float: unset;
	}
}
@media (max-width: 1023px) {
	.slider {
	    margin-top: 60px;
	}
}