@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Lato', sans-serif;
	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;}
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 ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1010px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*=========FONTS===========*/
@font-face {
	font-family: 'Euclid Square';
	src: 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: 'Myriad Pro';
    src: url('MyriadPro-BoldCond.woff2') format('woff2'),
        url('MyriadPro-BoldCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #002d5a;
    padding:3px 0;
	}
.topStrip p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:18px;
	line-height:22px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0;
	}


/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background: linear-gradient(0deg, rgba(0,85,255,0.11) 10%, rgba(255,255,255,1) 50%);
	padding:5px 0 40px;
	background-size:cover;
	}
.bnr-text1 {
  font-size: 1.8rem;
    line-height: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -0.05vw;
    color: #ca0000;
    font-weight: 700;

}
.bnr-text2{
	font-size: 3.5rem;
    line-height: 4rem;
    color: #17214c;
    letter-spacing: -.05vw;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;

}
.vdo-div{
	display: inline-block;
    vertical-align: middle;
    width: 992px;
    max-width: 100%;
    text-align: center;
    padding: 15px 15px 0;
    margin-top: 14px;
    background: #fff;
    /*box-shadow: 0 0 9px 1px rgb(0 0 0 / 20%);*/
	}
.vid-img{max-width:100%; float:left;}
.vdo-div.playing{ padding:15px;}
.vdo-inr-div{
	float:left;
	width:100%;
	}
.make-txt{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#3b3b3b;
	font-weight:bold;
	letter-spacing:0.3px;
	padding:22px 0 25px;
	}
.spkr-ic1{
	display:inline-block;
	vertical-align:middle;
	margin:0px 10px 0 0;
	}
.spkr-ic2{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 15px;
	}

.video-box {
	width: 100%;
    position: relative;

	}
#video .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: visible;
	padding-bottom: 56.25%;
	}
.video-box iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	}
.video1 .embed-responsive iframe {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	}
.vdo-overlay {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	font-size: 65px;
	align-items: center;
	justify-content: center;
	z-index: 2;
	}
.vdo-overlay span {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	font-size: inherit !important;
	}
.vdo-overlay.vdo-overlay-playing{
	opacity: 0;
	z-index: 0;
	}
.jw-video-thumbnail-generated video{
	width: 100%;
	height: 100%;
	}

.unmutes {
	position: static;
	clear: both;
	overflow: hidden;
	border-left: 2px solid #dcdcdc;
    border-right: 2px solid #dcdcdc;
	}
.unmutes a.highlight {
	background-color: #c9302c;
	background-image:none;
	}
.unmutes a:hover {
	background-color: #c9302c!important;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
	margin: 0px 0 0px;
	-webkit-transition: all 222ms ease;
	transition: all 222ms ease;
	}
.unmutes a {
	width:100%;
	color: #fff;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -.02em;
	text-decoration: none;
	border-radius: 0px;
	background-color: #a90d08;
	background-image: url('../images/audio.png');
	background-position: top center;
	background-repeat: no-repeat;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.35);
	padding: 1.4em .5em .45em .5em;
	display: inline-block;
	-webkit-transition: all 222ms ease;
	transition: all 222ms ease;
	}
.unmutes a.rt{
	float: none;
	width:100%;
	}

	.sec2-box {
    float: left;
    width: 100%;


    padding: 0 70px;
    margin: 35px 0 20px 0;
	}

	.sec2-txt {
    float: right;
		padding-top: 20px;
    max-width: 730px;
		text-align:left;
		font-size: 18px;
    line-height: 200%;
}
/*=========================*/
.claim-discount-strip{
	float:left;
	width:100%;
	background:#17214c;
	padding:30px 0;
	position:relative;
	border-top:3px solid #53c3a5;
	}
	.claim-discount-strip2{
	float:left;
	width:100%;
	background:#17214c;
	padding:30px 0;
	position:relative;
	border-top:3px solid #53c3a5;
	}
.claim-discount-strip:before{
	position:absolute;
	left:50%;
	bottom:-25px;
	margin-left:-25px;
	border-top:25px solid #17214c;
	border-left:25px solid transparent;
	border-right:25px solid transparent;
	content:"";
	}
