@charset "utf-8";
/* CSS Document */
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Brown';
	font-weight:300;
	color:#010001;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
table, tr, td {border: 0;}
*{box-sizing: border-box;}
a {outline: none;color: #333;text-decoration: none;}
a:hover {outline: none;color: #000;text-decoration: none;}
img {border: none;}
li {list-style: none;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
	
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	}

/*=====================
SECTION-1
=====================*/
.sec1{
	float:left;
	width:100%;
	background:#eeeff1;
	height:580px;
	}
.sec1-lft {
	float: left;
	width: 630px;
	margin-top: 60px;
	}
.comn-hdg{
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
	}
.comn-hdg small{
	font-size:20px;
	line-height:26px;
	margin-bottom:5px;
	float:left;
	width:100%;
	}
.comn-hdg h3{
	font-size:40px;
	line-height:45px;
	font-weight:700;
	float:left;
	width:100%;
	}
.comn-hdg:after{
	content:'';
	display:inline-block;
	vertical-align:top;
	margin-top:25px;
	width:37px;
	height:4px;
	background:#fbb102;
	}
.sec1-lft .comn-hdg h3{
	font-size: 40px;
    line-height: 50px;
	}
.comn-txt{
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 20px;
	width: 90%;;
	}
.s1-btn {
	text-decoration: none;
	display: inline-block;
	vertical-align:top;
	width:298px;
	height:61px;
	font-weight: 700;
	font-size: 22px;
	line-height: 58px;
	background: #f7c33f;
	margin: 20px auto 0 auto;
	border-radius: 100px;
	text-align:center;
	}
.btn-arw{
	display:inline-block;
	vertical-align:top;
	margin:23px 0 0 10px;
	}
.s1-rgt-img{
	position: absolute;
	right: 0px;
	top: 110px;
	}
ul.s1-list{
	width:850px;
	float:left;
	background:#fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	position:relative;
	z-index:1;
	border-radius:6px;
	padding: 30px 20px;
	float:left;
	margin-top:40px;
	}
ul.s1-list:after{
	content:'';
	background:url(../images/s1-dots.png) no-repeat;
	top: -70px;
	left: 490px;
	width: 37px;
	height: 128px;
	position: absolute;
	z-index: -1;
	}
ul.s1-list li{
	float:left;
	width:25%;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	}
ul.s1-list li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	}
ul.s1-list li p{
	display:inline-block;
	vertical-align:middle;
	}

.prod-opt-left{
	display:inline-block;
	width:50%;
	margin:0;
	padding:0;
	float:left;
}
.prod-opt-right{
	display:inline-block;
	width:50%;
	margin:0;
	padding:0;
	float:right;
}

/*=====================SECTION-2=====================*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	background:url(http://challengebodymind.com/images/sec2.jpg) center top no-repeat #fbfbfb;
	margin-top:150px;
	}
.s2-lft{
	float:left;
	width:48%;
	margin-top:15px;
	}
.s2-left-img{
	float:left;
	width:100%;
	}
ul.s2-list{
	float:left;
	width:100%;
	padding:4.5% 5%;
	background:#fbb102;
	border-radius:0 0 15px 15px;
	}
ul.s2-list li{
	border-radius:100px;
	background:#fff;
	padding:8px 15px;
	font-size:20px;
	line-height:24px;
	color:#2d2d2d;
	font-weight:bold;
	width:48%;
	margin:8px 0;
	text-align:left;
	}
ul.s2-list li:nth-child(odd){float:left;}
ul.s2-list li:nth-child(even){float:right;}
.s2-icn{
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
	}
.s2-rgt{
	float:right;
	width:49%;
	text-align:left;
	}
	
	
	
/*=====================SECTION-3=====================*/
.sec3{
	float: left;
	width: 100%;
	text-align: left;
	background:url(http://challengebodymind.com/images/sec3.jpg) center top no-repeat;
	padding:60px 0;
	text-align:center;
	}
.s3-inr{
	position:relative;
	float:left;
	width:100%;
	padding:0 60px;
	margin-top:10px;
	}
ul.s3-lst-1{width:300px;}
ul.s3-lst-1.fl{float:left;text-align:right;}
ul.s3-lst-1.fr{float:right;text-align:left;}

ul.s3-lst-1 li{
	float:left;
	width:100%;
	margin-top:30px;
	}
ul.s3-lst-1 li h3{
	font-size:24px;
	line-height:28px;
	margin-bottom:5px;
	}
ul.s3-lst-1 li p{
	font-size: 17px;
	line-height: 24px
	}
.s3-lst-icn{margin-bottom:5px;}
.s3-img{display:inline-block;vertical-align:top;}
.s3-btm-bx{
	display:inline-block;
	vertical-align:top;
	width:90%;
	background:#fff9f5;
	border-radius:20px;
	padding:20px 0 60px;
	}
ul.s3-lst-2{
	float:left;
	width:100%;
	}
ul.s3-lst-2 li{
	float:left;
	width:33.33%;
	padding:20px 10px;
	position:relative;
	font-size:20px;
	line-height:28px;
	}
ul.s3-lst-2 li:after{
	content:'';
	position:absolute;
	right:0;
	top:25px;
	bottom:0;
	border-right:1px solid #e1e1e1;
	}
ul.s3-lst-2 li:last-child:after{display:none;}
.s3-lst-2-icn2{
	display:block;
	margin:0 auto 8px;
	}
.sec3 .s1-btn{
	margin-top:-42px;
	position:relative;
	z-index:1;
	width:318px;
	height:81px;
	border:10px solid #fff;
	}

/*=====================SECTION-5=====================*/
.sec5 {
	float: left;
	width: 100%;
	padding:40px 0  70px 0;
	text-align: center;
	}
.s5-txt{
	color:#1c1c1c;
	font-size:44px;
	line-height: 32px;
	font-weight: 400;
	}
	
ul.sec5-list {
	float:left;
	width: 100%;
	margin-top: 20px;
	}
ul.sec5-list li {
	display: inline-block;
    width: 80%;
    position: relative;
    text-align: left;
    background: #f78c47;
    padding: 15px 20px 20px 390px;
    border-radius: 15px;
    color: #fff;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    vertical-align: top;
	min-height: 300px;
}
ul.sec5-list li img {
    position: absolute;
    left: 20px;
    top: 30px;
    max-width: 340px;
}
ul.sec5-list li h3{
	float:left;
	width:100%;
	font-size:24px;
	line-height:32px;
	font-weight:700;
	margin-bottom:10px;
	}
ul.sec5-list li h2{
	float:left;
	width:100%;
	font-size: 38px;
	line-height:48px;
	font-weight: 700;
	margin:12px 0 0 0;	
	}
ul.sec5-list li h2 span{
	font-size:24px;
	font-weight:normal;
	}
ul.sec5-list ol {
    padding: 0;
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
ul.sec5-list ol li {
    background: none !important;
    min-height: auto;
    border: none;
    box-shadow: none;
    padding: 0 0 0 16px;
    font-size: 15px;
    float: left;
    width: auto;
    margin: 0 20px 10px 0;
}
ul.sec5-list ol li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.s5-btn {
	margin: 15px 0 0px;
	cursor: pointer;
	width:160px;
	height:44px;
	font-size:18px;
	line-height:40px;
	border:2px solid #fff;
	}





/***************************
THANKYOU CSS
/******************************/
.thanx-blk {
	padding: 60px 0 70px;
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	background:url(http://challengebodymind.com/images/chk-bg.jpg) center top no-repeat;
	}
.thankyou {
	float: left;
	width: 100%;
	color:#000;
	}
.topbnrtxt2-pr {
	width: 100%;
	color: #000000;
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	}
.topbnrtxt3-pr {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	}
.topbnrtxt3-pr span {
	color: #F00;
	font-weight: 700;
	}
.topbnrtxt4-pr {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	}


/******************************/



@media only screen and (max-width:1180px){
.container{width:1004px;}

.sec1-lft{width:600px; margin-top:40px;}
.comn-hdg small{font-size:18px; line-height:24px;}
.sec1-lft .comn-hdg h3{font-size:36px; line-height:42px;}
.s1-rgt-img{width:500px; top:140px; right:0;}
ul.s1-list{margin-top:50px;}

.sec2{margin-top: 70px;}
ul.s2-list li{font-size:17px;}
.s2-icn{width:25px;}

.s3-inr{padding:0;}
ul.s3-lst-1{width:280px;}
.s3-btm-bx{width:100%; float:left;}


ul.sec5-list li h2{font-size:32px;}
ul.sec5-list li h2 span{font-size:20px;}

}

@media only screen and (max-width:1020px){
.container{width:750px;}


.sec1-lft{width:450px;}
.sec1-lft .comn-hdg h3{font-size:28px; line-height:34px;}
.s1-rgt-img{width:360px; top:120px; right:0px;}
.comn-txt{width:96%; line-height:28px;}
ul.s1-list{width:100%; }
ul.s1-list li{font-size:16px; line-height:16px;}
ul.s1-list:after{display:none;}


.sec2{margin-top:0; padding-top:80px;}
.s2-lft{width:38%;}
.s2-rgt{width:59%;}
.comn-hdg h3{font-size:32px; line-height:40px;}
ul.s2-list li{width:100%;}


.s3-img{width:260px; margin-top:50px;}
ul.s3-lst-1{width:230px;}
ul.s3-lst-1 li{margin-top:20px;}
ul.s3-lst-1 li h3{font-size:22px;}
.s3-lst-icn{width:50px;}
ul.s3-lst-2 li{font-size:17px; line-height:21px;}

ul.sec5-list li{padding:20px; text-align:center;}
ul.sec5-list li img{position:static; margin:10px auto;}
ul.sec5-list li h3{font-size:26px; line-height:32px;}
ul.sec5-list li h2{font-size:32px;}
ul.sec5-list li h2 span{font-size:20px;}
ul.sec5-list ol li{display:inline-block; float:none;}
}

@media only screen and (max-width:767px){
.container{width:100%; max-height:480px; padding:0 10px;}

.sec1{height:auto;padding-bottom: 20px;}
.sec1-lft{width:100%; text-align:center; margin-top:15px;}
.sec1-lft .comn-hdg:after{display:none;}
.comn-txt{width:100%; font-size:17px; line-height:27px;}
.s1-rgt-img-mob{max-width:100%; width:300px; display:inline-block; vertical-align:middle;margin: 0 auto;}
.s1-btn{margin-top:10px;}
.s1-rgt-img{display:none;}
ul.s1-list{margin-top:20px; padding:15px 10px; margin-bottom:0px;}
ul.s1-list li{float:left; width:25%; text-align:center; font-size:13px; line-height:18px;}
ul.s1-list li p{width:100%; margin-top:5px;}

.sec2{padding:40px 0;}
.s2-lft{width:100%; display:none;}
.s2-rgt{width:100%;text-align:center;}
.s2-left-img{margin:10px 0 25px; border-radius:10px;}
.comn-hdg h3{font-size:28px; line-height:36px;}
ul.s2-list{border-radius:10px; margin-bottom:15px; padding:5px 10px;}
ul.s2-list li{width:calc(50% - 5px); margin:5px 0; font-size:14px; line-height:20px;}
.s2-icn{width:20px;}


.sec3{padding:40px 0 70px;}
.s3-img{width:300px; max-width:100%; margin-top:10px;}
ul.s3-lst-1{width:100%;}
ul.s3-lst-1.fl, ul.s3-lst-1.fr{text-align:center;}
ul.s3-lst-1 li{padding:0 40px; margin-top:30px;}
.s3-btm-bx{margin-top:30px; padding:10px 0 60px;}
ul.s3-lst-2{}
ul.s3-lst-2 li{width:100%;}
ul.s3-lst-2 li:after{display:none;}

ul.sec5-list{margin:0;}
.sec5{padding:30px 0 40px;}
ul.sec5-list li{width:100%; margin:10px 0; max-width: 470px; min-height: 260px;}


.thanx-blk{padding:30px 0;}
.topbnrtxt2-pr{font-size:26px;}

.prod-opt-left, .prod-opt-right{
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	float:none;
}


}