
*{
	margin:0;
	padding:0;	
	box-sizing:border-box;
}

p {margin-bottom:20px;} 

h1, h2, h3  {margin-bottom:30px;} 

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}

body {
	font-family: 'Lato', sans-serif;
}

.nutrichem-lp {
	background: url(images/banner-bg.jpg);
	background-position: center center;
	padding-top: 60px;
	padding-bottom: 90px;
	background-attachment: fixed;	
	background-size: cover;
	background-repeat: no-repeat;
}
.nutrichem-lp { min-height: 100vh; }
.container {
	width: 90%;
	margin: 0 auto;
	max-width:1122px;
}


.one-half {
    float: left;
    width: 50%;
}

.top-social ul {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-social ul li {
	display: inline-block;
	padding-left: 12px;
}

.top-social li { color: #fff;   font-size: 18px;}

.top-social li a {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.landing-main {padding-top:60px; padding-bottom:60px;}

.landing-main .lp-form-box {
	width: 400px;
	height:auto;
	background: #fff;
	max-width: 90%;
}

.lp-form-box {
    width: 100%;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
}

.lp-form-box-title {
	background: #F4F4F4;
	padding: 20px;
	font-size: 16px;
	font-weight:600;
	color:#646464;
}

.lp-form-box form {
	padding: 40px;
	max-width: 100%;
	height: auto;
}

.lp-form-box form input[type="text"] {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc !important;
	margin: 6px 0;
	padding: 6px 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	margin-bottom:12px;
}



input[type="date"] {
    width: 100%;
    border-bottom: 1px solid #CCC !important;
    border: 1px solid transparent;
	margin: 6px 0;
	padding: 6px 0;
	position:relative;
}




p.order-format {
	color: #646464;
	font-size: 12px;
}

.lp-form-box form input[type="submit"] {
	background: #117154;
	width: 200px;
	height: 50px;
	margin: 18px auto;
	color: #FFF;
	font-size: 15px;
	text-transform: Capitalize;
	display: block;
	border: 1px solid #117154;
	border-radius: 3px;
	cursor:pointer;
	
}

.product-box {
	background: #c7e6e0;
	padding: 24px;
}
.one-half-box {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);
	height:630px;
}

.one-half-box.colmn {
    background: #FFF;
    padding: 50px 60px;
	width:50%;
}
.pbox-text {
	color: #117154;
	font-style: italic;
}



#step1 {
	display:block;
}

.step {
	display:none;
}


p.step-indicator a.bar {
    width: 40px;
    height: 3px;
    background: #666;
    display: inline-block;
    margin: 0 2px;
    border-radius: 3px;
}

#step1 a.bar:nth-child(1), #step2 a.bar:nth-child(1), #step2 a.bar:nth-child(2), #step3 a.bar:nth-child(1), #step3 a.bar:nth-child(2), #step3 a.bar:nth-child(3), #step4 a.bar:nth-child(1), #step4 a.bar:nth-child(2), #step4 a.bar:nth-child(3),#step4 a.bar:nth-child(4) {background: #117154;}

#step3 { background: #FFF; padding: 50px 60px; }

.landingform p strong { font: 600 16px 'Lato'; }
	
.supplementList{
    width: 100%;
    border: none;
    border-bottom: 2px solid #CCC;
    font: 600 16px 'Lato';
	padding:6px;
}

button.nxt, .myExp {
    width: 300px;
    max-width: 90%;
    margin: 60px auto 24px;
    height: 50px;
    background: #117154;
    border: 1px solid #117154;
    color: #FFF;
    font: 400 18px 'Lato';
	cursor:pointer;
	display:block;
}

.satisfaction input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.satisfaction label {
    width: 33px;
    height: 33px;
    float: left;
    margin-right: 12px;
}
label[for="satis1"]{background-image:url('images/satis1.png');}
label[for="satis2"]{background-image:url('images/satis2.png');}
label[for="satis3"]{background-image:url('images/satis3.png');}
label[for="satis4"]{background-image:url('images/satis4.png');}
label[for="satis5"]{background-image:url('images/satis5.png');}


.satisfaction input:active + label {opacity: .9;}

.satisfaction input:checked + label {-webkit-filter: none; -moz-filter: none; filter: none; }

label{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;height:70px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}

label:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}



