@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}
@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width:  1400px) {

}
@media only screen and (max-width: 1199px) {
	.to-all-programs span svg {
		margin-top: 0;
	}
}
@media only screen and (max-width: 991px) {
	.all-programs .styled-container {
		padding-bottom: 100px;
	}
	.program-item {
		margin-bottom: 25px;
	}
	.section-title .logo {
		position: relative;
		display: inline-block;
		margin-bottom: 17px;
	}
	.to-all-programs svg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px !important;
	}
	.to-all-programs .program-item__bg {
		text-align: center;
		font-size: 13px;
	}
	.section-title {
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {

	.simple-product-block .protein-prices {
		padding-left: 40px;
		padding-right: 40px;
	}
	.styled-container {
		padding-top: 16px;
		min-height: 100vh;
		padding-bottom: 0;
	}
	
	.quiz-section {
		padding-bottom: 0;
	}
	#content {
		margin-top: 0;
	}
	.exclude-products-block .col-md-4 {
		margin-bottom: 0 !important;
	}
	.exclude-products-block .form-group {
		margin-bottom: 4px;
	}
	.step-4 .radio-block {
		align-items: center;
	}
	input[name="allergy"], input[name="name"] {
		max-width: 100%;
	}

}
@media only screen and (max-width: 575px) {
	.fs-20 {
		text-align: left !important;
	}
	.step2-section .styled-container {
		background-position: top 116px right, bottom 26px left;
	}
	.to-all-programs span {
		font-size: 15px;
	}
	.m-p-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.buttons {
		position: fixed;
		width: 100%;
		left: 0;
		padding: 0px 5px;
		bottom: 30px;
	}

	.step {
		margin-bottom: 10px;
	}
	.step-4 {
		margin-bottom: 50px;
	}
	.step-4 {
		padding-bottom: 50px;
	}


	.delivery-info {
		display: block;
		font-size: 14px;
	}
	
	.programs .program-item__bg {
		height: 80px;
		font-size: 24px;
	}
	.form-input {
		height: 50px;
		font-size: 14px;
	}
	.programs .program-item__title {
		font-size: 14px !important;
	}
	.form-group {
		margin-bottom: 10px;
	}
	.progress-container {
		margin-top: 10px;
		max-width: 200px;
	}
	.fs-20 {
		font-size: 14px;
		margin-bottom: 4px;
	}
	h1 {
		font-size: 20px;
	}
	.goal-item__title {
		font-size: 14px;
	}
	button, .button span {
		font-size: 16px;
	}
}
@media only screen and (max-width: 480px) {
	.step3-section .styled-container {
		background-size: 80px;
	}
.step1-section .styled-container {
	background-size: 150px;
}
}
@media only screen and (max-width: 400px) {

}

@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 992px) {
	
	.meat-block {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.quiz-section-7 .styled-container {
		background-image: url('/images/apple.png'), url('/images/lemon.png'), url('/images/broccoli.png');
		background-repeat: no-repeat;
		background-position: top right -50px, center left, bottom right -50px;
	}
	.quiz-section-6 .styled-container {
		background-image: url('/images/meat.png'), url('/images/eggs.png');
		background-repeat: no-repeat;
		background-position: top right, bottom left;
	}
}
@media only screen and (min-width: 768px) {
.program-section-1 .styled-container, 
.program-section-2 .styled-container,
.program-section-3 .styled-container,
.program-section-4 .styled-container,
.program-section-5 .styled-container {
background: url('/images/p-bg1.png'), url('/images/p-bg2.png'), url('/images/p-bg3.png'),  url('/images/p-bg4.png');
background-repeat: no-repeat;
background-position: bottom left, top right, center right -60px, top 200px left -80px;
}
}
@media only screen and (min-width: 576px) {

}