.claim-text{
	font-size:30px;
	line-height:38px;
	color:#ffffff;
	font-weight:bold;
	}
.claim-text span{
	font-size:40px;
	line-height:50px;
	color:#f9ff3b;
	}

/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:70px 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;
	padding:20px;
	}
.pck-bx{
	border:2px solid #cccccc;
	width:30%;
	overflow:hidden;
	padding:30px 10px 20px;
	text-align:center;
	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	cursor:pointer;
	}
.pck-bx:hover{
	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	transform: scale(1.04);
    -webkit-transform: scale(1.04);
	box-shadow:0 0 9px 3px rgba(23,33,76,0.1);
	-webkit-box-shadow:0 0 9px 3px rgba(23,33,76,0.1);
	}
.pck-bx2{
	width:37%;
	background:#fbf7f0;
	border:1px solid #eae2d6;
	margin:0px 0 0;
	}
.btl-qty{
	font-size:30px;
	line-height:40px;
	font-weight:bold;
	color:#002d5a;
	text-transform:uppercase;
	}
.suply-tx{
	font-size:30px;
	line-height:40px;
	font-weight:bold;
	color:#1a9289;
	text-transform:uppercase;
	}
.pck-bx2 .suply-tx{
	font-size:35px;
	font-weight:900;
	}
.save-tx{
	font-size:28px;
	line-height:35px;
	font-weight:bold;
	color:#0e0e0e;
	text-transform:uppercase;
	margin-top:10px;
	}
.save-tx2{
	display:inline-block;
	vertical-align:middle;
	font-size:28px;
	line-height:30px;
	font-weight:bold;
	background:#f38d69;
	padding:10px 20px;
	position:relative;
	color:#ffffff;
	text-transform:uppercase;
	margin-top:20px;
	}
.save-tx2:before{
	position: absolute;
    left:-15px;
	top:0;
    bottom:0;
    border-left: 15px solid transparent;
    border-top: 25px solid #f38d69;
    border-bottom: 25px solid #f38d69;
    content: "";
	}
.save-tx2:after{
	position: absolute;
    right:-15px;
	top:0;
    bottom:0;
    border-right: 15px solid transparent;
    border-top: 25px solid #f38d69;
    border-bottom: 25px solid #f38d69;
    content: "";
	}
.pck-prd{
	width:100%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin-top:30px;
	}
.pck-bx2 .pck-prd{ margin-top:45px;}
.pck-prd-img{
	max-width:100%;
	}
.pck-seal{
	position:absolute;
	right:0;
	top:-15px;
	}
.pck-prc{
	font-size: 60px;
    line-height: 55px;
    font-weight: 900;
    color: #0e0e0e;
    margin: 20px 0 12px;
	}
.pck-prc span {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
	}
.rtlprc {
	display:inline-block;
	vertical-align:middle;
	font-size: 20px;
	line-height: 30px;
	color: #0e0e0e;
	}
.strikeout {
	position: relative;
	}
.strikeout::after {
	border-bottom: .1em solid red;
	content: "";
	left: -5px;
	margin-top: calc(0.125em/2 * -1);
	position: absolute;
	right: -5px;
	top: 54%;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	}
.tot-prc{
	display:inline-block;
	vertical-align:middle;
	font-size: 15px;
	line-height: 30px;
	color: #0e0e0e;
	margin:0 0 0 10px;
	}
.pkg-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:66px;
	line-height:66px;
	max-width:325px;
	font-size:30px;
	font-weight:900;
	font-family: 'Lato', sans-serif;
	color:#030303;
	text-transform:uppercase;
	margin-top:15px;
	border-radius:10px;
	padding-top:1px;
	border:none;
	outline:none;
	text-shadow:0 2px 3px rgba(255,255,255,0.8);
	box-shadow:0 3px 1px 0 rgba(255, 161, 13,1);
	background: rgb(255, 225, 4);
    background: linear-gradient(0deg, rgba(255, 186, 0,1) 0%, rgba(255, 225, 4,1) 100%);
	}
