@media screen and (max-width: 998px) {
	.fixed_header img {
	    width: 90px;
	}
	
	.mob_phone a {
		font-size: 18px;
		line-height: 25px;
	}
	.text_testi {
		height: 200px;
	}
}
@media screen and (max-width: 767px) {
	.fixed_header_desk {
		display: none!important;
	}
	.product_order {
		padding: 15px;
	}
	.text_testi p {
    line-height: 22px;}
    .text_testi {
		height: 240px;
	}
	.buttons a {
		margin-bottom: 20px;
	}
	.main_title {
    	margin-top: 120px;
	}
}
@media screen and (max-width: 450px) {
	.main_title  {
	    margin-top: 60px;
    	font-size: 35px;
    	line-height: 50px;
	}
	.yellow_title {
		font-size: 45px;
    	line-height: 50px;
	}
	.buttons a {
		width: 100%;
		margin-bottom: 20px;
	}
	.first_screen {
		margin-top: 100px;
	}
	.text_testi p {
		line-height: 18px;
		font-size: 14px;
	    font-weight: 300;
	    color: #000;
	    margin-bottom: 0;
	    letter-spacing: 0.25px;
	    margin-top: 15px;
	}
	.text_testi {
		height: 200px;
	}
	.testimonials_bg {
	    padding-bottom: 30px;
	}
	.product_img {
		width: 70%;
	}
	.fixed_header img {
	    width: 90px;
	}
	
	
	
	.modal-header {
		padding: 0.5rem 1rem;
	}
	.modal-body {
		padding: 0 1rem;
	}
	.col-form-label {
		padding-bottom: 1px;
	}
	.form-group {
		margin-bottom: 0.5rem;
	}
	.modal-footer {
		padding: 0.5rem 1rem;
	}
	
	
	
	
	
	
	
}
@media screen and (max-width: 320px) {
	.fixed_header img {
	    width: 90px;
	}
	.mob_phone a {
		font-size: 20px;
	}
	.main_title {
		font-size: 32px;
		line-height: 45px;
	}
}