
@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
@font-face {
	font-family: 'Rockwell Std';
	src: url(https://cdn.subscribefunnels.com/3fd30f36-aab0-4107-bbe7-b2a285faeda1/Trial/css/../fonts/RockwellStd-Bold.woff2) format('woff2'),
		url(https://cdn.subscribefunnels.com/3fd30f36-aab0-4107-bbe7-b2a285faeda1/Trial/css/../fonts/RockwellStd-Bold.woff) format('woff');
	font-weight: bold;
	font-style: normal;
	}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #2f2915;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {
	outline: none;
	color: #333;
	text-decoration: none;
	}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
	}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.heder-top{
    height: 80px;
    background-color: #fff;
    width: 100%;
}
.heder-top-left{
    padding: 20px 0 0 10px;
}
.heder-top-left p{
    color: #222;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: right;  
}
.green-bg{
    background: #e7faf9;
    height: 898px;
    width: 100%;
    position: relative;
}
.main-container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.show_cvv {
	text-decoration: underline;
	font-weight: 600;
}
/*-------------------------
CSS FOR TOP BAR
--------------------------*/
.black-bar{
	float: left;
	width: 100%;
	background:#333333;
	padding:5px 0;
	text-align:left;
	color:#cccccc;
	font-size: 10px;
	line-height: 10px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	border: 1px solid #fff;
	}
.top-bar {
	float: left;
	width: 100%;
	padding: 9px 0 12px;
	background: #fff;
	border-bottom:1px solid #d6d6d6;
	}
.logo-div{float: left;}
.logo-div p{
	float: left;
	text-align:left;
	font-size: 14px;
	line-height:18px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #777;
	}
.logo {
	float: left;
	max-width: 100%;
    padding: 15px 0 15px 0;
}


/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1{
	float: left;
	width: 100%;
	background: url(https://cdn.subscribefunnels.com/3fd30f36-aab0-4107-bbe7-b2a285faeda1/Trial/css/../images/sec1-bg.jpg) no-repeat center top;
	padding: 0px 0 0px;
	min-height: 1018px;
	}
.sec1-lft{
	float:left;
	width:66%;
	position:relative;
	}
.sec1-lft-img{float:right;}
.bnr-prod{
	position:absolute;
	right: 62%;
	bottom: 250px;
	max-width: 165px;
	}
.sec1-right{
	float:right;
	width:34%;
	position:relative;
	}
.sec1-seal{
	display:inline-block;
	margin:15px 0 11px;
	}
.sec1-arw{
	position:absolute;
	top:40px;
	right:-60px;
	max-width:100%;
	}
    .form-control{
    margin-bottom: 12px;
    }
.form-box{
	float:right;
	width:100%;
	border:4px solid #0699ee;
	border-radius:20px;
    background: #fff;
	}
#billingDiv{
    
    -webkit-transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}
.form-head{
	float: left;
	width: 100%;
	background:#0699ee;
	padding:25px;
	border-radius:15px 15px 0 0;
	}
.sec1-p2{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 33px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing:0.5px;
	}
.form-cont{
	float: left;
	width: 100%;
	padding:30px 30px 0px;
	background:#fff;
	border-radius:0 0 18px 18px;
	}
.section-input{
	float: left;
	width: 100%;
	height: 32px;
	border: 1px solid #a7abad;
	border-radius: 4px;
	color: #222;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline:0 !important;
	}
select.section-input{
	padding:0 5px;
	}
.form-ord-nw-btn{
	display:inline-block;
	max-width:100%;
	margin:2px 0 0px;
	}
.form-secure-p{
	float:left;
	width:100%;
	font-size: 12px;
	color: #666;
	}

/*-------------------------
CSS FOR SECTION 1 BOX
--------------------------*/
.sec1-box2{
	float:left;
	width:100%;
	}
.sec1-box2-lft{
	float:left;
	width:58.3%;
	margin:20px 0 0;
	text-align:left;
	padding-right:15px;
	}
.sec1-box2-rit{
	float:right;
	width:41.6%;
	padding-left:15px;
	position:relative;
	}
.sec1-p4{
	float: left;
	width: 100%;
	color: #04a8f5;
	font-size: 34px;
	font-weight:bold;
	}
.sec1-p5{
	float: left;
	width: 100%;
	color: #eb6300;
	font-size: 14px;
	margin:10px 0 10px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}
.sec1-p6{
	float: left;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height:20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}
.sb{font-weight:600;}
.marg-1{margin:10px 0;}
.sec1-img{
	display:inline-block;
	max-width:100%;
	}