.hand{
	position:relative;
	display:inline-block;
	width:100%;
	vertical-align:middle;
	}
.hand-ic{
	position:absolute;
	right:10px;
	bottom:-15px;
	}
.pck-cards {
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    max-width: 100%;
	}
.freeshpng{
	font-size:20px;
	line-height:30px;
	color:#212121;
	font-weight:bold;
	margin-top:17px;
	}
.freeshpng img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 7px 0 0;
	width:35px;
	}
.pck-bx2 .freeshpng{
	font-size:30px;
	text-transform:uppercase;
	}
.pck-bx2 .freeshpng img{
	width:auto;
	}
.custmr-say{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	margin-top:30px;
	color:#333;
	font-weight:300;
	letter-spacing:0.5px;
	}
.custmr-say img{
	display:block;
	margin:0 auto;
	}

.guarantee-box{
	display: inline-block;
    vertical-align: middle;
	width:100%;
	max-width:960px;
	border-radius:10px;
	border:1px solid #ddd;
	margin-top:50px;
	}
.guarantee-box-top{
	float:left;
	width:100%;
	border-radius:10px;
	border:4px solid #282828;
	background:#002d5a;
	font-family: 'Euclid Square';
	}
.guarantee-box-mdl{
	float:left;
	width:100%;
	padding:10px 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.guarantee-box-txt1{
	float:left;
	width:236px;
	padding: 25px 15px 25px;
	background:#fff;
	border-radius:10px;
	font-size: 120px;
	line-height: 80px;
	color:#282828;
	font-weight:600;
	}
.guarantee-box-txt1 span{
	font-size: 92px;
	line-height:70px;
	}
.guarantee-box-txt2{
	float:right;
	width:calc(100% - 240px);
	font-size: 100px;
	line-height: 95px;
	letter-spacing:-2px;
	color:#fefefe;
	font-weight:600;
	text-transform:uppercase;
	text-align:left;
	padding-left:15px;
	padding-top:10px;
	}
.guarantee-box-txt2 span{
	font-size: 111px;
	line-height: 121px;
	}
.guarantee-box-txt3{
	float: left;
    width: 100%;
	background:#282828;
	font-size: 73px;
	line-height: 70px;
	color:#fefefe;
	font-weight:600;
	text-transform:uppercase;
	text-align: center;
    letter-spacing: 11px;
    padding: 10px 15px 7px 20px;
	}
.guarantee-box-txt4{
	float: left;
    width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color:#282828;
	padding:20px 15px 20px;
	}

/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:50px 0;
	margin-top:50px;
	background:url(../images/sec2.jpg) no-repeat center top;
	background-size:cover;
	}
.s2-left{
	float:left;
	width:57%;
	text-align:left;
	padding:10px 0 0;
	}
.comnHdng{
	font-size:45px;
	line-height:55px;
	color:#0e0e0e;
	font-weight:bold;
	}
.s2-line{
	display:block;
	width:150px;
	height:5px;
	background:#f28b67;
	margin-top:15px;
	}
.comnPara{
	font-size:20px;
	line-height:30px;
	color:#282828;
	margin-top:40px;
	letter-spacing:0.5px;
	}
.comnPara strong{ font-weight:900;}
.specialist-name{
	font-size:20px;
	line-height:30px;
	color:#282828;
	margin-top:40px;
	letter-spacing:0.5px;
	margin-top:60px;
	}
.specialist-name span{
	font-weight:bold;
	font-size:22px;
	font-style:italic;
	}
.s2-rght{
	float:right;
	width:39%;
	}
.s2-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}

/*===============sectionThree==========*/
.sectionThree{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f3faff;
	}
.s3-subhdng{
	font-size: 30px;
    line-height: 50px;
    color: #0e0e0e;
	margin-top:10px;
	}
.new-s3-ing-sec{
	float:left;
	margin-bottom: 40px;

	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}
.new-s3-ing-bx{
	float:left;
	width:32%;
	padding:0 15px;
	margin-top:50px;
	}
