@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;
}
* {
	-webkit-box-sizing: border-box;
	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% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
opacity: 0.9;
}
 50% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
 100% {
-webkit-transform: scale(0.9);
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) no-repeat center 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: 100%;
	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: 92.5%;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.5px;
	background: #63c9cc;
	text-align: left;
	padding: 3px 35px 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) 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;
}
.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) 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) no-repeat top center;
}
.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) 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;
}
.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) 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;
}
.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) 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;
}
.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: -webkit-box;
	display: -ms-flexbox;
	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%;
	-webkit-transform: translate(-50%, -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) 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) 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: -40px;
}
.s8-cl3-prd {
	vertical-align: top;
	margin-bottom: -5px;
}
.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: #efefef;
}
footer p {
	float: left;
	width: 100%;
	color: #3b3b3b;
	font-size: 18px;
	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: 26px;
	line-height: 38px;
}
.stepCount p + .subline { font-size:18px;color:#fff; }
.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: 65%;
	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: 21px;
	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: 35%;
	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: 22px;
	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) 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::-webkit-input-placeholder {
 color: #3d3d3d;
}
.field-all:-ms-input-placeholder {
 color: #3d3d3d;
}
.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;
}
@-webkit-keyframes taddaR {
0% {
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
50% {
-webkit-transform: translateX(-15px);
transform: translateX(-15px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@keyframes taddaR {
0% {
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
50% {
-webkit-transform: translateX(-15px);
transform: translateX(-15px);
}
100% {
-webkit-transform: translateX(0px);
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: 25px;
	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: 60px;
	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;*/
	position: relative;
	    margin: 5px 15px;
}
.up-bnr-p4 sup {
	font-size: 32px;
	line-height: 32px;
}
.up-bnr-p4 sup.brd-btm {
	border-bottom: 1px solid #0f1a2e;
	position: absolute;
	bottom: 0;
}
.up-bnr-p4 sub {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	    right: -35px;
    bottom: -15px;
	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;
	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: 18px;
	line-height: 18px;
	color: #ff0000;
	font-weight: 300;
	padding: 30px 0 0px;
	text-decoration: none;
}
a.nothank img {
	margin: 0 0 -3px 0;
}
.sizedrpbx, .up-select-fld{
	display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 84px;
 }
 .sizedrpbx #upsell_products, .up-select-fld #select11{min-width: 210px;border-radius: 3px;height: 40px;}


  .chk-bord-frm-boxn{border: none;}
 .chk-bord-frm-boxn .table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
        text-align: left;
}
 .chk-bord-frm-boxn .table-bordered {
    border: 1px solid #d7d7d7;
}

.chk-bord-frm-boxn .table-bordered thead td,  .chk-bord-frm-boxn .table-bordered thead th {
    border-bottom-width: 2px;
}

 .chk-bord-frm-boxn .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d7d7d7;
}
 .chk-bord-frm-boxn .table-bordered td,  .chk-bord-frm-boxn .table-bordered th {
    border: 1px solid #d7d7d7;
}
 .chk-bord-frm-boxn .table td,  .chk-bord-frm-boxn .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #d7d7d7;
}

.cst_box1 .packageOpt{width: 60%;}
.cst_box1 .pkgSize{width: 40%; text-align: center;}
.cst_box1 .strike,.cst_box3 .strike{/*color: #FF2600; */font-weight: bold; position: relative;}
.cst_box1 .strike:after, .cst_box3 .strike:after {
  content: "";
  position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1.5px solid red;
    height: 45%;
    height: calc(50% - 2px);
    width: 100%;
    -webkit-transform: rotateZ(3deg);
    transform: rotateZ(3deg);
}
.cst_box2 .packageOpt{width: 60%;}
.color_box{width: 40%; float: right;}
.color_box_in{
	width: 145px;
    height: 36px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #808080;
    display: inline-block;
	position:relative;
}

img.color_box_pic {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 110px;
}
.color_box_in.grey{background-color: #b2b2b2; border-color: #b2b2b2;}
.color_box_in.beige{background-color: #fff0df; border-color: #fff0df;}


 @media only screen and (max-width: 1023px){
 	.cst_box2 .packageOpt{width: 60% !important;}
.color_box{width: 40%; float: right;}
.cst_box1 .packageOpt{width: 60% !important;}
.cst_box1 .pkgSize{width: 40% !important; text-align: center;}
 }


 @media only screen and (max-width: 767px){
  .sizedrpbx, .up-select-fld{    padding-left: 0;}
  .cst_box1 .packageOpt{width: 55% !important;}
.cst_box1 .pkgSize{width: 45% !important; text-align: center;}

.cst_box2 .packageOpt{width: 50% !important;}
.color_box{width: 50% !important; float: right;}



 }
.footer .container .list-ftr li{display: inline-block;}
.packageOpt.new_sec{
	width: 100%;
}

/*add css*/

select::-ms-expand {
    display: none;
}

#upsell_products,
#select11{
	background: url(../images/dwn-arw.png) no-repeat right center;
    padding-right: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

 #paypal_btn {
	    width: 90%;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin: 0 auto 20px;
}

.th_sec{
    width: 100%;
    margin: 30px auto 0;
}
a.nothank, a.nothank:hover{
	float: none;
	padding: 0;
}

@media only screen and (max-width: 768px){ 
	#paypal_btn {
	    width: 97%;                      
	}
}

.no_thank{
	display: block;
	    margin-top: 30px;
}

.cst_box2 label.size-row{
	padding: 0;
}

.cst_box2 label.size-row .packageOpt{
	padding: 11px 0px 11px 45px;
}

.cst_box2 .packageOpt input[type=radio] + span{
    left: 15px;
    top: 20px;
}
.cst_box2 .color_box img{
width: 100px;
margin:5px 0;
}