.sec1-bottle{
	position: absolute;
    right: 240px;
    top: 40px;
    width: 160px;
    transform: rotate(-20deg);
	}
.s1-sec-icons{
	display:inline-block;
	max-width:100%;
	margin-top:28px;
	}
.s1-txt{
	float: left;
	width:100%;
	font-size: 25px;
	line-height:35px;
	font-weight: 300;
	color: #050505;
	padding: 25px 75px ;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}
.form-arrow{
	float: right;
	position: absolute;
	top: 100px;
	right: -20px;
	padding: 0;
	margin: 0;
	z-index:1;
	}
/*-------------------------
CSS FOR SECTIOPN 2
--------------------------*/
.section-2{
	float: left;
	width: 100%;
	background: url(https://cdn.subscribefunnels.com/3fd30f36-aab0-4107-bbe7-b2a285faeda1/Trial/css/../images/sec2-bg.jpg) no-repeat center top;
	padding:107px 0 0px;
	min-height:1013px;
	}
.sec2-rit{
	float:right;
	width:50%;
	padding-left:15px;
	}
.proof, .sec2-img1{
	display:inline-block;
	max-width:100%;
	}
.s2-p1{
	float: left;
	width: 100%;
	font-size: 37px;
	color: #363535;
	margin: 10px 0 21px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height:40px;
	letter-spacing:-0.5px;
	font-weight:500;
	}
.s2-p2{
	float: left;
	width: 100%;
	color: #363535;
	font-size: 12px;
	line-height:18px;
	margin:15px 0 0;
	font-weight:bold;
	position:relative;
	z-index:1;
	}
.s2-prodDv{
	float:left;
	width:100%;
	}
.s2-lft-prod{
	float:left;
	width:42%;
	text-align:center;
	position:relative;
	}
.s2-prod1{
	float:left;
	width:28%;
	margin-left:16%;
	}
.s2-prod2{
	float:right;
	width:28%;
	margin-right:16%;
	}
.s2-prod3 {
    position: absolute;
    left: 50%;
    width: 32%;
    margin-top: -30px;
    transform: translateX(-50%);
	}
.s2-click-arw{
	float:right;
	width:56%;
	max-width:100%;
	margin-top:50px;
	}

/*-------------------------
CSS FOR SECTIOPN 3
--------------------------*/
.section-3{
	float: left;
	width: 100%;
	padding:86px 0 0;
	}
.sec3-p1{
	float: left;
	width: 100%;
	color: #333333;
	font-size: 60px;
	line-height: 63px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom:10px;
	letter-spacing:1px;
	}
.sec3-p2{
	float: left;
	width: 100%;
	color: #333333;
	font-size: 28px;
	font-weight: 300;
	line-height:38px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}
.red-clr{color:#fc4200;}
.sec3-50{
	float:left;
	width:41.6%;
	margin-top:20px;
	}
.sec3-p3{
	float: left;
	width: 100%;
	color: #323232;
	font-size: 30px;
	line-height:35px;
	font-weight: 500;
	margin:20px 0 10px;
	text-transform:uppercase;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-align:left;
	} 
.sec3-img1{
	display:inline-block;
	max-width:100%;
	}
.s3-pos{
	float: left;
	width: 100%;
	position:relative;
	text-align:left;
	}
.s3-pos .sec1-p6{
	color:#666;
	margin: 0 0 10px;
	}
.sec3-p4{
	float: left;
	width: 100%;
	color: #323232;
	font-size: 18px;
	line-height:35px;
	font-weight:800;
	margin:20px 0 20px;
	}
.sec3-50.fr{position:relative;}
.vs-img{
	position:absolute;
	left:-26.8%;
	top:0px;
	}
.sec3-p5{
	float: left;
	width: 100%;
	color: #333;
	font-size: 33px;
	line-height:33px;
	font-weight:300;
	margin:61px 0 0px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}

.sec3-p5 span{
	float:left;
	width:100%;
	color:#fc4200;
	font-weight:800;
	margin-top:20px;
	}

/*-------------------------
CSS FOR SECTIOPN 4
--------------------------*/
.section-4{
	float: left;
	width: 100%;
	padding:340px 0 0px;
	background:url(https://cdn.subscribefunnels.com/3fd30f36-aab0-4107-bbe7-b2a285faeda1/Trial/css/../images/sec4-bg.jpg) no-repeat center top;
	min-height:845px;
	}
.sec4-p1{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	line-height:30px;
	font-weight:700;
	margin:0 0 10px;
	letter-spacing:0.5px;
	}
.s4-btl{
	display:inline-block;
	max-width:100%;
	}
.s4-keto-btl{
	display:inline-block;
	vertical-align:middle;
	}
.s4-lft-btl{
	display:inline-block;
	vertical-align:middle;
	width:16%;
	margin-right:2%;
	}
.s4-keto-img{
	display:inline-block;
	vertical-align:middle;
	width:60%;
	}

/*-------------------------
CSS FOR SECTIOPN 5
--------------------------*/
.section-5{
	float: left;
	width: 100%;
	}
.gmo{
	display:inline-block;
	max-width:100%;
	margin-bottom:15px;
	}
.tu{text-transform:uppercase;}
.s5-proDv{
	display:inline-block;
	vertical-align:middle;
	background:url(https://cdn.subscribefunnels.com/3fd30f36-aab0-4107-bbe7-b2a285faeda1/Trial/css/../images/sec5-model.jpg) no-repeat center top;
	position:relative;
	margin-bottom: 20px;
	padding-top: 154px;
	}
.s5-prod1{
	float:left;
	width:28%;
	margin-left:16%;
	}
.s5-prod2{
	float:right;
	width:28%;
	margin-right:16%;
	}
.s5-prod3 {
    position: absolute;
    left: 50%;
    width: 32%;
    margin-top: -30px;
    transform: translateX(-50%);
	}
.sec5-btl{
	display:block;
	margin:40px auto 20px;
	max-width:100%;
	}

.sec5-box{
	float: left;
	width: 66.6%;
	margin:0px 0 0 16%;
	text-align:left;
	}
.sec5-p1{
	float: left;
	width: 100%;
	margin:0px 0 30px;
	font-size: 32px;
	color: #ff6600;
	font-weight: 700;
	letter-spacing:0.5px;
	}
.sec5-p2{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000;
	padding-bottom: 20px;
	font-weight:300;
	}
.sec5-box .sec1-p6{
	margin-bottom:10px;
	color:#666;
	}
.section-5-ul{
	float: left;
	width: 100%;
	padding:25px 0 30px 40px;
	}
.section-5-ul li{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	letter-spacing:0.5px;
	}
.sec5-box .sec5-txt{color: #333;}
.green {color: #6ead53;}
.btn-div{
	float:left;
	width:100%;
	text-align:center;
	margin:67px 0 30px;
	}
.ord-nw-btn{
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	font-weight: 600;
	color: #ffffff;
	font-size: 34px;
	background: #ff6600;
	padding: 15px 20px;
	text-decoration: none;
	border: none;
	display:inline-block;
	}
.ord-nw-btn:hover {
	background: #f24d11;
	text-decoration: none;
	}
/*-------------------------
CSS FOR SECTIOPN 6
--------------------------*/
.section-6{
	float: left;
	width: 100%;
	padding: 320px 0 0px;
	background: url(https://cdn.subscribefunnels.com/3fd30f36-aab0-4107-bbe7-b2a285faeda1/Trial/css/../images/sec6-bg.jpg) no-repeat center top;
	min-height: 847px;
	}
.sec6-p1{
	float: left;
	width: 100%;
	color: #262626;
	font-size: 144px;
	line-height:144px;
	letter-spacing:-1px;
	font-weight:600;
	text-transform:uppercase;
	margin:10px 0;
	letter-spacing:2px;
	}
.sec6-p2{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 45px;
	line-height:45px;
	font-weight: 300;
	}
/*-------------------------
CSS FOR SECTIOPN 7
--------------------------*/
.section-7{
	float: left;
	width: 100%;
	}
.sec7-lft{
	float: left;
	width:66.6%;
	padding:0 15px 0 0;
	text-align:left;
	}
.sec7-p1 {
	float: left;
	width: 100%;
	color: #ff6600;
	font-size: 30px;
	line-height:32px;
	font-weight: 300;
	text-transform:uppercase;
	margin:20px 0 10px;
	}
.sec7-btl{display:inline-block;max-width:100%;}
.s7-50{float:left;width:48%;
	}
.sec7-p3{
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 20px;
	line-height:24px;
	font-weight: 600;
	border-bottom:1px solid #b7b7b7;
	padding:25px 0 20px;
	margin-bottom:25px;
	text-align:left;
	}
.sec7-box-2{
	float: left;
	width:100%;
	padding:0 32px 80px 65px;
	}
.marg-btm{margin-bottom:10px;}
.pad-lft{padding-left:40px;}
.pad-top{padding-top:20px;}
.marg-2{margin:65px 0 0;}
.sec7-rit{
	float: right;
	width:33.3%;
	padding:0 0px 0 15px;
	}
.sec7-p4{
	float: left;
	width: 100%;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 16px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin:40px 0 0;
	}

/*-------------------------
CSS FOR SECTIOPN 8
--------------------------*/
.section-8{
	float: left;
	width: 100%;
	padding:258px 0 0px;
	background:url(https://cdn.subscribefunnels.com/3fd30f36-aab0-4107-bbe7-b2a285faeda1/Trial/css/../images/sec8-bg.jpg) no-repeat center top;
	min-height: 850px;
	}
.s8-img{
	display:inline-block;
	max-width:100%;
	}

/*-------------------------
CSS FOR SECTIOPN 9
--------------------------*/
.section-9{
	float: left;
	width: 100%;
	padding:0 0 40px;
	}
.fb, .fb-cmnt{
	display:inline-block;
	max-width:100%;
	margin-top:0px;
	}
.fb-cmnt{
	margin-top:35px;
	max-width:447px;
	width:100%;
	}

/*-------------------------
CSS FOR SECTIOPN 10
--------------------------*/
.section-10{
	float: left;
	width: 100%;
	min-height: 1030px;
	padding-top: 157px;
	background:url(https://cdn.subscribefunnels.com/3fd30f36-aab0-4107-bbe7-b2a285faeda1/Trial/css/../images/sec10-bg.jpg) no-repeat center top;
	}
.s10-img{display:inline-block;}
.s10-box{
	float:right;
	width:66.6%;
	padding-left: 10px;
	position:relative;
	}
/*.s10-prod{
	position:absolute;
	left:26%;
	top:28%;
	}*/
.s10-proDv{
	position:absolute;
	left:50%;
	transform: translateX(-50%);
    top: 31%;
	width: 376px;
	}
.s10-prod1{
	float:left;
	width:34%;
	margin-left:14%;
	}
.s10-prod2{
	float:right;
	width:34%;
	margin-right:14%;
	}
.s10-prod3 {
    position: absolute;
    left: 50%;
    width:40%;
    margin-top: -25px;
    transform: translateX(-50%);
	}
	
/*-------------------------
CSS FOR FOOTER
--------------------------*/
.footer{
	float: left;
	width: 100%;
	padding:30px 0 10px;
	}
.footer-card-image{
	display:inline-block;
	max-width:100%;
	margin-bottom:20px;
	}
.footer p{
	float: left;
	width: 100%;
	color: #666;
	font-size: 12px;
	line-height:18px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin-top:10px;
	}
.footer p a{color: #337ab7;padding:0 3px;}
.foo-mrg-1{padding-top:20px;}


.pkg-btn {
  background: rgb(6,204,238);
background: -moz-linear-gradient(0deg, rgba(6,204,238,1) 0%, rgba(6,153,238,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(6,204,238,1) 0%, rgba(6,153,238,1) 100%);
background: linear-gradient(0deg, rgba(6,204,238,1) 0%, rgba(6,153,238,1) 100%);
  
margin: 10px 0;
border-radius: 10px;
padding: 1rem .5rem;
color: #FFF;
}
/* paypal-mode */
.paypal_images {
    margin: 0 auto 15px;
    padding: 0 25px;
	width: 100%;
    max-width: 100%;
}
.or_text {
    margin: 5px 0;
    font-size: 15px;
    margin-bottom: 20px;
}
.paypal_images button {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: auto;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    position: relative;
    padding: 15px;
    border: 1px solid #d1cfcf!important;
    border-radius: 4px;
    outline: none;
}
.checkout_expe {
    position: absolute;
    width: 140px;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
    background: #fff;
    font-size: 12px;
    color: #a5a2a2;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
}
.paypal-loader-class {
  display: none; 
    width: 33px;
    position: absolute;
    right: 118px;
    margin: 20px 0 0 0;
}
.rush-content {
    width: 100%;
    height: 100px;
    position: relative;
}
.loader-class {
    display: none;
    width: 54px;
    position: absolute;
    right: -28px;
    top: 20px;
}
/* paypal-mode */
form input.error, select.error{
	background: #fff url(../images/error-input.png) no-repeat scroll right center;
    border: 1px solid orange !important;
}
.modal.fade .modal-dialog{
-webkit-transform: translate(0,14px);
	transform: translate(0,14px);
}
.fade:not(.show) {
	opacity: unset;
}

.modal{
    padding: 4% 0 0 0 ;
    }
.fade:not(.show) {
    opacity: unset !important;
    } 
  
.modal-backdrop {
        background-color: rgba(0,0,0,0.6) !important;
    }



