@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #2f2915;
	text-align: center;
	font-family: 'Apercu Pro';
}
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;
}
/*-------------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);
opacity: 0.9;
}
 50% {
transform: scale(1);
opacity: 1;
}
 100% {
transform: scale(0.9);
opacity: 0.9;
}
}
 @-webkit-keyframes pulse {
 0% {
-webkit-transform: scale(0.95);
opacity: 0.9;
}
 50% {
-webkit-transform: scale(1);
opacity: 1;
}
 100% {
-webkit-transform: scale(0.95);
opacity: 0.9;
}
}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*-------------------------
CSS FOR TOP BAR
--------------------------*/
.top-bar {
	padding: 20px 0;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	border-bottom: 1px solid #f7f8f9;
	background: #fff;
}
.top-bar.fixed-nav {
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
}
.logo {
	float: left;
	max-width: 100%;
}
.menu-bar {
	float: right;
	margin: 4px 0 0;
}
.menu-bar li {
	float: left;
	color: #202020;
	font-size: 18px;
	line-height: 22px;
	padding: 0px 43px 0 0;
	font-weight: 300;
}
.menu-bar li a {
	color: #202020;
}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #03888b;
}
.top-phn {
	float: left;
	color: #707070;
	font-size: 20px;
	line-height: 30px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #bfbfbf;
	font-weight: bold;
}
.header-gap {
	float: left;
	width: 100%;
	height: 73px;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	/*background: #bfbfbf url(../images/banner-bg.jpg?6315) no-repeat center top;*/
	background: #bfbfbf url(../images/new_banner4.jpg) no-repeat 60% top;
    padding: 35px 0 50px; 
}
.bnr-box {
	float: left;
	width: 840px;
	text-align: left;
	position: relative;
}
.bnr-p1 {
	float: left;
	width: 100%;
	color: #3c3c3c;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 0.5px;
}
.bnr-p2 {
	float: left;
	width: 100%;
	color: #03888b;
	font-size: 52px;
	line-height: 58px;
	letter-spacing: 0.5px;
	font-weight: bold;
}
.bnr-logo-strp {
	float: left;
	width: 90%;
	background: #58b0b2;
	position: relative;
	margin: 15px 0;
	background: #58b0b2;
}
.bnr-logo {
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -16px;
}
.bnr-logo-strp p {
	float: left;
	width: auto;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.5px;
	background: #63c9cc;
	text-align: left;
	padding: 3px 15px 9px 15px;
	margin-left: 63px;
}
.bnr-ul {
	float: left;
	width: 100%;
	margin: 0px 0 15px;
}
.bnr-ul li {
	float: left;
	width: 100%;
	color: #3b3b3b;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(../images/grn-tik.png?6315) no-repeat 10px 9px;
}
.bnr-dot-line {
	position: absolute;
	right: 38px;
	top: 264px;
}
.ord-now {
	display: inline-block;
	width: 310px;
	text-align: center;
}
.ord-now img {
	display: inline-block;
	max-width: 100%;
}
.ord-now p {
	float: left;
	width: 100%;
	color: #3b3b3b;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
}
.ord-now p b {
	color: #2e3b6e;
}
.ord-now p.wht-clr, .ord-now p.wht-clr b {
	color: #fff;
}
/*-------------------------
CSS FOR STRIP DIV
--------------------------*/
.wht-strip {
	float: left;
	width: 100%;
	padding: 30px 0 0px;
}
.wht-box {
	float: left;
	width: 100%;
	border-bottom: 2px solid #e8e9ed;
	padding-bottom: 25px;
	position: relative;
}
.wht-lft {
	float: left;
	width: 44%;
	padding-left: 120px;
	text-align: left;
}
.wht-p1 {
	float: left;
	width: 100%;
	color: #2e3b6e;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 4px;
  min-height:64px;
}
.wht-p2 {
	float: left;
	width: 100%;
	color: #6e6e6e;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 300;
}
.strp-ic-1 {
	position: absolute;
	left: 40px;
	top: 8px;
	width: 54px;
}
.wht-lft.fr {
	text-align: right;
	padding-left: 0;
	padding-right: 120px;
}
.wht-lft.fr .strp-ic-1 {
	left: auto;
	right: 30px;
	width: 74px;
}
.strp-seal {
	position: absolute;
	left: 50%;
	top: -44px;
	margin-left: -64px;
	width: 128px;
}
.strp-star {
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin-left: -45px;
	background: #fff;
	padding: 0 5px;
}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
	width: 100%;
	padding: 90px 0 70px;
}
.s1-p1 {
	float: left;
	width: 100%;
	color: #2e3b6e;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
}
.s1-p2 {
	float: left;
	width: 100%;
	color: #2e3b6e;
	font-size: 42px;
	line-height: 42px;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 15px 0 20px;
}
.sec-line {
	display: inline-block;
	height: 3px;
	width: 60px;
	max-width: 100%;
	background: #e8e9ed;
	border-radius: 3px;
}
.s1-p3 {
	float: left;
	width: 100%;
	color: #3b3b3b;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
}
.pad-1 {
	padding: 40px 0 0;
}
.s1-vdo-box {
	float: left;
	width: 100%;
	margin: 20px 0 10px;
}
.vdo-img {
	display: inline-block;
	max-width: 100%;
}
.s1-p4 {
	float: left;
	width: 100%;
	color: #3b3b3b;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: 500;
}
.s1-ul {
	float: left;
	width: 100%;
	padding: 20px 80px 35px;
}
.s1-ul li {
	float: left;
	width: 33.3%;
	padding: 0 40px;
	background: url(../images/s1-ul-li-line.png?6315) no-repeat right center;
}
.s1-li-ic1 {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	width: 40px;
}
.s1-ul li .wht-p1 {
	font-weight: 500;
}
.s1-ul li .wht-p2 {
	color: #3b3b3b;
}
.s1-ul li:last-child {
	background: none;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
	width: 100%;
	padding: 90px 0 75px;
	background: url(../images/s2-bg.jpg?6315) no-repeat top center;
	background-size: cover;
}
.s2-box {
	float: right;
	width: 670px;
	padding: 35px 20px 0 0;
	text-align: left;
}
.s2-ul {
	float: left;
	width: 100%;
	background: url(../images/s2-li-line.jpg?6315) repeat-y 24px top;
}
.s2-ul li {
	float: left;
	width: 100%;
	padding-left: 75px;
	margin: 20px 0 10px;
	text-align: left;
	position: relative;
}
.s2-ul li .wht-p1 {
	font-weight: 500;
	min-height: auto;
}
.s2-ul li .s1-p3 {
	font-weight: 300;
	line-height: 26px;
}
.s2-li-ic-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
}
.s2-box .ord-now {
	margin: 30px 0 0 75px;
}
.s2-prd {
	position: absolute;
	left: 0;
	top: 120px;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
	width: 100%;
	padding: 90px 0 70px;
}
.s3-ul {
	float: left;
	width: 100%;
	margin: 60px 0 40px;
}
.s3-ul li {
	float: left;
	width: 50%;
	padding: 0 70px 30px;
	position: relative;
}
.s3-seal-1 {
	display: inline-block;
	max-width: 100%;
	width: 130px;
}
.s3-p1 {
	float: left;
	width: 100%;
	color: #3b3b3b;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 1px;
	font-weight: 500;
}
.lit-fnt {
	font-weight: 300;
}
.pad-2 {
	padding: 9px 0 12px;
}
.s3-ul li:last-child {
	border-left: 1px solid #7c9fdf;
}
.s3-moon {
	position: absolute;
	top: 50%;
	left: -37px;
	margin-top: -37px;
}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
	float: left;
	width: 100%;
	padding: 90px 0 75px;
	background: url(../images/s4-bg.jpg?6315) no-repeat top center;
}
.section-4 .s1-p3 {
	color: #fff;
}
.s4-box {
	float: left;
	width: 100%;
	margin: 90px 0 25px;
	position: relative;
}
.s4-ul {
	float: right;
	width: 630px;
}
.s4-ul li {
	float: left;
	width: 100%;
	text-align: left;
	padding: 3px 0 25px 125px;
	position: relative;
	margin-bottom: 28px;
}
.s4-p1 {
	position: absolute;
	left: 72px;
	top: 7px;
	background: #fff;
	border-radius: 50%;
	padding: 4px 0;
	color: #3b3b3b;
	font-size: 20px;
	line-height: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
}
.s4-arrow {
	position: absolute;
	left: -30px;
	top: 14px;
}
.s4-li-line {
	position: absolute;
	left: 40px;
	bottom: 0;
}
.section-4 .s4-ul li .s1-p3 {
	line-height: 26px;
}
.s4-prd {
	position: absolute;
	left: -5px;
	top: -25px;
}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
	float: left;
	width: 100%;
	padding: 90px 0 75px;
}
.s5-ul {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.s5-ul li {
	float: left;
	width: 33.3%;
	padding: 0 15px;
}
.s5-li-ic-1 {
	display: inline-block;
	max-width: 100%;
}
.s5-ul li .s1-p4 {
	color: #343434;
	margin: 10px 0 5px;
}
.s5-li-arw, .s5-li-prd-1 {
	display: block;
	max-width: 100%;
	margin: 0 auto 0;
}
.s5-li-prd-1 {
	margin-bottom: 12px;
}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6 {
	float: left;
	width: 100%;
	padding: 90px 0 70px;
	background: #eaf4fa;
}
.s6-box {
	display: inline-block;
	width: 750px;
	background: #fff;
	border: 2px solid #d7d7d7;
	border-radius: 28px;
	margin: 35px 0 0;
    overflow: hidden;
}
.s6-box .s3-p1 {
	color: #2e3b6e;
	margin-bottom: 5px;
}
.s6-wht {
	float: left;
	width: 100%;
	padding: 20px 25px 25px;
}
.s6-blue-bg {
	float: left;
	width: 100%;
	background: url(../images/s6-box-bg.jpg?6315) no-repeat top center;
	height: 200px;
	border-radius: 0 0 25px 25px;
}
.s6-prd {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
	margin-top: -115px;
  max-width: 751px;
}
.s6-ul {
	float: left;
	width: 100%;
	padding: 12px 80px 28px;
}
.s6-ul li {
	float: left;
	width: 16%;
}
.s6-ic1 {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 3px;
	width: 72px;
}
.s6-ul .wht-p2 {
	color: #505050;
}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-7 {
	float: left;
	width: 100%;
	padding: 90px 0 70px;
}
.s7-ul {
	float: left;
	width: 100%;
	padding: 50px 0 30px;
	display: flex;
}
.s7-ul li {
	float: left;
	width: 23%;
	margin-right: 2.5%;
	border: 1px solid #7c9fdf;
	border-radius: 10px;
	background: #f5f6f9;
}
.s7-ul li:last-child {
	margin: 0;
}
.s7-logo-div {
	float: left;
	width: 100%;
	height: 130px;
	position: relative;
	background: #fff;
	border-radius: 10px 10px 0 0;
}
.s7-logo-div img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	padding: 0 5px;
}
.s7-txt-div {
	float: left;
	width: 100%;
	background: #f5f6f9;
	border-radius: 0 0 10px 10px;
	position: relative;
	padding: 40px 15px 30px;
}
.s7-blue-box {
	position: absolute;
	left: 50%;
	top: -19px;
	width: 150px;
	margin-left: -75px;
	height: 38px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	background: #009fff;
	border-radius: 20px;
	padding: 3px 5px;
}
.s7-star {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
	margin: 8px 0 0;
}
.s7-doc-box {
	float: left;
	width: 100%;
	background: url(../images/s7-doc-box.png?6315) no-repeat top center;
}
.s7-doc-img {
	display: inline-block;
	max-width: 100%;
}
.s7-doc-box .s3-p1 {
	color: #2e3b6e;
	margin-bottom: 5px;
}
.section-7 .ord-now {
	margin: 20px 0 0;
}
/*-------------------------
CSS FOR SECTION 8
--------------------------*/
.section-8 {
	float: left;
	width: 100%;
	padding: 90px 0 70px;
	background: url(../images/s8-bg.jpg?6315) no-repeat top center;
	background-size: cover;
}
.sec8-in {
	display: inline-block;
	width: 1030px;
	margin: 75px 0 5px;
}
.col-1 {
	float: left;
	width: 375px;
	margin: 138px 0 0;
}
.col-2 {
	float: left;
	width: 310px;
	background: #51c2c4;
	border-radius: 3px 3px 0 0;
	padding-bottom: 7px;
}
.col-3 {
	float: left;
	width: 345px;
}
.col-1 p {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #3c4a7a;
	padding: 15px 22px 15px 5px;
	font-weight: 300;
	letter-spacing: 1px;
}
.s8-pilw, .s8-logo, .s8-cl3-prd {
	display: inline-block;
	max-width: 100%;
}
.s8-pilw {
	    vertical-align: top;
    margin-top: -5px;
    max-width: 223px;
    padding-bottom: 0px;
    width:100%;
}
.s8-cl3-prd {
	vertical-align: top;
	margin-bottom: -5px;
    max-width: 223px;
        width: 100%;
}
.col-2 div, .col-3 div {
	float: left;
	width: 100%;
	border-bottom: 1px solid #6bcfd1;
	padding: 9px 22px 8.7px;
}
.col-3 div {
	border-bottom: 1px solid #3c4a7a;
}
.s8-logo-div {
	float: left;
	width: 100%;
	height: 138px;
}
.s8-tik {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}
.col-1 p.brd-btm, .col-2 div.brd-btm, .col-3 div.brd-btm {
	border-bottom: none;
}
.section-8 .ord-now {
	margin-left: 31px;
}
/*-------------------------
CSS FOR SECTION 9
--------------------------*/
.section-9 {
	float: left;
	width: 100%;
	padding: 90px 0 70px;
}
.s9-box {
	float: left;
	width: 100%;
	padding: 55px 130px;
}
.s9-row {
	float: left;
	width: 100%;
	position: relative;
	padding-right: 130px;
	text-align: left;
}
.s9-lft {
	padding-right: 0px;
	padding-left: 130px;
}
.face-1 {
	position: absolute;
	right: 0;
	top: 0;
}
.s9-lft .face-1 {
	right: auto;
	left: 0;
}
.s9-star-vari {
	display: inline-block;
	max-width: 100%;
	margin: 30px 0 8px;
}
.s9-p1 {
	float: left;
	width: 100%;
	color: #7a7a7a;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 300;
}
.medum-fnt {
	font-weight: 500;
}
.s9-hr {
	float: left;
	width: 100%;
	height: 1px;
	border: none;
	background: #a7c1d1;
	margin: 30px 0;
}
.section-9 .ord-now {
	margin-top: 22px;
}
/*-------------------------
CSS FOR SECTION 9
--------------------------*/
footer {
	float: left;
	width: 100%;
	padding: 45px 0;
	background: #092944;
}
footer p {
	float: left;
	width: 100%;
	color: #3b3b3b;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: 300;
}
footer p a {
	color: #3b3b3b;
}
.pad-3 {
	padding: 0 0 30px;
}
/*-=====================================================================================================
CSS FOR SELECT
=========================================================================================================-*/
.chkout-pg .container {
	width: 1030px;
}
.chk-top-bar {
	padding: 20px 0;
	float: left;
	width: 100%;
	background: #fff;
}
.chk-top-p {
	float: right;
	color: #202020;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 5px 0 0;
}
/*-------------------------
CSS FOR CHK BANNER
--------------------------*/
.chk-banner {
	float: left;
	width: 100%;
	background: url(../images/chk-bnr.jpg) no-repeat center top;
	padding: 35px 0;
	background-size: cover;
}
.chk-p1 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}
.chk-bnr-ul {
	float: left;
	width: 74%;
	margin: 4px 0 0;
}
.chk-bnr-ul li {
	float: left;
	width: 50%;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	padding-left: 28px;
	background: url(../images/chk-tik.png) no-repeat left 8px;
	letter-spacing: 1px;
	margin-top: 14px;
	text-align: left;
}
.chk-bnr-prd {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 100%;
}
/*-------------------------
CSS FOR CHK SECTION
--------------------------*/
.chk-sec-1 {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.chk-s1-box {
	float: left;
	width: 100%;
	background: #0f99a2;
	border-radius: 5px;
	position: relative;
}
.chk-s1-in {
	float: left;
	width: 100%;
	padding: 8px 8px 0 8px;
}
.chk-s1-p1, .chk-s1-p2 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px dashed #85c5c9;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	padding: 7px 10px 10px;
}
.chk-s1-in-2 {
	float: left;
	width: 100%;
	padding: 0px 8px 8px 8px;
	background: url(../images/chk-s1-in-bg.jpg) repeat left 8px;
	position: relative;
}
.chk-s1-p2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	border: 2px dashed #85c5c9;
	border-top: none;
	border-radius: 0 0 5px 5px;
	padding: 10px 10px 10px;
}
.chk-s1-plus {
	position: absolute;
	left: 50%;
	top: -8px;
	margin: 0 0 0 -11px;
}
.chk-s1-form-block {
	float: left;
	width: 100%;
	margin: 30px 0 50px;
}
.chk-blk-lft {
	float: left;
	width: 58%;
}
.chk-blk-rit {
	float: right;
	width: 38%;
}
.chk-bord-frm-box {
	float: left;
	width: 100%;
	border: 2px solid #d7d7d7;
	margin-bottom: 20px;
}
.stepCount {
	float: left;
	width: 100%;
	padding: 5px 10px 12px;
	text-align: left;
	background: #36468a;
}
.stepCount p {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 38px;
}
.chk-star, .chk-varify {
	float: left;
}
.chk-varify {
	margin: 0 0 15px;
}
.chk-star {
	margin: 20px 0 7px;
}
.chk-revw .s9-row {
	padding: 0;
}
/*-------------------------
CSS FOR LEFT
--------------------------*/
.buyOpt-row, .size-row {
	float: left;
	width: 100%;
	padding: 11px 15px 11px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
}
.buyOpt-row.active, .size-row.active {
	background: #e7f2f3;
}
.buyOpt-row:after, .size-row:after {
	content: '';
	position: absolute;
	height: 1px;
	left: 15px;
	right: 15px;
	bottom: 0;
}
.buyOpt-row:last-child:after, .size-row:last-child:after {
	display: none;
}
.packageOpt {
	float: left;
	width: 70%;
	text-align: left;
	position: relative;
	padding-left: 30px;
}
.buyOpt-row.active .popular:after {
	border-right: 14px solid #fff7b2;
}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
}
.packageOpt input[type=radio] + span {
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #220e62;
}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #220e62;
}
.packageOpt p {
	float: left;
	width: 100%;
	color: #2e3b6e;
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	letter-spacing: 1px;
}
.buy-spn-1 {
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	background: #41c1c9;
	border-radius: 2px;
	padding: 0px 5px 5px;
	line-height: 22px;
}
.buy-spn-2 {
	color: #2e3b6e;
	font-size: 20px;
	line-height: 22px;
}
.pkgPrice {
	float: right;
	width: 30%;
	text-align: right;
	padding-right: 7px;
}
.pkgPrice p {
	float: left;
	width: 100%;
	color: #181818;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.best-prc-buy {
	float: right;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	background: #ffc90a;
	padding: 0 5px 3px;
	margin-top: 7px;
}
a.chk-nxt-btn, .chk-btn {
	display: inline-block;
	width: 96%;
	margin: 27px 0;
	border-radius: 5px;
	border-bottom: 3px solid #be5000;
	height: 76px;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	padding: 18px 50px 20px 0;
	position: relative;
	text-transform: uppercase;
	background: #ff6c00 url(../images/chk-wht-arw.png) no-repeat right top;
	cursor: pointer;
}
.proDetails {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 15px;
}
.detailsLft {
	float: left;
	width: 56%;
	text-align: left;
}
.prodName {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #36468a;
	letter-spacing: 1px;
}
.prodDesc {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	margin: 2px 0 5px;
	color: #3b3b3b;
	letter-spacing: 1px;
}
.prodRgt {
	float: right;
	width: 45.4%;
	max-width: 170px;
	margin-top: 5px;
}
.detailsLft .best-prc-buy {
	float: left;
}
ul.rgt-list {
	float: left;
	width: 100%;
	margin-top: 15px;
	text-align: left;
}
ul.rgt-list li {
	float: left;
	width: 100%;
	padding: 3px 0 3px 27px;
	background: url(../images/grn-tik.png?6315) no-repeat left 8px;
	color: #3b3b3b;
	font-size: 18px;
	line-height: 22px;
	margin: 3px 0;
	letter-spacing: 0.5px;
}
.moneyback-blk {
	float: left;
	width: 100%;
	border: 1px solid #d7d7d7;
	border-radius: 5px 5px 0 0;
	padding: 20px 15px 20px;
	color: #3b3b3b;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-top: 55px;
	letter-spacing: 0.5px;
}
.moneyback-blk span {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.moneyback-blk img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -60px;
	margin-bottom: 20px;
}
.cust-blk {
	float: left;
	width: 100%;
	background: #41c1c9;
	padding: 21px;
	border: 1px solid #d7d7d7;
	border-radius: 0 0 5px 5px;
}
.cust-p1 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.cust-p2 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 5px 0;
	text-align: left;
	padding-left: 30px;
}
/*-------------------------
CSS FOR REVEW BLOCK
--------------------------*/
.reviewblk {
	float: left;
	width: 100%;
	margin: 50px 0 50px 0;
	text-align: center;
}
.ratingBox {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	background: #36468a;
	color: #fff;
	border-radius: 5px;
}
.ratingBox p {
	float: left;
	width: 100%;
	font-size: 42px;
	line-height: 75px;
	font-weight: 500;
}
.star-revw {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 12px;
}
.ratingBox span {
	float: left;
	width: 100%;
	font-size: 24px;
	background: #141f4f;
	padding: 7px 0 12px;
	border-radius: 0 0 5px 5px;
}
.ratingImg {
	display: inline-block;
	vertical-align: middle;
	margin: 0 50px;
}
.cs-percent {
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #d7d7d7;
	padding: 30px 10px;
	border-radius: 3px;
}
.cs-percent span {
	font-size: 30px;
	font-weight: bold;
}
.chk-revw {
	float: left;
	width: 100%;
	border-top: 1px solid #a7c1d1;
	padding: 30px 0;
}
/*-------------------------
CSS FOR SHIPPING
--------------------------*/
.frmBox {
	float: left;
	width: 100%;
	padding: 20px 20px;
}
.input-box {
	float: left;
	width: 100%;
	height: 48px;
	text-align: left;
	background-color: #ffffff;
	outline: none;
	margin: 6px 0;
	position: relative;
}
.input-box.hlf {
	width: 49%;
}
.input-box.fr {
	float: right;
}
.input-box.payfld {
	padding: 0 15px;
}
.input-box.payfld select {
	padding: 0 0 0 10px;
}
.fldicon {
	position: absolute;
	left: 12px;
	top: 12px;
}
.field-all {
	float: left;
	width: 100%;
	border: 1px solid #d7d7d7;
	outline: none;
	height: 100%;
	color: #3d3d3d;
	font-size: 18px;
	font-family: 'Apercu Pro';
	border-radius: 0 3px 3px 0;
	padding: 0 10px 3px;
	border-radius: 3px;
}
.field-all::placeholder {
 color: #3d3d3d;
}
.dwn-arw {
	position: absolute;
	right: 4px;
	top: 0px;
}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/dwn-arw.png) no-repeat right center;
	padding-right: 22px;
}
.frmBtn, a.frmBtn {
	float: left;
	width: 100%;
	margin: 12px 0 20px;
	background: #dd2a98;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	border-radius: 2px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	padding: 18px 2px;
	cursor: pointer;
}
.frm-seal {
	display: inline-block;
	max-width: 100%;
	margin: 0 0 15px;
}
.frmBox .chk-nxt-btn {
	margin: 35px 0 40px;
}
.card-accept {
	float: left;
	width: 100%;
	margin: 0px 0 5px;
	color: #3d3d3d;
	font-size: 18px;
	text-align: left;
}
.card-accept img {
	float: left;
}
.exp-p {
	float: left;
	width: 100%;
	margin: 12px 0 5px;
	color: #3d3d3d;
	font-size: 18px;
	text-align: left;
}
a.whats-dis {
	float: left;
	color: #00c749;
	font-size: 18px;
	margin: 17px 0 0 20px;
	text-decoration: underline;
	font-style: italic;
	font-weight: 300;
}
.protectionHeading label input[type=checkbox] {
	position: absolute;
	opacity: 0;
}
.protectionplan {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	border: 2px dashed #161f48;
	margin-top: 20px;
}
.protectionHeading {
	float: left;
	width: 100%;
	padding: 10px 50px 12px 10px;
	background: #505980;
	position: relative;
}
.protectionHeading label {
	float: left;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	cursor: pointer;
	padding-left: 36px;
}
.protectionHeading label input[type=checkbox] + span {
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 21px;
	border-radius: 4px;
	position: absolute;
	background: #fff;
	border: none;
	margin-right: 7px;
	margin-top: -2px;
	left: 14px;
	top: 14px;
}
.protectionHeading label input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/tik-blk.svg) no-repeat center center;
	background-size: 100%;
	left: 1px;
	top: 1px;
}
.rgt-arw {
	position: absolute;
	right: 10px;
	top: 16px;
}
.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes taddaR {
0% {
transform:translateX(0px)
}
50% {
transform: translateX(-15px);
}
100% {
transform: translateX(0px);
}
}
.protect-para {
	float: left;
	width: 100%;
	padding: 10px 15px 13px;
	text-align: left;
	color: #3d3d3d;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
}
.chk-btn {
	border: none;
	border-bottom: 3px solid #be5000;
	outline: none;
	-webkit-appearance: none;
	margin: 20px 0;
}
/*-=====================================================================================================
CSS FOR UPSELL
=========================================================================================================-*/
.red-clr {
	color: #ff0000;
}
.blue-clr {
	color: #0e8d90;
}
.upsell-pg .chk-top-p {
	text-align: right;
	margin: 0;
}
.upsell-pg .logo, .upsell-pg .top-phn {
	margin-top: 7px;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.up-banner {
	float: left;
	width: 100%;
	background: url(../images/up-bnr-bg.jpg) no-repeat center top;
	padding: 15px 0 0;
}
.up-bnr-hding {
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 38px;
	color: #ffc90a;
	margin: 0 0 5px;
	font-weight: bold;
}
.up-bnr-subhead {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	color: #d6d6d6;
	font-weight: 300;
}
.up-bnr-box {
	display: inline-block;
	width: 1030px;
	border: 1px solid #313f7a;
	margin: 15px 0 0;
	background: #048d90;
	border-radius: 3px;
	position: relative;
}
.up-bnr-lft {
	float: left;
	width: 680px;
	background: #fff;
	padding: 15px 25px 15px;
	text-align: left;
	border-radius: 3px 0 0 3px;
}
.up-bnr-p1 {
	float: left;
	width: 100%;
	font-size: 38px;
	line-height: 40px;
	color: #3d3d3d;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 2px 0 8px;
}
.up-bnr-p2 {
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 34px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.5px;
	position: relative;
	text-transform: uppercase;
	margin: 12px 0;
	background: #2f3d6b;
	text-align: left;
	padding: 7px 15px 11px;
}
.up-bnr-p2 img {
	position: absolute;
	right: 105px;
	top: -16px;
}
.up-bnr-p2 span {
	color: #ffc90a;
}
.up-bnr-txt-div {
	float: left;
	width: 100%;
	padding: 20px 0px;
}
.up-bnr-p3 {
	float: left;
	color: #3d3d3d;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 12px;
	border-right: 1px solid #e5e5e5;
}
.up-bnr-p3 span {
	font-weight: bold;
	position: relative;
}
.up-bnr-p3 span img {
	position: absolute;
	left: -6px;
	top: 3px;
}
.up-bnr-p4 {
	float: left;
	color: #0f1a2e;
	font-size: 60px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 15px;
}
.up-bnr-p4 sup {
	font-size: 32px;
	line-height: 32px;
}
.up-bnr-p4 sup.brd-btm {
	border-bottom: 1px solid #0f1a2e;
}
.up-bnr-p4 sub {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	left: -40px;
	top: -8px;
	letter-spacing: 1px;
}
.up-bnr-prd {
	position: absolute;
	right: 40px;
	top: 36px;
	margin: 0;
}
.up-bnr-rit {
	float: right;
	width: 348px;
	border-radius: 0 3px 3px 0;
	padding: 40px 0;
	text-align: left;
	position: relative;
}
.up-bnr-rit .s1-p4 {
	letter-spacing: 0.3px;
}
.up-bnr-ul {
	float: left;
	width: 100%;
}
.up-bnr-ul li {
	float: left;
	width: 100%;
	padding: 0 0 0 23px;
	margin-bottom: 3px;
	text-align: left;
	position: relative;
	background: url(../images/up-bnr-rit.png) no-repeat left 10px;
}
.up-bnr-ul li p {
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #313f7a;
}
.up-bnr-ul li:last-child p {
	border-bottom: none;
}
.up-hotels-logo {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.up-bnr-p5 {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 15px 5px;
	border-top: 1px solid #0ea9ac;
	border-bottom: 1px solid #0ea9ac;
	position: absolute;
	top: 460px;
	width: 90%;
	left: 50%;
	margin-left: -45%;
}
.up-bnr-p5 img {
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: -10px;
}
.up-bnr-p6 {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	color: #03888b;
	font-weight: 700;
	letter-spacing: 0.5px;
}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.up-sec-1 {
	float: left;
	width: 100%;
	padding: 70px 0;
}
.up-s1-box {
	float: left;
	width: 100%;
	position: relative;
	padding: 35px 65px 0px;
	min-height: 550px;
	margin-bottom: 30px;
}
.up-s1-ul {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.up-s1-ul li {
	float: left;
	width: 240px;
}
.up-s1-ul li:last-child {
	float: right;
}
.up-s1-ic1 {
	display: inline-block;
	max-width: 100%;
}
.up-s1-ul li .s1-p3 {
	color: #000000;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin: 3px 0 5px;
}
.up-s1-ul li .wht-p2 {
	color: #000000;
}
.upsell-s1-prd {
	position: absolute;
	left: 50%;
	top: 35px;
	margin-left: -286px;
}
.up-btn-box {
	display: inline-block;
	width: 370px;
	text-align: center;
}
.upsell-pg a.chk-nxt-btn {
	background: #ff6c00;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px 0 8px;
}
.up-seal {
	display: inline-block;
	max-width: 100%;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.up-sec-2 {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #eff6fc;
}
.up-s2-box {
	float: left;
	width: 100%;
	position: relative;
	padding: 98px 0 0;
	text-align: left;
}
.up-s2-ul {
	float: left;
	width: 45%;
}
.up-s2-ul li {
	float: left;
	width: 100%;
	padding: 0 50px 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px dotted #9cc2da;
	text-align: left;
}
.up-s2-ul li:last-child {
	border-bottom: none;
}
.up-s2-prd {
	position: absolute;
	right: 0;
	top: 60px;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.up-sec-3 {
	float: left;
	width: 100%;
	padding: 70px 0;
}
.upsell-chk-revw {
	display: inline-block;
	width: 1030px;
}
/*-==================================================================================================
CSS FOR SECTION 3
==================================================================================================-*/
.th-container {
	float: left;
	width: 100%;
	padding: 40px 0 60px;
	background: url(../images/up-bnr-bg.jpg) no-repeat center top
}
.thank-pg .up-bnr-hding {
	color: #fff;
}
.thank-pg .up-bnr-subhead {
	color: #fff;
}
.ups1-txt span {
	color: #d67d3c;
	font-weight: 500;
}
.ups1-txt b {
	font-weight: 500;
}
.thank .top-bar {
	position: static;
}
.thank .hdr-gap {
	height: 0px;
}
.thank .u-p1 {
	margin: 20px 0;
}
.thank .up-rit, .thank .up-lft {
	height: 455px;
}
.thk-p1 {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	color: #7c7c7c;
	padding: 5px 0 0 0;
}
.thk-box {
	float: left;
	width: 100%;
	padding: 0 20px;
}
.order-dtlbox {
	float: left;
	width: 100%;
	border-top: 1px solid #3a78bc;
	border-bottom: 1px solid #3a78bc;
	padding: 4px 0;
	margin: 13px 0 0 0;
}
.order-dtlbox p {
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	letter-spacing: 1px;
}
.order-dtlbox p span {
	font-weight: 700;
}
ul.thnkbx1-list {
	float: left;
	width: 100%;
	padding: 26px 20px;
}
ul.thnkbx1-list li {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ul.thnkbx1-list li:first-child {
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 44px;
	text-align: left;
	color: #3ee9ef;
}
.lft {
	width: 70%;
	text-align: left;
}
.rgt {
	width: 30%;
	text-align: right;
}
ul.thnkbx1-list li:nth-child(10), ul.thnkbx1-list li:nth-child(9) {
	color: #3ee9ef;
}
ul.thnkbx1-list li:nth-child(10), ul.thnkbx1-list li:nth-child(11) {
	border-top: 1px solid #3a78bc;
	border-bottom: 1px solid #3a78bc;
	padding: 8px 0 8px 0;
	margin: 15px 0 0 0;
}
.thnkbx1-btm {
	display: inline-block;
	width: 1099px;
	height: 86px;
	background: #ff9d58;
	position: relative;
	border-radius: 5px;
	margin: 20px 0;
}
.thnkbtm-txt {
	float: left;
	background: url(../images/thnk-bullet.png) left 25px no-repeat;
	padding: 25px 0 0 46px;
	margin: 0 0 0 30px;
	font-weight: 700;
	font-size: 20px;
	line-height: 37px;
	text-align: left;
	color: #fff;
}
.fbbtn {
	position: absolute;
	right: 18px;
	top: 17px;
}
.thnkbox2 {
	display: inline-block;
	width: 1099px;
	background: url(../images/thnkbx2-bg.jpg) left bottom repeat-x;
	border: 1px solid #e1e1e1;
	padding: 0 40px 60px;
}
.thnkbox2-lft, .thnkbox2-rgt {
	float: left;
	width: 47%;
}
.thnkbox2-rgt {
	float: right;
}
.shipping, .billing {
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	color: #0f6577;
	text-align: left;
	text-transform: uppercase;
	background: url(../images/ship-icon.jpg) 5px 23px no-repeat;
	padding: 25px 0 8px 50px;
	border-bottom: 1px solid #cfdbe3;
}
.billing {
	background: url(../images/bil-icon.jpg) 12px 29px no-repeat;
	padding: 25px 0 8px 50px;
}
ul.thnkbx2-list {
	float: left;
	width: 100%;
	padding: 32px 10px 0 10px;
}
ul.thnkbx2-list li.lft {
	width: 30%;
}
ul.thnkbx2-list li {
	float: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #343434;
	text-align: left;
}
ul.thnkbx2-list li.rgt {
	width: 70%;
	font-weight: 300;
	text-align: right;
	color: #525252;
}
.thank-box {
	display: inline-block;
	width: 1099px;
	margin: 25px 0 0;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	border: 1px solid #195597;
}
.thank-lft {
	float: left;
	width: 474px;
	height: 100%;
	background: url(../images/thnk-lft.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 27px 15px 20px;
	border-radius: 5px 0 0 5px;
	height: 455px;
}
.thank-rit {
	float: left;
	width: 623px;
	background: #195597;
	background-size: cover;
	padding: 22px 0px;
	border-radius: 0 5px 5px 0;
	/*height: 455px;*/
	height: auto;
}
.thnk-lft-p1 {
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #202020;
}
.thnk-prd {
	display: inline-block;
	max-width: 100%;
	margin: 20px 0;
}
.thank-ord {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 0;
	background: #0b3b70;
	margin-bottom: 20px;
}
/*-==================================================================================================
CSS FOR UPSELL 2
==================================================================================================-*/
.up-pg-2 .up-bnr-p2 img {
	top: -25px;
	right: 93px;
}
.up-pg-2 .s1-p4 {
	letter-spacing: 0.4px;
}
.up-pg-2 .up-bnr-prd {
	right: 0px;
	top: 65px;
	margin: 0;
}
.up2-p1 {
	display: inline-block;
	width: 82%;
	font-size: 16px;
	line-height: 24px;
	color: #3d3d3d;
	font-weight: 300;
	text-transform: uppercase;
	border-top: 1px solid #ebebeb;
	margin: 10px 0 0;
}
.up2-p1 span {
	padding: 0 10px;
	background: #fff;
	position: relative;
	top: -14px;
}
/*-==================================================================================================
CSS FOR UPSELL 3
==================================================================================================-*/
.up-pg-2 .up-pg-3 .up-bnr-prd {
	top: 115px;
}
/*-==================================================================================================
CSS FOR UPSELL 4
==================================================================================================-*/
a.nothank, a.nothank:hover {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	color: #919191;
	font-weight: 300;
	padding: 30px 0 0px;
	text-decoration: none;
}
a.nothank img {
	margin: 0 0 -3px 0;
}
@charset "utf-8";
/*-----------------------=============================================================================================
CSS FOR MEDIA QUERY
----------------------============================================================================================---*/
.show-mob, .show-tab {
	display: none !important;
}
.show-desk {
	display: block;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.wht-clr {
	color: #fff;
}
.tu {
	text-transform: uppercase;
}

.mobile_timer{
	    display: inline-block;
    background-color: #01177F;
    color: #fff;
    border-radius: 7px;
    font-size: 10px;
    padding: 6px 5px;
    margin-right: 27px;
    margin-top: -3px;
    line-height: 12px;
    display: none;
}
.mobile_timer span{font-weight: bold;font-size: 12px;}
 @media only screen and (max-width:1185px) {
}
}
.container {
	width: 1004px;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.bnr-box {
	width: 83%;
}
.bnr-ul li {
	font-size: 23px;
}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.s2-box {
	width: 58%;
	padding: 35px 0 0 0;
}
.s2-prd {
	top: 127px;
	width: 460px;
}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.s4-ul {
	width: 60%;
}
.s4-prd {
	left: 0;
	top: 1px;
	max-width: 576px;
	width: 43%;
	z-index: 1;
}
.s4-ul li {
	padding: 3px 0 20px 125px;
	margin-bottom: 12px;
}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.s6-box {
	width: 73%;
}
.s6-ul {
	padding: 12px 0px 28px;
}
/*-------------------------
CSS FOR SECTION 8
--------------------------*/
.sec8-in {
	width: 100%;
}
.col-1 {
	width: 37%;
	margin: 138px 0 0;
}
.col-2 {
	width: 31%;
}
.col-3 {
	width: 32%;
}
.section-8 .ord-now {
	margin-left: 48px;
}
/*-------------------------
CSS FOR SECTION 9
--------------------------*/
.s9-box {
	padding: 55px 80px;
}
/*-=====================================================================================================
CSS FOR UPSELL
=========================================================================================================-*/
.up-bnr-box {
	width: 100%;
}
.up-bnr-lft {
	width: 65%;
}
.up-bnr-rit {
	width: 35%;
}
.up-s1-box {
	padding: 35px 0 0px;
}
.up-s2-prd {
	max-width: 586px;
	width: 48%;
}
.up-s2-ul li {
	padding: 0 0 15px 0;
}
.up-s2-box {
	padding: 68px 0 0;
}
.up-s2-prd {
	top: 90px;
}
.upsell-chk-revw {
	width: 100%
}
/*--==============================================
CSS FOR THANK YOU
===================================================--*/
.thnkbx1-btm, .thnkbox2 {
	width: 98%;
}
.thank-box {
	width: 98%;
}
.thank-lft {
	width: 46%;
}
.thank-rit {
	width: 54%;
}
}
 @media only screen and (max-width:1050px) {
.chkout-pg .container {
	width: 1004px;
}
.chk-blk-rit {
	width: 40%;
}
}
 @media only screen and (max-width:1023px) {
.container, .chkout-pg .container {
	width: 755px;
}
.show-mob, .show-desk {
	display: none;
}
.show-tab {
	display: block;
}
/*-------------------------
CSS FOR LOGO
--------------------------*/
.menu-bar li {
	padding: 0px 13px 0 0;
}
.menu-bar li:last-child {
	padding: 0px 0px 0 0;
}
.logo {
	width: 180px;
}
.header-gap {
	height: 71px;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.bnr-p1 {
	font-size: 24px;
	line-height: 28px;
}
.bnr-box {
	width: 90%;
}
.bnr-p2 {
	font-size: 42px;
	line-height: 48px;
}
.bnr-ul li {
	font-size: 19px;
	padding-left: 26px;
	margin-bottom: 10px;
	background: url(../images/grn-tik.png?6315) no-repeat left 9px;
}
.bnr-dot-line {
	right: 0;
	top: 237px;
	width: 250px;
}
/*-------------------------
CSS FOR STRIP
--------------------------*/
.strp-ic-1 {
	left: 0;
}
.wht-lft {
	padding-left: 67px;
}
.wht-lft.fr .strp-ic-1 {
	left: auto;
	right: 0;
	width: 60px;
}
.wht-lft.fr {
	padding-left: 0;
	padding-right: 67px;
}
.strp-seal {
	top: -44px;
	margin-left: -50px;
	width: 100px;
}
.wht-p1 {
	font-size: 23px;
}
.s1-p2 {
	font-size: 37px;
	line-height: 42px;
}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .section-8, .section-9 {
	padding: 60px 0;
	background-size: cover;
}
.s1-ul {
	padding: 20px 0 35px;
}
.s1-ul li {
	padding: 0 20px;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.s2-box {
	width: 63%;
}
.s2-prd {
	top: 147px;
	width: 290px;
}
.s2-ul li {
	margin: 10px 0 10px;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.s3-ul li {
	padding: 0 40px 30px;
}
.s3-p1 {
	font-size: 28px;
}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.s4-ul li {
	padding: 0 0 20px 85px;
	margin-bottom: 12px;
}
.s4-p1 {
	padding: 0 0;
	font-size: 20px;
	line-height: 27px;
	width: 30px;
	height: 30px;
	left: 42px;
}
.s4-arrow {
	left: -30px;
	top: 6px;
	width: 65px;
}
.s4-prd {
	left: 0;
	top: 61px;
	width: 41%;
}
.s4-li-line {
	left: 25px;
	width: 390px;
}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.s6-box {
	width: 83%;
}
.s6-ul {
	padding: 12px 0 28px;
}
.s6-ul .wht-p2 {
	letter-spacing: 0.2px;
	font-size: 17px;
}
/*-------------------------
CSS FOR SECTION 8
--------------------------*/
.col-2 div, .col-3 div {
	padding: 9px 5px 8.7px;
}
.col-1 {
	width: 43%;
	margin: 138px 0 0;
}
.col-2 {
	width: 28%;
}
.col-3 {
	width: 29%;
}
.col-1 p {
	font-size: 19px;
	padding: 15px 5px 15px 5px;
}
.section-8 .ord-now {
	margin-left: 14%;
	max-width: 310px;
	width: 30%;
}
/*-------------------------
CSS FOR SECTION 9
--------------------------*/
.s9-box {
	padding: 55px 0;
}
/*-=====================================================================================================
CSS FOR SELECT
=========================================================================================================-*/
.chk-sec-1 {
	padding: 40px 0 30px;
}
.chk-p1 {
	font-size: 38px;
	line-height: 40px;
}
.chk-bnr-ul li {
	font-size: 17px;
	line-height: 26px;
	padding-left: 23px;
	margin-top: 9px;
}
.chk-bnr-prd {
	max-width: 240px;
	width: 100%;
}
.chk-s1-p1 {
	font-size: 25px;
	line-height: 40px;
	padding: 7px 5px 10px;
}
.stepCount p {
	font-size: 26px;
	line-height: 34px;
}
.buyOpt-row, .size-row {
	padding: 10px 8px 11px;
}
.packageOpt {
	width: 62%;
	padding-left: 24px;
}
.pkgPrice {
	width: 38%;
	padding-right: 0;
}
.buy-size .packageOpt {
	width: 100%;
}
.prodDesc {
	font-size: 17px;
	line-height: 24px;
	margin: 0px 0 2px;
}
.prodRgt {
	width: 36.4%;
}
.detailsLft {
	width: 63%;
}
.prodName {
	font-size: 22px;
}
.cust-blk {
	padding: 12px 10px;
}
.cust-p2 {
	font-size: 17px;
	line-height: 26px;
	margin: 4px 0;
	padding-left: 0;
}
.cust-p1 {
	margin-bottom: 6px;
}
.moneyback-blk {
	padding: 17px 10px 18px;
}
.ratingImg {
	margin: 0 30px;
}
.ratingBox {
	width: 170px;
}
.cs-percent {
	width: 190px;
}
.chk-revw {
	padding: 30px 10px 40px;
}
a.chk-nxt-btn, .chk-btn {
	width: 98%;
	font-size: 24px;
}
.frmBox {
	padding: 20px 10px;
}
.chk-s1-form-block {
	margin: 30px 0 30px;
}
/*-=====================================================================================================
CSS FOR UPSELL
=========================================================================================================-*/
.upsell-pg .chk-top-p {
	float: right;
	color: #202020;
	font-size: 12px;
	line-height: 15px;
}
.upsell-pg .logo, .upsell-pg .top-phn {
	margin-top: 0px;
}
.up-bnr-lft {
	padding: 15px 15px 15px;
}
.up-bnr-p6 {
	font-size: 28px;
}
.up-bnr-p1 {
	font-size: 33px;
	line-height: 35px;
	padding: 7px 0 8px;
}
.up-bnr-p2 {
	font-size: 28px;
	line-height: 27px;
	padding: 7px 7px 9px;
}
.up-bnr-prd {
	right: 20px;
	top: 46px;
	max-width: 380px;
}
.up-bnr-p2 img {
	right: 47px;
	top: -14px;
	width: 70px;
	z-index: 1;
}
.up-bnr-p5 {
	font-size: 15px;
	padding: 15px 0;
	width: 94%;
	margin-left: -47%;
}
.up-s1-ul li {
	width: 29%;
}
.upsell-s1-prd {
	margin-left: -170px;
	max-width: 340px;
	top: 45px;
}
.up-s1-ul {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.up-s1-ul li .s1-p3 {
	font-size: 18px;
}
.up-s1-box {
	min-height: 5px;
	margin-bottom: 10px;
}
.up-sec-1, .up-sec-2 {
	padding: 60px 0;
}
.up-s2-box {
	padding: 38px 0 0;
}
.up-s2-prd {
	width: 44%;
}
.up-s2-ul {
	width: 53%;
}
.up-s2-ul li {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.up-pg-2 .up-bnr-p2 img {
	top: -11px;
	right: 63px;
}
.up-pg-2 .up-pg-4 .s1-p4 {
	font-size: 21px;
}
/*--==============================================
CSS FOR THANK YOU
===================================================--*/
.thnkbx1-btm, .thnkbox2 {
	width: 100%;
}
ul.thnkbx2-list li {
	font-size: 17px;
	line-height: 34px;
}
.thnkbox2 {
	padding: 0 10px 60px;
}
ul.thnkbx2-list {
	padding: 20px 10px 0 10px;
}
ul.thnkbx1-list {
	padding: 26px 10px;
}
}
 @media only screen and (max-width:767px) {
     .bnr-logo-strp{
             width: 100%;
     }
 	.mobile_timer{display: inline-block;}
.container, .chkout-pg .container {
	width: 100%;
	padding: 0 10px;
	max-width: 600px;
}
.show-desk, .show-tab {
	display: none;
}
.show-mob {
	display: block !important;
}
/*-------------------------
CSS FOR LOGO BAR
--------------------------*/
.top-bar {
	padding: 13px 0px;
}
.menu-bar {
	display: none;
}
.header-gap {
	height: 54px;
}
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 2px;
	z-index: 16;
	height: 25px;
}
.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
}
.mob-mnu-ic span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 300;
	margin-top: 0px;
	margin-right: 5px;
}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #03888b;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.bar2 {
	margin: 6px 0;
}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background: #03888b;
}
.dl-active .bar2 {
	opacity: 0;
}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
	background: #03888b;
}
.mob-menu-div {
	float: left;
	width: 100%;
}
.mobimenu {
	float: left;
	width: 100%;
	position: fixed;
	top: 55px;
	background: #2d2b2a;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #414040;
}
.mobimenu-top {
	top: 60px;
}
.mobimenu li {
	float: left;
	width: 100%;
	color: #fff;
	padding: 10px;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #414040;
	font-weight: normal;
}
.mobimenu li a {
	color: #fff;
	float: left;
	width: 100%;
	padding: 10px 10px;
}
.mobimenu li a:hover, .mobimenu li a.active {
	color: #1b588b;
	text-decoration: none;
}
.mobimenu li ul {
	float: left;
	width: 100%;
	padding: 0 18px;
	border-bottom: 0;
}
.mobimenu li ul li:last-child {
	border: none;
}
.mobimenu li a:hover .m-arw, .mobimenu li a.active .m-arw {
	fill: #f08a3c;
}
.top-phn, .bnr-dot-line, .ord-now, .s2-prd, .s3-moon {
	display: none;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.bnr-box {
	width: 100%;
	text-align: center;
}
.banner {
	float: left;
	width: 100%;
	background: #faf9f9;
	padding: 20px 0 25px;
}
.banner .container {
	padding: 0;
}
.mob-bnr {
	display: inline-block;
	max-width: 100%;
	margin: 15px 0 0;
	vertical-align: top
}
.bnr-p1 {
	font-size: 21px;
	line-height: 25px;
	padding: 0 5px;
}
.hide-mob {
	display: none;
}
.bnr-p2 {
	font-size: 32px;
	line-height: 40px;
	padding: 0 5px;
}
.bnr-logo-strp {
	margin: 0px 0 15px;
}
.bnr-logo-strp {
	padding-left: 50px;
}
.bnr-logo-strp p {
	font-size: 19px;
	line-height: 27px;
	padding: 5px 10px 9px 10px;
	margin-left: 0px;
	width: 100%;
}
.bnr-logo {
	left: 7px;
}
.bnr-ul {
	padding: 0 10px;
	margin: 0px 0 0px;
}
.bnr-ul li {
	font-size: 19px;
	text-align: left;
}
/*-------------------------
CSS FOR STRIP
--------------------------*/
.wht-strip {
	padding: 0px 0 0px;
}
.wht-lft, .wht-lft.fr {
	width: 100%;
	text-align: center;
	padding: 0;
	margin-top: 20px;
}
.strp-ic-1, .wht-lft.fr .strp-ic-1 {
	position: static;
	display: inline-block;
}
.strp-ic-1 {
	width: 75px
}
.strp-seal, .strp-star {
	display: none;
}
.wht-lft.fr .strp-ic-1 {
	width: 84px;
}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .section-8, .section-9 {
	padding: 30px 0;
}
.s1-p2 {
	font-size: 32px;
	line-height: 36px;
	margin: 8px 0 10px;
}
.pad-1 {
	padding: 20px 0 0;
}
.s1-ul {
	padding: 0px 0 0;
}
.s1-ul li {
	width: 100%;
	background: none;
	padding: 0 10px;
	margin-top: 20px;
}
.s1-p1 {
	font-size: 22px;
	line-height: 24px;
}
.s1-li-ic1 {
	width: 55px;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.s2-box {
	width: 100%;
	padding: 0px 0 0 0;
}
.s2-ul {
	background: none;
}
.s2-ul li {
	padding-left: 60px;
	margin: 12px 0;
}
.s2-prd-mob {
	display: inline-block;
	max-width: 100%;
	margin: 25px 0 0;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.s3-ul {
	margin: 5px 0 0px;
}
.s3-ul li {
	padding: 20px 0 0px;
	width: 100%;
}
.s3-ul li:last-child {
	border-left: none;
}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.s4-box {
	margin: 30px 0 0px;
}
.s4-prd {
	display: none;
}
.s4-prd-mob {
	display: inline-block;
	max-width: 340px;
	width: 100%;
}
.s4-ul {
	width: 100%;
	margin-top: 20px;
}
.s4-arrow, .s4-li-line {
	display: none;
}
.s4-p1 {
	left: 2px;
	top: 4px;
}
.s4-ul li {
	padding: 0 0 15px 47px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #a3a5c8;
}
.s4-ul li:last-child {
	border-bottom: none;
}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.s5-ul li {
	width: 100%;
	padding: 30px 0px 0;
}
.s5-ul {
	margin: 0px 0;
}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.s6-box {
	width: 100%;
}
.s3-p1 {
	font-size: 26px;
	line-height: 32px;
}
.s6-blue-bg {
	height: 130px;
}
.s6-prd {
	margin-top: -95px;
}
.s6-ul {
	padding: 0px 0 0px;
	margin-top: -10px;
}
.s6-ul li {
	width: 50%;
	margin-top: 20px;
	letter-spacing: 0.5px;
	font-size: 18px;
}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.s7-ul {
	padding: 10px 0 30px;
	display: inline-block;
}
.s7-ul li, .s7-ul li:last-child {
	width: 100%;
	margin-right: 0;
	margin-top: 20px;
}
/*-------------------------
CSS FOR SECTION 8
--------------------------*/
.section-8 .s1-p4 {
	font-size: 17px;
}
.s8-logo-div {
	height: 97px;
}
.col-1 {
	width: 49%;
	margin: 74px 0 0;
}
.col-2 {
	width: 25%;
	border-radius: 3px 3px;
	padding-bottom: 0px;
}
.col-3 {
	width: 26%;
}
.col-1 p {
	font-size: 18px;
}
/*-------------------------
CSS FOR SECTION 9
--------------------------*/
.s9-box {
	padding: 30px 0;
}
.s9-row, .s9-lft {
	padding: 0px;
	text-align: center;
}
.face-1, .s9-lft .face-1 {
	position: static;
	display: block;
	margin: 0 auto 10px;
}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {
	padding: 0px 0 20px;
}
.pad-3-mob {
	padding: 20px 0 0;
}
footer p {
	font-size: 15px;
	line-height: 26px;
}
footer p a {
	font-size: 14px;
}
.pad-3 {
	padding: 15px 0 15px;
}
/*-----------------------
CSS FOR FIXED BTN
-------------------------*/
.ordnw-btn {
	display: none;
}
#call-btn{
    opacity: 1 !important;
}
#call-btn, #call-btn1 {
	float: left;
	width: 100%;
	padding: 7px 0 7px;
	background: #2e3b6e;
	position: fixed;
	bottom: 0%;
	left: auto;
	z-index: 5;
	transition: bottom 1s;
	display: table;
}
#call-btn img {
	vertical-align: top;
	width: 280px;
	/*height: 69px;*/
	height: 55px;
}
.call-p {
	float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-top: 0px;
}
/*-=====================================================================================================
CSS FOR SELECT
=========================================================================================================-*/
.chk-top-p {
	display: none;
}
.chkout-pg .logo {
	width: 180px;
	float: none;
	display: inline-block;
}
.chkout-pg .chk-top-bar {
	padding: 10px 0 8px;
	border-bottom: 1px solid #d7d7d7;
}
.chk-p1 {
	font-size: 32px;
	line-height: 36px;
}
.chk-banner {
	display: none;
}
.chk-bnr-ul {
	width: 70%;
	margin-top: 5px;
}
.chk-bnr-ul li {
	width: 100%;
	margin-top: 4px;
}
.chk-bnr-prd {
	right: 10px;
	top: 38px;
	max-width: 321px;
	width: 44%;
}
.chk-sec-1 {
	padding: 20px 0 20px;
}
.chk-s1-p1 {
	font-size: 21px;
	line-height: 30px;
	padding: 7px 5px 10px;
}
.chk-s1-p2 {
	font-size: 17px;
	line-height: 26px;
	padding: 15px 5px 10px;
}
.proDetails {
	margin: 12px 0 0;
}
.chk-s1-form-block {
	margin: 18px 0 30px;
}
.chk-blk-lft, .chk-blk-rit {
	width: 100%;
}
.stepCount p {
	font-size: 23px;
	line-height: 32px;
}
.packageOpt p {
	font-size: 21px;
	line-height: 29px;
	letter-spacing: 0.3px;
}
.packageOpt input[type=radio] + span {
	width: 15px;
	height: 15px;
}
.packageOpt input[type=radio]:checked + span:after {
	width: 7px;
	height: 7px;
}
.packageOpt {
	width: 55%;
	padding-left: 20px;
}
.buy-spn-1 {
	font-size: 15px;
	padding: 0px 5px 5px;
	line-height: 20px;
}
.buy-spn-2 {
	font-size: 17px;
	line-height: 22px;
}
.best-prc-buy {
	font-size: 13px;
	line-height: 20px;
	padding: 0 4px 3px;
	margin-top: 4px;
}
.pkgPrice p {
	font-size: 18px;
	line-height: 30px;
}
.pkgPrice {
	width: 45%;
}
ul.rgt-list {
	margin-top: 0px;
}
.ratingImg {
	width: 50%;
	margin: 0;
	max-width: 275px;
	margin: 0 0 0 4%;
}
.ratingBox {
	width: 42%;
}
.ratingBox p {
	font-size: 38px;
	line-height: 60px;
}
.star-revw {
	margin-bottom: 10px;
}
.ratingBox span {
	font-size: 20px;
	padding: 2px 0 5px;
}
.cs-percent {
	width: 100%;
	padding: 20px 10px;
	margin: 20px 0 0;
}
.reviewblk {
	margin: 30px 0 00px 0;
}
.chk-revw {
	padding: 18px 10px 30px;
	border: none;
}
.chk-nxt-btn {
	margin: 17px 0;
	padding: 0 8px;
}
.input-box.hlf {
	width: 100%;
}
.frmBox .chk-nxt-btn {
	margin: 15px 0 15px;
}
.frm-seal {
	margin: 0 0 0;
}
.input-box.hlf.cvv {
	width: 49%;
}
a.chk-nxt-btn, .chk-btn {
	width: 100%;
	font-size: 18px;
	background-size: 40px auto;
	height: 62px;
	padding: 11px 40px 11px 5px;
}
a.chk-nxt-btn {
	font-size: 30px;
	width: 98%;
	padding: 8px 40px 8px 5px;
}
.chk-revw .s9-row {
	text-align: left;
}
.chk-revw .s9-hr {
	margin: 20px 0;
}
/*-=====================================================================================================
CSS FOR UPSELL
=========================================================================================================-*/
.upsell-pg .logo {
	float: none;
	display: inline-block;
}
.upsell-pg .chk-top-p {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	margin-top: 8px;
	text-align: center;
}
.upsell-pg .chk-top-bar {
	padding: 10px 0 8px;
}
.up-bnr-hding {
	font-size: 27px;
	line-height: 31px;
}
.up-bnr-subhead {
	font-size: 18px;
	line-height: 22px;
}
.up-bnr-lft, .up-bnr-rit {
	width: 100%;
	text-align: center;
}
.up-bnr-lft {
	padding: 10px 10px 15px;
}
.up-bnr-prd {
	position: static;
	display: block;
	margin: 0 auto;
}
.up-bnr-p1 {
	font-size: 27px;
	line-height: 32px;
	padding: 2px 0 5px;
}
.up-bnr-p6 {
	font-size: 22px;
}
.up-bnr-p2 img {
	display: none;
}
.up-bnr-p2 {
	font-size: 25px;
	text-align: center;
	margin: 10px 0 20px;
}
.up-bnr-prd {
	position: static;
	display: block;
	margin: 0px auto 0;
	max-width: 100%;
}
.up-bnr-p3, .up-bnr-p4 {
	width: 100%;
	border: none;
	padding: 10px 0 0;
}
.up-bnr-txt-div {
	padding: 00px 0px 10px;
}
.up-bnr-p5 {
	font-size: 15px;
	padding: 15px 0;
	margin-left: 0%;
	position: static;
	width: 95%;
}
.up-btn-box {
	width: 100%;
}
.upsell-pg a.chk-nxt-btn {
	font-size: 24px;
	width: 100%;
}
.up-bnr-rit {
	padding: 25px 0 22px;
	position: relative;
}
.up-bnr-p5 img {
	top: 15px;
}
.up-sec-1, .up-sec-2, .up-sec-3 {
	padding: 30px 0;
}
.upsell-s1-prd {
	max-width: 320px;
	position: static;
	display: block;
	margin: 0 auto 10px;
	width: 100%;
}
.up-s1-box {
	padding: 25px 0 0px;
}
.up-s1-ul {
	margin: 0;
}
.up-s1-ul li {
	width: 100%;
	padding: 12px 10px;
}
.up-s2-prd {
	max-width: 320px;
	position: static;
	display: block;
	margin: 0 auto 15px;
	width: 100%;
}
.up-s2-box {
	padding: 20px 0 0;
	text-align: center;
}
.up-s2-ul {
	width: 100%;
}
.up-pg-2 .up-pg-4 .s1-p4 {
	font-size: 23px;
}
.up-pg-4 .up-bnr-ul {
	margin: 5px 0;
}
a.nothank, a.nothank:hover {
	padding: 20px 0 10px;
}
.up-percn-mob {
	position: absolute;
	right: 10%;
	top: 5%;
	width: 70px;
}
.up-mob-prd {
	display: inline-block;
	max-width: 320px;
	width: 100%;
	position: relative;
}
/*--==============================================
CSS FOR THANK YOU
===================================================--*/
.thank-pg .chk-top-bar {
	padding: 10px 0 8px;
	border-bottom: 1px solid #e3eaea;
}
.thank-pg .logo {
	float: none;
	display: inline-block;
}
.thank-box {
	box-shadow: none;
	margin: 18px 0 0;
	border: none;
}
.th-container {
	padding: 20px 0 30px;
}
.thank-lft, .thank-rit {
	height: auto;
	width: 100%;
	border-radius: 5px;
}
.thank-lft {
	display: none;
}
.thnk-lft-p1 {
	color: #fff;
}
.thk-p1 {
	color: #fff;
}
.thnkbox2 {
	padding: 0 10px 40px;
}
.thnkbox2-lft, .thnkbox2-rgt {
	width: 100%;
}
ul.thnkbx2-list {
	float: left;
	width: 100%;
	padding: 15px 0px 0 0px;
}
.thnkbx1-btm {
	margin: 12px 0;
	height: auto;
	padding: 15px 0 0 0;
}
.thk-box {
	padding: 0 15px;
}
ul.thnkbx1-list {
	padding: 10px 0;
}
.order-dtlbox {
	padding: 5px 0 8px;
}
ul.thnkbx1-list li {
	font-size: 16px;
}
.thnkbtm-txt {
	padding: 40px 10px 15px;
	margin: 0 0 0 0px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.5px;
	background-position: center top;
}
}
 @media only screen and (max-width:600px) {
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-8 .s1-p4 {
	font-size: 3vw;
}
.s8-logo-div {
	height: 15vw;
}
.sec8-in {
	margin: 40px 0 5px;
}
.s8-tik {
	width: 22px;
}
.col-1 {
	width: 58%;
	margin: 15vw 0 0;
}
.col-2 {
	width: 21%;
}
.col-3 {
	width: 21%;
}
.col-1 p {
	font-size: 4vw;
	line-height: 4vw;
	padding: 11px 0 0px 5px;
	letter-spacing: 0.5px;
	height: 10vw;
}
.s8-pilw {
	
}
.col-2 div, .col-3 div {
	padding: 12px 5px 11px;
	height: 10vw;
}
.col-2 div.s8-logo-div, .col-3 div.s8-logo-div {
	height: 15vw;
}
/*-=====================================================================================================
CSS FOR SELECT
=========================================================================================================-*/
.chk-p1 {
	font-size: 5.5vw;
	line-height: 6vw;
}
.chk-bnr-ul {
	margin-top: 2%;
}
.chk-bnr-ul li {
	font-size: 3.5vw;
	line-height: 5vw;
	margin-top: 1%;
	background-size: 14px auto;
	background-position: left 4px;
	letter-spacing: 0.8px;
	padding-left: 19px;
}
.chk-bnr-prd {
	right: 3px;
	width: 40%;
}
}
 @media only screen and (max-width:370px) {
.chk-btn {
	font-size: 16px;
}
.up-bnr-ul {
	padding: 15px 0 0;
}
.upsell-pg a.chk-nxt-btn {
	font-size: 22px;
	padding-top: 10px;
}
}

.footer .container .list-ftr li{display: inline-block;}


.left_img{

}
.s2-box {
    vertical-align: middle;
    display: inline-block;
        float: none;
        padding: 0;
}
.left_img {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.left_img img{
	width: 100%
}

.video_sec{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video_sec iframe{
  position: absolute;
  width: 100%;
  height: 100%;  
      left: 0;
    right: 0;
}
@media only screen and (max-width: 768px){
.video_sec {
    padding-bottom: 90%;
}
}