.new-s3-ing-img{
	width:272px;
	max-width:100%;
	border:3px solid #fff;
	border-radius:25px;
	box-shadow:0px 0px 10px 5px rgba(0,0,0,0.1);
	position:relative;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	}
.new-s3-ing-img img{
	float:left;
	}
.ing-img-tx{
	font-size:22px;
	line-height:26px;
	letter-spacing:0.5px;
	font-weight:bold;
	color:#fff;
	background:#f69370;
	padding:10px;
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	}
ul.new-s3-ing-list{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	}
ul.new-s3-ing-list li{
	font-size:20px;
	line-height:26px;
	letter-spacing:0.3px;
	min-height:46px;
	color:#0e0e0e;
	position:relative;
	text-align:left;
	margin-top:8px;
	padding-left:25px;
	background:url(../images/chk.png) no-repeat left 5px;
	}
ul.promise-list{
    float: left;
    width: 100%;
	margin-top:60px;
	}
ul.promise-list li{
    width:19%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	}
.promise-ic{
	display:block;
	margin:0 auto 5px;
	}
ul.promise-list li p{
	font-size:20px;
	line-height:30px;
	color:#0e0e0e;
	font-weight:bold;
	}


/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s4-t-img-row{
	display:inline-block;
	vertical-align:middle;
	margin-top:40px;
	width:100%;
	max-width:760px;
	}
.s4-t-img-col{
	float:left;
	width:25%;
	padding:5px 5px 15px;
	background:#fff;
	box-shadow:-1px 6px 15px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow:-1px 6px 15px -3px rgba(0,0,0,0.4);
	}
.s4-t-img-col:nth-child(2){transform: rotate(4deg); -webkit-transform: rotate(4deg);}
.s4-t-img-col:nth-child(3){transform: rotate(-4deg); -webkit-transform: rotate(-4deg);}
.s4-t-img-col:nth-child(4){transform: rotate(4deg); -webkit-transform: rotate(4deg);}
.s4-t-img-col img{
	max-width:100%;
	}
.s4-vdo-row{
	float: left;
    width: 100%;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	flex-wrap: wrap;
	margin-top:60px;
	}
.s4-vdo-col{
	width:48%;
	border:5px solid #fff;
	border-radius:10px;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.2);
	overflow:hidden;
	cursor:pointer;
	position:relative;
	padding-bottom: 27%;
	}
.vdo-img1{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.s4-vdo-col iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
	}


/*=============================*/
.testi-sec{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.colm-list{
	float:left;
	width:100%;
	text-align:left;
	padding-left:100px;
	position:relative;
	margin-top:60px;
	}
.s4-test-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    border: 2px solid #ef916f;
    border-radius: 5px;
	}
.colm-list h3{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#0e0e0e;
	font-weight:bold;
	}
.coma{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 10px 0 0;
	}
.str-rvw{
	float:left;
	width:100%;
	font-size: 16px;
    line-height: 20px;
	letter-spacing:0.5px;
    color: #333333;
	margin-top:10px;
	}
.s4-str{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0 0;
	width:100px;
	}
.str-rvw span img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
	}
.s4-lst-txt{
	float:left;
	width:100%;
	font-size: 19px;
	line-height: 28px;
	letter-spacing:0.3px;
	color:#393939;
	text-align:left;
	margin-top:15px;
	position:relative;
	}
.s4-lst-txt2{
	display: inline-block;
	vertical-align:middle;
	font-size: 18px;
	line-height: 28px;
	color:#313b54;
	font-weight:600;
	margin-top:15px;
	}
.s4-lst-txt2 span{
	font-size: 16px;
	line-height: 20px;
	color:#7a7a7a;
	font-weight:500;
	}
.s4-lst-txt2 span img{
	display: inline-block;
	vertical-align:middle;
	margin:-3px 2px 0 0;
	}
.comn-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 46px;
    line-height: 90px;
    max-width: 650px;
    width: 100%;
    height: 100px;
    color: #030303;
    border-radius: 10px;
	font-family: 'Myriad Pro';
	text-transform:uppercase;
    padding-top: 7px;
    margin-top: 60px;
    font-weight: bold;
	text-shadow: 0 2px 3px rgb(255 255 255 / 80%);
    box-shadow: 0 4px 1px 0 rgb(255 161 13);
    background: rgb(255, 225, 4);
    background: linear-gradient(0deg, rgba(255, 186, 0,1) 0%, rgba(255, 225, 4,1) 100%);
	}
