@charset "utf-8";

p, li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.3em;
	margin-bottom: 1em;
    letter-spacing: -0.3px;
}

b, strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
}
h1 {
	font-size: 72px;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
h2 {
	text-align: center;
	color: #555555;
	font-size: 48px;
	line-height: 1.25em;
}
h3 {
	text-align: center;
	color: #333;
	font-size: 36px;
	line-height: 1.25em;
}

h4 {
	text-align: center;
	color: #333333;
	font-size: 30px;
	line-height: 1.25em;
}

.text-primary {
	color: #f7e1a5 !important;
}

.text-secondary {
	color: #0054a6 !important;
}

.mt-6 {
	margin-top: 4.5rem;
}

.mt-7 {
	margin-top: 6rem;
}

.mt-9 {
	margin-top: 8rem;
}

.mb-7 {
	margin-bottom: 6rem;
}

.mb-9 {
	margin-bottom: 9rem;
}

.pb-9 {
	padding-bottom: 9rem !important;
}

.py-6 {
	padding: 60px 0;
}

.container {
    max-width: 1140px; 
}

.body-bg {
	background: url(../assets/desktop-bg-min.jpg) no-repeat center top;
	background-size: cover;
}

@media only screen and ( max-width: 1120px ) {
    .body-bg {
    	background: url(../assets/bg/992x1730-min.jpg) no-repeat center top;
    	background-size: cover;
    }    
    .mt-9{
     margin-top: 6rem;
    }
 
}
@media only screen and ( max-width: 992px ) {
    .body-bg {
    	background: url(../assets/bg/768x2000-min.jpg) no-repeat center top;
    	background-size: cover;
    }    
}

@media only screen and ( max-width: 768px ) {
    .body-bg {
    	background: url(../assets/bg/568x2040-min.jpg) no-repeat center top;
    	background-size: cover;
    }    
}

@media only screen and ( max-width: 568px ) {
    .body-bg {
    	background: url(../assets/bg/480x2050-min.jpg) no-repeat center top;
    	background-size: cover;
    }    
}

@media only screen and ( max-width: 480px ) {
    .body-bg {
    	background: url(../assets/bg/320x3000-min.jpg) no-repeat center top;
    	background-size: cover;
    }    
}

.final-bg {
	background: url(../assets/final-bg.png) no-repeat center top;
	background-color: #eeedee;
	background-size: contain;
}

.grey-bg {
	background: #ebebeb;
}

.bg-brwn {
	background: #363636;
}

.bg-gradient {
    background: linear-gradient(to right, #fc5c66, #fc5c66, #d15050, #d15050);
}

.buy-sec {
	background: url(../assets/buy-sec-min.png) no-repeat center top;
	background-size: cover;
}

.footer {
	background: #959595;
}

.lnk-white a {
	color: #ffffff !important;
}

/*------ step 2  -----*/

.module:hover{
    background: linear-gradient(to right, #fc5c66, #fc5c66, #d15050, #d15050);
    border-radius: 50px;
    color: #fff;
}

.module:focus{
    background: linear-gradient(to right, #fc5c66, #fc5c66, #d15050, #d15050);
    border-radius: 50px;
    color: #fff;
}

.border-clss {
	padding: 1rem;
	position: relative;
	background: linear-gradient(to right, #fc5c66, #fc5c66, #d15050, #d15050);
	padding: 4px;
	border-radius: 50px;
}

.module {
  background: #fff;
  border-radius: 50px;
  color: #ce2b37;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.resp-padd-1 {
	padding: 14px 53px;
}

.resp-padd-2 {
	padding: 14px 34px;
}

.resp-padd-3 {
	padding: 14px 40px;
}

.resp-padd-4 {
	padding: 14px 65px;
}

.resp-padd-5 {
	padding: 14px 39px;
}

/*------ step 3  -----*/
#metric-form{display: none;}
.step-2-item-active, .step-3-item-active, .step-4-item-active, .step-5-item-active, .step-6-item-active, .step-7-item-active, .step-8-item-active, .step-9-item-active, .step-10-item-active, .step-11-item-active, .step-12-item-active, .step-13-item-active, .step-14-item-active{
    background: linear-gradient(to right, #fc5c66, #d15050) !important;
    border-radius: 100px !important;
    color: #fff !important;	
}

.module-s3:hover{
    background: linear-gradient(to right, #fc5c66, #d15050);
    border-radius: 100px;
    color: #fff;
}

.module-s3 {
  background: #ccc;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  width: 190px;
  height: 190px;
}

.resp-padd-6 {
	padding: 30px 45px;
}

.resp-padd-7, .resp-padd-8, .resp-padd-9, .resp-padd-10 {
	padding: 30px 47px;
}

.resp-padd-11 {
	padding: 66px 41px;
}

/*------ step 4  -----*/

.resp-padd-11 {
	padding: 30px 45px;
}

.resp-padd-12 {
	padding: 30px 27px;
}

.resp-padd-13 {
	padding: 30px 42px;
}

.resp-padd-14 {
	padding: 30px 30px;
}

.resp-padd-15 {
	padding: 30px 30px;
}

.resp-padd-16 {
	padding: 30px 40px;
}

.resp-padd-17 {
	padding: 30px 47px;
}

.resp-padd-18 {
	padding: 17px 43px;
}

.resp-padd-19 {
	padding: 30px 47px;
}

.formcenter {
	text-align: center;
}

/* --------------   email placeholder  ----------- */

.form-control-clss {
	background: #f5f5f5;
	border: 2px solid #e1e1e1;
	border-radius: 4px;
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
	padding: 15px 10px 15px 54px;
	width: 330px;
}

.input-icons i { 
    position: absolute; 
} 
          
.input-icons { 
    width: 100%; 
    margin-bottom: 10px; 
} 
          
.icon { 
    padding: 22px 10px 10px 24px; 
    color: #999999; 
    min-width: 50px; 
    text-align: center;
} 
          
.input-field { 
    width: 100%;  
}

input.inner-icon {
    background: #ebebeb;
    background-repeat: no-repeat;
    background-position: 14px center;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 5px solid #ccc;
	border-radius: 1px;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #666;
	padding: 15px 10px 15px 54px;
	width: 330px;
}
input.cake-icon {
    background-image: url(../assets/age-icon.png);
}

input.height-icon {
    background-image: url(../assets/height-icon.png);
}

input.weight-icon {
    background-image: url(../assets/weight-icon.png);
}

input.target-icon {
    background-image: url(../assets/target-icon.png);
}
input.name-icon {
    background-image: url(../assets/name.png);
}

input.email-icon {
    background-image: url(../assets/email.png);
}
.beaf-border {
	border: 4px solid #fc5c66;
	padding: 0 !important;
}

.marg-off {
	margin-bottom: -18px;
}

.marg-off-2 {
	margin-bottom: -35px;
}

.padd-final {
	padding: 50px 50px 50px;
}

.text-gdnt {
    background: linear-gradient(to right, #fc5c66, #fc5c66, #d15050,#d15050);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.eat-times{
    list-style: none;
    padding: 0;
    margin: 0;
}

.eat-times li{
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin: 17px 0;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    cursor: pointer;    
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.eat-times li.step-18-item-active span, .eat-times li:hover{
    background: linear-gradient(to right, #fc5c66, #d15050) !important;
    color: #fff !important;
}

.best-describes{
    list-style: none;
    padding: 0;
    margin: 0;
}

.best-describes li{
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin: 17px 0;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    cursor: pointer;    
    text-align: center;
    font-size: 18px;
    font-weight: bold;    
}
.best-describes li.step-16-item-active span, .best-describes li:hover{
    background: linear-gradient(to right, #fc5c66, #d15050) !important;
    color: #fff !important;
}
@media only screen and (max-width:500px) {
  	.p-6 {
		padding: 2rem;
	}

	.px-9 {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.padd-offset-mid {
		max-width: 100%;
		margin: 20px auto 0;
		display: block;
	}

	.cont-offset-2 {
		margin-top: 0;
	}

	.rowpad-resp {
		padding: 0 40px !important;
	}
    .best-describes{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    
    .best-describes li{
        font-size: 16px !important;
    }

}

@media only screen and (max-width:812px) {
  	.cont-offset-2 {
		margin-top: 0;
	}
	
  	.padd-offset-mid {
		max-width: 100%;
		margin: 20px auto 0;
		display: block;
	}

	.rowpad-resp {
		padding: 0 5px;
	}
}

@media only screen and (max-width:1024px) {
  	.padd-offset-mid {
		max-width: 100%;
		margin: 20px auto 0;
		display: block;
	}
}
.pb-6, .py-6 {
    padding-bottom: 4rem !important;
}
.pt-7, .py-7 {
    padding-top: 7rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pt-6, .py-6 {
    padding-top: 4rem !important;
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 39px -19px #383838;
    -moz-box-shadow: 0px 0px 39px -19px #383838;
    box-shadow: 0px 0px 39px -19px #383838;
}  