@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Euclid Square';
	font-weight: normal;
	}
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:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}

/*=============fonts================*/
@font-face {
    font-family: 'Euclid Square';
    src: local('EuclidSquare-Light'),
        url('EuclidSquare-Light.woff2') format('woff2'),
        url('EuclidSquare-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	}
@font-face {
	font-family: 'Euclid Square';
	src: local('EuclidSquare-Bold'),
		url('EuclidSquare-Bold.woff2') format('woff2'),
		url('EuclidSquare-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Euclid Square';
	src: local('EuclidSquare-SemiBold'),
		url('EuclidSquare-SemiBold.woff2') format('woff2'),
		url('EuclidSquare-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Euclid Square';
	src: local('EuclidSquare-Medium'),
		url('EuclidSquare-Medium.woff2') format('woff2'),
		url('EuclidSquare-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Euclid Square';
	src: local('EuclidSquare-Regular'),
		url('EuclidSquare-Regular.woff2') format('woff2'),
		url('EuclidSquare-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}


/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
.top{
	float:left;
	width:100%;
	padding:7px 0;
	}
.top-img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}	
/*===========section1==========*/	
.section1{
	float:left;
	width:100%;
	background:url(../images/sectionfirst.jpg) center top no-repeat;
	padding:50px 0;
	background-size:cover;
	text-align:center;
	}	
.s1-sub-hding{
	font-size:26px;
	line-height:33px;
	color:#005ac5;
	font-weight:700;
	}		
.s1-hding{
	font-size:50px;
	line-height:64px;
	color:#1a3578;
	font-weight:700;
	margin-top:10px;
	}	
.s1-hding span{ color:#005ac5;}	
.s1-video-box {
    display: inline-block;
    vertical-align: top;
    max-width: 930px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 5px 5px 4px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 5px 5px 4px rgb(0 0 0 / 10%);
	border:9px solid #fff;
	}
	
	
.timer-bg{
	float:left;
	width:100%;
	background:#1a3578;
	padding:40px 0;
	text-align:center;
	}
.time-mid{
	display:inline-block;
	vertical-align:middle;
	max-width:545px;
	width:100%;
	margin:0 auto;
	text-align:center;
	}
.time-txt{
	font-size:42px;
	line-height:50px;
	color:#fff;
	font-weight:600;
	}
	
/*=====================*/	
.time-bottom{
	background:#0d1a3b;
	padding:20px 0;
	float:left;
	width:100%;
	}
ul.tim-list{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto 0;
	width:100%;
	}	
ul.tim-list li{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	margin:0 20px;
	position:relative;
	font-size:19px;
	line-height:26px;
	letter-spacing:0.5px;
	font-weight:300;
	}	
ul.tim-list li b{font-weight:500;}		
ul.tim-list li img{
    display: inline-block;
    vertical-align: middle;
    margin: -5px 7px 0 0;
	}
ul.tim-list li:after{
	position: absolute;
    content: "";
    border-right: 2px solid #fff;
    top: 2px;
    right: -21px;
    bottom: 4px;
    height: auto;
	}
ul.tim-list li:last-child:after{ display:none;}	
		
	
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
 	}	
@-webkit-keyframes blinker {
	from {opacity: 1.0;}
	to {opacity: 0.0;}
	}	

.hourglass{
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
 
@keyframes rotateP{
0%{transform:rotate(0)}50%{transform:rotate(180deg)}
100%{transform:rotate(180deg)}
} 
@keyframes rotate{
0%{transform:rotate(00deg)}
100%{transform:rotate(360deg)}
}

@keyframes fade{
0%{opacity:100%;}
50%{opacity:30%;}
70%{opacity:100%;}
100%{opacity:100%;}
}
 
/*===========section2==========*/	
.section2{
	float:left;
	width:100%;
	padding:0 0 60px;
	text-align:center;
	} 
.arw{
	display:block;
	margin:-2px auto 0;
	}	
.pck-sec{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap: wrap;
	margin-top:110px;
	padding:0 40px;
	}
.pck-bx{
	border:2px solid #b4b4b4;
	width:31.50%;
	border-radius:12px;
	overflow:hidden;
	padding:15px 10px;
	text-align:center;
	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	box-shadow:0 0 9px 3px rgba(201,201,201,0.1);
	-webkit-box-shadow:0 0 9px 3px rgba(201,201,201,0.8);
	}
.pck-bx2{
	background:#fefedd;
	border:3px solid #005ac5;
	margin:0;
	padding: 15px 10px 25px;
	}
.btl-qty{
	font-size:54px;
	line-height:50px;
	font-weight:700;
	color:#1a3578;
	text-transform:uppercase;
	}
.suply-tx{
	font-size:28px;
	line-height:40px;
	font-weight:500;
	color:#0e0e0e;
	}
.pck-prd{
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin-top:15px;
	}	
.pck-bx2 .pck-prd{ margin-top:29px;}
.pck-prd-img{
	max-width:100%;
	}
.save-seal{
	position:absolute;
	right:15px;
	top:-18px;
	width:104px;
	height:104px;
	background:#ffd200;
	border:2px solid #fff;
	background-size:100%;
	font-size:26px;
	line-height:26px;
	text-transform:uppercase;
	color:#0f0f0f;
	font-weight:800;
	border-radius:50%;
	text-align:center;
	padding:28px 0 0;
	}
.pck-bx3 .save-seal{ right:-18px;}
.guide-book-col{
	display: flex;
	width:100%;
    -webkit-display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
	margin:15px auto 0;
	}
.guide-book-col2{ margin:-15px auto -10px;}	
.guide-book-img{
	display:inline-block;
	vertical-align:middle;
	}
.guide-book-col ul{
	display:inline-block;
	vertical-align:middle;
	width:70%;
	margin:0 auto;
	text-align:center;
	}
.guide-book-col ul li{
	background:#005ac5;
	text-align:left;
	font-size:19px;
	line-height:27px;
	font-weight:600;
	font-style:italic;
	color:#ffff;
	border-radius:50px;
	padding:5px 0 5px 45px;
	margin-top:5px;
	text-transform:uppercase;
	position:relative;
	}
.guide-book-col ul li img{
	position:absolute;
	top:-3px;
	left:0;
	}
.guide-book-col ul li:last-child{ background:#ff0000;}		

.pck-prc{
	font-size: 18px;
    line-height: 25px;
    color: #454545;
	margin-top:10px;
	}
.pck-prc span {
    font-size: 26px;
    line-height: 33px;
    font-weight: normal;
	margin:0 0 0 10px;
	}
.rtlprc {
	font-size: 26px;
	line-height: 30px;
	color: #1a1a1a;
	margin: 32px 0 20px;
	}
.rtlprc2 { margin: -10px 0 10px;}	
.rtlprc span{
	font-weight:700;
	font-size:80px;
	line-height:88px;
	color:#1a3578;
	}	
.strikeout {
	position: relative;
	}
.strikeout::after {
	border-bottom: 2px solid red;
	content: "";
	left: -5px;
	margin-top: 15px;
	position: absolute;
	right: -5px;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	}
.pkg-btn{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-top:15px;
	}
.pck-cards {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    max-width: 224px;
	width:100%;
	}
.pck-bx2 .pck-cards{ margin-top:20px;}
.freeshpng{
	font-size:17px;
	line-height:30px;
	color:#181818;
	margin-top:5px;
	}
.freeshpng span{
	font-size:26px;
	font-weight:600;
	}
	

/*===========section2==========*/	
.section3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#edf4f7;
	text-align:center;
	}
.s3-hding{
	font-size:42px;
	line-height:50px;
	color:#1a3578;
	font-weight:700;
	}
.s3-hding b{ color:#005ac5;}
.s3-hding span{
	color:#e76d00;
	border-bottom:4px solid #e76d00;
	}

.bonus-sec{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap: wrap;
	margin-top:70px;
	padding:0 50px;
	}
.bonus-bx{
	width:48%;
	border-radius:20px;
	background:#fff;
	box-shadow:0 0 9px 3px rgba(201,201,201,0.1);
	-webkit-box-shadow:0 0 9px 3px rgba(201,201,201,0.8);
	}
.bonus-bx-hding{
	background:#1a3578;
	border-radius:20px 20px 0 0;
	font-size:32px;
	line-height:38px;
	color:#fff;
	padding:8px 10px;
	font-weight:700;
	}
.bonus-bx-hding span{ color:#ffdd00;}
.bns-mid{
	min-height:422px;
	}
.bns-mid img{
	display:block;
	margin:0 auto;
	max-width:100%;
	padding:40px 0;
	}	
.bonus-bx-prc{
	background:#005ac5;
	font-size:38px;
	line-height:43px;
	color:#fff;
	padding:8px 10px;
	font-weight:500;
	}	
.bonus-bx-prc b{ font-weight:700; color:#ffde00;}	
.bonus-btm{
	background:#1a3578;
	border-radius:0 0 20px 20px;
	padding:20px 20px;
	}
.bonus-btm-txt{
	font-size:19px;
	line-height:27px;
	color:#ffffff;
	font-weight:300;
	letter-spacing:0.5px;
	}

/*===========section4==========*/	
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	}
.mny-bk{
	display:inline-block;
	vertical-align:middle;
	max-width:1023px;
	width:100%;
	margin:80px auto 0;
	padding:0 80px 50px;
	background:#fffacf;
	}
.mny-bk-seal{
	display:block;
	margin:-100px auto 0;
	}							
.mny-bk-hding{
	font-size:40px;
	line-height:50px;
	color:#1b1b1b;
	font-weight:700;
	margin-top:30px;
	}		 	
.mny-bk-hding span{ color:#005ac5;}
.mny-bk-txt{
	font-size:20px;
	line-height:29px;
	color:#1b1b1b;
	margin-top:20px;
	}
	
/*===========section5==========*/	
.section5{
	background:#edf4f7;
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:1031px;
	width:100%;
	margin:40px 0 0;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	-webkit-box-shadow:0 3px 3px 1px #e4e6f6;
	box-shadow:0 3px 3px 1px #e4e6f6;
	margin-top:20px;
	border-radius:15px;
	background:#fff;
	border:1px solid #e0e4fe;
	overflow:hidden;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right 15px center;
	padding:18px 45px 18px 76px;
	font-size:24px;
	line-height:30px;
	font-weight:700;
	color:#25316a;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion .ques {
    background: url(../images/ques.png) left top no-repeat;
    width: 40px;
    height: 41px;
    position: absolute;
   top: 11px;
    left: 19px;
}	
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:#005ac5 url(../images/open-btn.png) no-repeat right 15px center ;
	border:none;
	color:#fff;
	}	

.acdn-heading.accordion-open .ques{background: url(../images/ques-active.png) left top no-repeat;}
	
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:20px 30px 15px 76px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	letter-spacing:0.5px;
	color:#000000;
	margin-bottom:15px;
	}
.acdn-para a{ color:#0072ff;}		
/*===========section5==========*/	
.section6{
	background:#f9f9f9;
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
  height: 100%;
	}
.s6-hding{
	font-size:24px;
	line-height:30px;
	color:#000000;
	font-weight:600;
	}
.s6-mid{
	display:inline-block;
	vertical-align:middle;
	max-width:1031px;
	width:100%;
	margin:0 auto 0;
	}
ul.s6-list{
	display:inline-block;
	vertical-align:middle;
	margin:30px 0 0 0;
	width:80%;
	}
ul.s6-list li{
	float:left;
	width:33.33%;
	}
ul.s6-list li img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}					
.s6-link {
    float: left;
    width: 100%;
    display: flex;
    -webkit-display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
  height:100%;
}
.s6-link-cl1{
	width:45%;
  height:100%;
	}
.s6-link-p1{
	font-size:12px;
	line-height:16px;
	color:#656565;
	overflow-wrap: break-word;
    word-wrap: break-word;
	margin-top:8px;
	text-align:left;
	position:relative;
	padding-left: 21px;
  height:100%;
	}	
.s6-link-p1 span{
	position:absolute;
	top:0;
	left:0;
	}	
.s6-link-p1 a{color:#656565; text-decoration:none;}	
.s6-bx{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #dddddd;
	padding:10px 30px 30px;
	text-align:left;
	margin-top:80px;
  height:100%;
	}	
.s6-p1{
	font-size:14px;
	line-height:20px;
	color:#4b4b4b;
	margin-top:15px;
	}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	background:#e6e6e6;
	padding:50px 0;
	text-align:center;
	}
.ftr-logo{
	display:block;
	margin:0 auto 10px;
	}
.ftr-txt1{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#111111;
	margin:10px 0 0;
	}
.ftr-txt1 a{ color:#333333; padding:0 3px;}	
		
/*=====================media========================*/		

@media only screen and (max-width:1200px){
.container{ width:1004px;}
.guide-book-col ul { width: 92%;}
.btl-qty {font-size: 48px; line-height: 47px;}
.pck-bx3 .save-seal {right: 0;}
.pck-bx2 { margin: -28px 0 0;}

.bonus-bx-hding { font-size: 28px;line-height: 36px;}
.bonus-bx-prc{font-size: 32px; line-height: 41px;}
}


@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.s1-sub-hding {font-size: 22px; line-height: 30px;}
.s1-hding {font-size: 40px;line-height: 50px;}

.time-txt {font-size: 36px;line-height: 44px;}

ul.tim-list li {margin: 0 10px;font-size: 16px;line-height: 25px;}
ul.tim-list li:after { right: -12px;top: 9px;bottom: 7px;}
ul.tim-list li img { width: 12px;}

.pck-sec {padding: 0; margin-top: 73px;}
.btl-qty {font-size: 36px;line-height: 40px;}
.suply-tx {font-size: 22px; line-height: 36px;}
.rtlprc { font-size: 20px;line-height: 26px;}
.rtlprc span { font-size: 56px;line-height: 82px;}
.save-seal { width: 90px;height: 90px;font-size: 20px;line-height: 23px;padding: 22px 0 0;}
.guide-book-col ul { width: 100%;}
.guide-book-col ul li {font-size: 17px;line-height: 28px;margin-top: 5px;}
.pck-prc {font-size: 16px;line-height: 23px;}
.pck-prc span {font-size: 22px;line-height: 31px;}
.freeshpng {font-size: 13px;line-height: 24px;    margin-top: 0;}
.freeshpng span {font-size: 18px;}
.pck-cards {margin-top: 7px;width: 90px;}

.s3-hding {font-size: 36px;line-height: 47px;}
.bonus-sec {margin-top: 50px;padding: 0 0;}
.bonus-bx-hding { font-size: 24px; line-height: 32px;}
.bns-mid { min-height: 327px;}
.bonus-bx-prc {font-size: 26px; line-height: 36px;}
.bonus-btm-txt {font-size: 17px; line-height: 26px;}
.bonus-btm { padding: 10px 10px;}

.section4 { padding: 50px 0;}
.mny-bk { padding: 0 20px 30px;}
.mny-bk-txt {font-size: 18px; line-height: 26px;}
.mny-bk-hding {font-size: 32px; line-height: 46px;margin-top: 19px;}

.section6 { padding: 50px 0;}
ul.s6-list { margin: 30px 0 0 0;width: 100%;}

}

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

.forMob{ display:block;}
.hide-mob{ display:none;}

.top-img {width: 189px;}

.section1 { padding: 30px 0;}
.s1-sub-hding {font-size: 18px; line-height: 24px;}
.s1-hding { font-size: 23px;line-height: 30px;}

.timer-bg { padding: 15px 0;}
.time-txt { font-size: 25px;line-height: 33px;}

.time-bottom{padding: 10px 0 15px;}
ul.tim-list li { margin: 5px 8px 0;font-size: 13px;line-height: 28px; letter-spacing:0.3px;}
ul.tim-list li img {width: 12px;  margin: -2px 2px 0 0;}
ul.tim-list li:after {right: -11px;}
ul.tim-list li:nth-child(2):after{ display:none;}

.section2 {padding: 0 0 30px;}
.arw {width: 23px;}
.pck-sec{ margin-top:0; padding:0 0;}
.pck-bx {width: 100%;margin-top: 15px; padding:15px 10px;border: 2px solid #767676;}
.pck-bx2{border: 2px solid #000000;}
.pck-bx { padding: 10px 8px;}
.pck-bx1{order:3;}
.pck-bx2{order:1;}
.pck-bx3{order:2;}
.mob-pck-left{float:left;width: 47%;}
.mob-pck-rgt{float:right;width: 50%; margin-left: 2%;text-align:center;}
.btl-qty {font-size: 28px;line-height: 34px;}
.pck-prd-img1 { margin-top: -15px;}
.pck-prd, .pck-bx2 .pck-prd { margin-top: 40px;}
.pck-bx1 .pck-prd {margin-top: 22px;}
.suply-tx {font-size: 16px;line-height: 26px;}
.save-seal {width: 70px;height: 70px;font-size: 16px;line-height: 20px;padding: 15px 0 0;}
.rtlprc {font-size: 16px;  line-height: 23px; margin:5px 0;}
.rtlprc span {font-size: 48px;line-height:48px;}
.guide-book-col ul li {display: inline-block; vertical-align: middle;font-size: 9px;line-height: 20px;padding: 3px 8px 3px 32px; width:120px;}
.guide-book-col ul li img {width: 28px;}
.pck-prc {font-size: 14px; line-height: 21px;}
.pck-prc span { font-size: 19px;line-height: 20px; margin-left:5px;}
.strikeout::after{ margin-top:10px;}
.freeshpng {font-size: 12px;line-height: 20px;}
.freeshpng span {font-size: 14px;}
.guide-book-col2 , .guide-book-col{ margin: 0 auto 0; width:88%;}
.pck-bx2 .pck-cards { margin-top: 8px;width: 90px;}
.pkg-btn {margin-top: 10px;}
.mrg-top{ margin-top:10px;}

.section3 { padding: 30px 0;}
.s3-hding { font-size: 26px;line-height: 37px;}
.bonus-sec { margin-top: 0; padding: 0 0;}
.bonus-bx{ width:100%; margin-top:30px;}
.bns-mid {  min-height: auto;}
.bns-mid img {padding: 18px 0;}
.bonus-bx-prc {font-size: 24px;line-height: 34px;}

.section4 { padding: 30px 0;}
.mny-bk { padding: 0 15px 20px;margin: 47px auto 0;}
.mny-bk-seal { margin: -63px auto 0;width: 131px;}
.mny-bk-txt {margin-top: 10px;}
.mny-bk-hding {font-size: 25px;line-height: 35px; margin-top: 8px;}

.section5{ padding: 30px 0;}
.faq-container {margin: 12px 0 0;padding: 0 5px 10px;}
.accordion { font-size: 19px;line-height: 27px;padding: 12px 45px 12px 50px;}
.acdn-content {padding: 18px 20px 15px 20px;}
.acdn-para {font-size: 18px; line-height: 26px;margin-bottom: 5px;}
.accordion .ques { top: 11px; left: 13px; background-size:100%;width: 26px; height: 26px;}
.acdn-heading.accordion-open .ques{ background-size:100%;width: 26px; height: 26px;}

.section6 { padding: 30px 0;}
ul.s6-list li img {  width: 96px;}
.s6-hding {font-size: 20px;line-height: 25px;}
ul.s6-list { margin: 20px 0 0 0;}
.s6-link { margin-top: 20px; padding:0 15px;height:100%;}
.s6-link-cl1{ width:100%;height:100%;}
.s6-bx { padding: 10px 11px 20px; margin-top: 31px;}
.s6-p1 {font-size: 13px;line-height:20px; margin-top: 10px;}

.footer { padding: 25px 0;}
.ftr-logo { margin: 0 auto 0px; width: 152px;}
.ftr-txt1 { font-size: 16px; line-height: 25px;}
}