.sectionFour .guarantee-box{ margin-top:70px;}


/*==============sectionFive===============*/
.sectionFive{
	float:left;
	width:100%;
	padding:70px 0;
	background:#f8f8f8;
	}
.faq-container {
	display: inline-block;
	vertical-align:middle;
	width: 100%;
	text-align: left;
	margin: 30px 0 0;
	}
.up-slide-dwn {
	float: left;
    width: 100%;
	}
.accordion {
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/open-btn.png) no-repeat 97% center;
    padding: 17px 40px 17px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
	border-bottom:1px solid #ddd;
	letter-spacing:0.5px;
	}
.acdn-heading.accordion-open {
	background: url(../images/close-btn.png) no-repeat 97% center;
	border-bottom:1px solid #ddd;
	}
.acdn-content {
	float: left;
    width: 100%;
    padding: 20px 30px 5px 0px;
	}
.acdn-para{
	float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
	letter-spacing:0.5px;
	margin-bottom:15px;
	}


/*==========Reference===================*/
.reference-sec{
	float:left;
	width:100%;
	padding:50px 0;
	}
.reference-title{
	font-size: 30px;
    line-height: 30px;
    color: #282828;
	}
.ref-logos-row{
	float:left;
	width:100%;
	margin-top:30px;
	}
.ref-logo-col{
	display:inline-block;
	vertical-align:middle;
	width:33%;
	text-align:center;
	padding:20px;
	}
.ref-logo-col.col-l{width:40%; padding-top:30px;}
.ref-logo-col img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.re-logo1{width:240px;}
.re-logo2{width:220px;}
.re-logo3{width:220px;}

.ref-row{
	float:left;
	width:100%;
	margin-top:20px;
	}
.ref-col-hlf{
	width: 50%;
    float: left;
    padding: 0 20px;
	}
.ref-link-list{
	list-style-position: outside;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
	}
.ref-link-list li{
	list-style: decimal;
    text-align: left;
    font-size:14px;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 1.5;
	margin:15px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	}
.ref-link-list li span{word-break:break-all;}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	text-align:center;
	background:#484848;
	}
.ftr-txt1{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#ffffff;
	margin:15px 0;
	}
.ftr-txt1 a{ color:#ffffff; padding:0 5px;}



/*==============Media=============*/


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


.bnr-text1{font-size: 1.6rem;line-height: 2rem;}
.bnr-text2{font-size: 3rem;line-height: 3.5rem;margin-top:0px;}

.pck-sec{ padding:0;}
.btl-qty,.suply-tx{font-size: 28px;line-height: 38px;}
.pck-bx2 .suply-tx {font-size: 32px;}
.save-tx{font-size: 26px;line-height: 30px;}
.save-tx2{ font-size:24px;}
.pck-bx2 .freeshpng{ font-size:20px;}
.pck-bx2 .freeshpng img{ width:38px;}

.guarantee-box-mdl{ padding:10px 15px;}
.guarantee-box-txt1{width: 206px;padding: 20px 15px 20px;font-size: 90px;line-height: 68px;}
.guarantee-box-txt1 span {font-size: 84px;line-height: 62px;}
.guarantee-box-txt2{width: calc(100% - 210px);font-size: 72px;line-height: 72px;padding-left: 10px;}
.guarantee-box-txt2 span {font-size: 80px;line-height: 106px;}
.guarantee-box-txt3{font-size: 52px; line-height: 58px;}

.pkg-btn{ font-size:25px;}

.comnHdng{font-size: 38px;line-height: 48px;}
.comnPara{font-size: 18px;line-height: 28px;}

.new-s3-ing-bx{ padding:0 5px;}
.ing-img-tx{ font-size:20px;}
ul.promise-list li p{ font-size:18px;}

}
.watchvid {
    display: none;
}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}
.sec2-txt {
    margin-top: 15px;
    text-align: center;
		width:auto;

}
.sec2-box{
	padding: 0 5%;
}
.watchvid {
    display: inline-block;
}
.forMob{ display:block;}
.hide-mob{ display:none;}