div.step textarea {
    width: 100%;
    height: 75px;
    border: 1px solid #cecece;
    padding: 6px;
	border-radius:3px;
}

#copyreviewbtn {
	width: 180px;
	height: 42px;
	font: 300 15px 'Lato';
	padding: 0 !important;
	margin: 12px auto !important;
	text-transform: uppercase;
	border-radius: 3px;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	background: #EEE;
	display:block;
}
.amazonlink {
	background: orange;
	width: 150px;
	height: 42px;
	font: 400 15px/42px 'Lato';
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	border-radius: 3px;
}

#step3 button.nxt { margin: 12px auto !important; }
#step3 p { font-size: 14px; }
#step3 textarea { height: 50px;}
.lp-form-box form { padding: 12px 20px; }

#step4 p {
	margin-bottom: 15px;
}

#step5 {
    width: 1005px;
    height: 600px;
    background-image: url(images/step6-bg.jpg);
    padding: 50px 60px;
}
p.tag1 {
    font-size: 24px;
    color: #117154;
    font-weight: 900;
}
p.tag2 {
    font-size: 16px;
    line-height: 24px;
    color: #313131;
    font-weight: 600;
}
.checkout-link {
	width: 324px;
	max-width: 100%;
	height: 50px;
	background: #117154;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 400;
	margin: 30px auto;
	border-radius: 3px;
}

.insta-p {
    font-size: 14px;
    color: #13795a;
    position: relative;    
	text-align:center;
}

.insta-p p{float: left;width: 100%; margin-top: 10px;}
.insta-p a {
	
	width: 50px;
	height: 50px;
	background: #117154;
	color: #FFF;
	display:inline-block;
	float: none;
	border-radius: 50%;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
}

.product-box img {
    width: 90%;
    max-width: 360px;
}

/*.product-display-imgs img{
	display: none;
}
.product-display-imgs img:first-child{
	display: block;
}

.overlay-container{
	position: relative;
}*/
.product-display-imgs img{
	filter: grayscale(1);
}
.select-pro-img img{
	display: none;
}
.err-msg , .error-proexp{
	font-size: 14px;
    color: #f00;
    display: none;
}
.error-select{
	border-bottom: none;
	border: 1px solid #f00 !important;
}
/*.select-pro-img img.feedback-pro{
	display: block;
}*/
/*.overlay {
    background-color: rgba(82, 82, 82, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/
.smily_overlay{
    filter: brightness(1.2) grayscale(.5) opacity(.9);
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
}
.mce_inline_error {
	color: #f00;
}
.left_side_section{
	float: left;
	width: 49.5%;
}
.right_side_section{
	float: right;
}
.satisfaction input[type="radio"]{
	visibility: hidden;
}
@media only screen and (max-width:767px){
	.mobile-center{
	  	text-align: center !important;
	}
	.left_side_section{
		width: 100%;
	}
}
.loader_img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    bottom: 0px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
}
.loader_img img {
    margin-top: 15%;
    z-index: 99999999999999;
}

@media (max-width:767px){

  .one-half.logo-parent { text-align: center; }	  
  .top-social ul { text-align: center; margin: 12px 0 0; }
  .landing-main { margin-top: 12px; margin-bottom: 0; }
  p { margin-bottom: 12px; }
  .lp-form-box-title {  padding: 12px 20px; font-size: 14px; }
  .one-half { float: none; width: 100%; display: block; }
  .one-half-box { max-width: 100%; height: auto; margin-bottom: 12px; }
  .one-half-box img { width: 100%; height: auto; }
  .one-half-box.colmn { background: #FFF; padding: 30px 15px; width: 100%; }
  #step3, #step5 { width: 100%; padding: 30px 15px; }
  .insta-p {padding-left: 0; }
  .insta-p::before { margin-right: 6px; }
  .one-half.no-content { display: none; }
  
}