.topStrip p{font-size: 16px;line-height: 20px;}

.banner{ padding:5px 0 25px;}
.bnr-text1 {font-size: 1.1rem;line-height: 1.3rem;}
.bnr-text2 {font-size: 2rem;line-height: 2.2rem;}
.vdo-div, .vdo-div.playing{padding:10px;}
.vdo-div{margin-top:10px;}
.make-txt{font-size: 12px;line-height: 22px;padding: 10px 0 0;}
.spkr-ic1{max-width: 300px;
    margin: 0px 3px 0 0;}
.spkr-ic2 {width: 15px; margin: -2px 0 0 3px;}

.claim-discount-strip{ padding:7px 0;}
.claim-discount-strip2{ padding:50px 0;margin-bottom:50px;}
.claim-text{ font-size:18px; line-height:28px; letter-spacing:0.5px;}
.claim-text span{ font-size:30px; line-height:36px;}
.claim-discount-strip:before {bottom: -15px;margin-left: -15px;border-top: 15px solid #17214c; border-left: 15px solid transparent;border-right: 15px solid transparent;}

.sectionOne{ padding:15px 0 30px;}
.pck-bx {width: 100%;margin-top: 15px;display: flex;-webkit-display: flex; padding: 10px 8px; align-items: center;-webkit-align-items: center;}
.pck-bx1{order:3;}
.pck-bx2{order:1;}
.pck-bx3{order:2;}
/*.mob-pck-lft {width: 52%;}*/
.comn-btn{font-size:22px;padding-top:0px;height:80px;}
.btl-qty, .suply-tx ,.pck-bx2 .suply-tx{font-size: 22px;line-height: 28px;}
.save-tx {font-size: 18px;line-height: 20px;margin-top: 5px;}
.save-tx2 {font-size: 16px;line-height: 20px;padding: 5px 8px;margin-top: 10px;}
.save-tx2:before{border-left: 10px solid transparent;border-top: 15px solid #f38d69;border-bottom: 15px solid #f38d69;left: -10px;}
.save-tx2:after {right: -10px;border-right: 10px solid transparent;border-top: 15px solid #f38d69;border-bottom: 15px solid #f38d69;}
.pck-prd{ margin-top:10px;}
.pck-bx2 .pck-prd { margin-top: 30px;}
.pck-seal{width: 60px;}

.mob-pck-rgt {width: 47%;margin-left: 3%;}
.pck-prc {font-size: 40px;line-height: 40px; margin: 0 0 5px; letter-spacing:0.5px;}
.pck-prc span {font-size: 17px;line-height: 22px;}
.rtlprc { font-size: 17px; line-height: 24px;letter-spacing: 0.3px;}
.tot-prc{font-size: 12px; line-height: 21px;letter-spacing: 0.3px; margin:0;display: block;}
.pkg-btn {font-size: 16px;height: 40px; line-height: 40px;margin-top: 8px;border-radius: 3px;}
.hand-ic{ width:27px; right:-5px; bottom:-7px;}
.freeshpng,.pck-bx2 .freeshpng {font-size: 15px;line-height: 20px;margin-top: 10px;}
.freeshpng img,.pck-bx2 .freeshpng img {margin: -4px 5px 0 0;width: 25px;}
.pck-cards {margin-top: 12px; max-width: 85%;}

.custmr-say{font-size: 17px;line-height: 22px;margin-top: 25px;}
.custmr-say img {width: 170px;}

.guarantee-box{margin-top: 30px;}
.guarantee-box-mdl {padding: 10px 10px;}
.guarantee-box-txt1{width: 95px;padding: 10px 10px 10px;font-size: 35px;line-height: 35px;}
.guarantee-box-txt1 span {font-size: 34px;line-height: 26px;}
.guarantee-box-txt2 {width: calc(100% - 95px);font-size: 29px;line-height: 42px;padding-top: 5px;letter-spacing: 0px;}
.guarantee-box-txt2 span { font-size:33px;line-height: 38px;}
.guarantee-box-txt3 { font-size: 24px;line-height: 30px;letter-spacing: 4px;padding: 10px 8px 5px 8px;}
.guarantee-box-txt4 {font-size: 17px;line-height: 25px;letter-spacing: 0.5px;padding: 15px 15px 15px;}

.sectionTwo{ padding:30px 0;}
.s2-left{ width:100%; padding:0;}
.s2-img-mob{ margin:20px auto 0; max-width:100%;}
.comnHdng {font-size: 27px;line-height: 36px;}
.s2-line{width: 100px;height: 3px;}
.comnPara {font-size: 17px;line-height: 26px;margin-top: 20px;}
.specialist-name {font-size: 18px;line-height: 26px;margin-top: 20px;}
.specialist-name span {font-size: 20px;}

.sectionThree{ padding:30px 0;margin-bottom:30px;}
.s3-subhdng {font-size: 22px;line-height: 28px;letter-spacing: 0.5px;margin-top: 10px;}

.new-s3-ing-sec{justify-content: center;}
.new-s3-ing-bx{max-width:340px; width:100%;padding: 0 15px; margin-top: 30px;}
ul.new-s3-ing-list{ margin:10px 0;}
ul.new-s3-ing-list li{ min-height:auto;font-size: 18px;line-height:26px;letter-spacing: 0.5px;}
ul.promise-list{ margin-top:15px;}
ul.promise-list li{ width:32%; margin-top:20px;}
ul.promise-list li:nth-child(4),ul.promise-list li:nth-child(5){ width:40%;}
ul.promise-list li p {font-size: 16px; line-height:18px; letter-spacing:0.5px;}
.promise-ic { width: 40px;}

.sectionFour{ padding:30px 0;}
.s4-t-img-row{ margin:30px 0 0; padding:0 40px;max-width: 430px;}
.s4-t-img-col{ width:50%;margin-bottom: 5px;}

.s4-vdo-row{ margin-top:20px;}
.s4-vdo-col{ width:100%; margin-top:20px;padding-bottom: 55%;}

.colm-list {padding-left: 65px;margin-top: 30px;}
.s4-test-img {width: 50px;top: 5px;}
.colm-list h3 {font-size: 22px;line-height: 28px;}
.s4-lst-txt{font-size: 17px; line-height: 26px;}
.s4-str{ width:80px;}
.s4-lst-txt2{font-size: 17px; line-height: 24px;}
.sectionFour .guarantee-box {margin-top: 30px;}

.sectionFive{ padding:30px 0;}
.faq-container{margin: 20px 0 0;}
.accordion {padding: 15px 40px 15px 0px;  font-size:18px; line-height:28px; letter-spacing:0.5px;}
.acdn-content {padding: 15px 0 0 0;}
.acdn-para{font-size:17px; line-height:25px;letter-spacing:0.5px;}


.footer{ padding:0 0 30px;}
.ftr-txt1{margin:20px 0 0; }

#call-btn {
    float: left;
    width: 100%;
    padding: 9px 10px 11px;
    background: #002d5a;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
#call-btn .comn-btn{ margin:0;font-size: 25px;line-height: 58px;height: 60px;padding-top: 5px;}


.ref-logo-col, .ref-logo-col.col-l{padding:10px; width:auto;}
.ref-logo-col img{display:inline-block; vertical-align:middle;}
.re-logo1{width:170px;}
.re-logo2{width:120px;}
.re-logo3{width:110px;}
.re-logo4{width:180px;}
.reference-title{font-size:24px;}
.reference-sec{padding:30px 0 40px;}
.ref-col-hlf{width:100%;}

}

@media only screen and (max-width:360px){
.bnr-text2 {font-size: 28px;line-height: 34px;}
.guarantee-box-txt2{font-size: 28px;}
.guarantee-box-txt2 span {font-size: 32px;}
.guarantee-box-txt3{ font-size:22px;}

}


/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}
