body.checkout {
	background: #f5f5fa;
}
.whiterow {
	background: #fff;
	padding: 15px 0px;
}

.strikethrough {
	position: relative;
}
.strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 2px solid;
	border-color: #c50000;

	-webkit-transform: rotate(-14deg);
	-moz-transform: rotate(-14deg);
	-ms-transform: rotate(-14deg);
	-o-transform: rotate(-14deg);
	transform: rotate(-14deg);
}

/*==============================================
pulse animation
==============================================*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

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

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

.cta a img {
	cursor: pointer;
}
.placeholder {
	background: #fff;
	opacity: 0.5;
}
.container-max {
	max-width: 1600px;
	min-width: 1360px;
}
html, body {
	background: #fff;
}
img.responsive {
	width: 100%;
}
.container.fixed {
	width: 1170px;
	max-width: 1170px;
	min-width: 1170px;
}
.container.fixed.section5 {
	width: 1209px;
	max-width: 1209px;
	min-width: 1209px;
}
.container.fixed.section5 .row {
	width: 1170px;
}
.container.checkoutSize {
	width: 1040px;
	max-width: 1040px;
	min-width: 1040px;
}
.container.checkoutSize .stepzone {
	min-width: 555px;
	width: 555px;
}

.veryTop {
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 1201px;
}
.veryTop .col-6 {
	width: 44%;
}
.veryTop .col-3 {
	width: 28%;
}

.logoZone {
	text-align: left;
}

.recommend {
	text-align: right;
}
.recommend img {
	margin-right: 10px;
}
.recommend.bottom img {
	margin-right: -15px;
}
.logoZone.bottom img {
	margin-left: -15px;
}


.logoTitle {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 8px;
	text-align: center;
}
.veryTop .logoTitle {
	text-align: left;
	margin-left: -35px;
	margin-right: 35px;
}
.bottomlogos {
	margin-top: 20px;
	margin-bottom: 20px;
}
.section1 {
	background: url(../images/sec1-bg-min.jpg) center center no-repeat #dadada;
	height: 574px;
}

.section1 .innerWrap {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 574px;
}
.section1 .innerWrap .image-product-label {
	position: absolute;
	bottom: -90px;
	left: 55px;
}
.section1 .innerWrap .image-product-label-badge {
	position: absolute;
	bottom: 200px;
	left: 350px;
}
.section1 .innerWrap .sec1-icons {
	position: absolute;
	bottom: -20px;
	left: 423px;
}
.section1 .innerWrap .formarrow {
	position: absolute;
	top: 14px;
	right: -80px;
}
.section1 .innerWrap .contents {
	position: absolute;
	top: 20px;
	left: 438px;
	width: 427px;
}
.section1 .innerWrap h1 {
	color: #0e2a55;
	letter-spacing: -2.1px;
	font-size: 40px;
	text-align: right;
}
.section1 .innerWrap h1 span {
	font-size: 32px;
	display: inline-block;
	position: absolute;
	top: 53px;
	left: 18px;
	font-weight: 400;
}
.section1 .innerWrap .contents .subline {
	margin: 10px 0px 10px 0px;
}
.section1 .innerWrap .contents p {
	color: #000;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
.section1 .innerWrap .contents ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 80px;
	margin-top: 12px;
}
.section1 .innerWrap .contents ul li {
	background: url(../images/image-sec1-check.png) center left no-repeat;
	font-size: 20px;
	margin: 2px 0px;
	padding-left: 30px;
}
.section1 .innerWrap .reserveForm {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 300px;
}

.reserveForm .redline {
	background: #ff3228;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding: 1px 0px;
}
.reserveForm .redline span {
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0px;
	display: inline-block !important;
	margin-left: 5px;
}
#stopwatch {
	width: 55px;
	text-align: left;
	display: inline-block;
}

.reserveForm .formbody {
	/*background:url(../images/sec1-form-bg.png) top left no-repeat #071b2d;*/
	background: rgb(19, 71, 123);
	background: linear-gradient(217deg, rgba(19, 71, 123, 1) 0%, rgba(7, 27, 45, 1) 88%);
	padding: 0px 10px 10px 10px;
}

.reserveForm .formbody .fTitle {
	text-align: center;
	color: #a2c7ff;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
}

.reserveForm .formbody .fTitle.bold {
	color: #fff;
	font-size: 36px;
	line-height: 28px;

}

.reserveForm form input, .reserveForm form {
	margin: 5px 0px 0px 0px;
}

.reserveForm form input[type=image] {
	cursor: pointer;
}

.reserveForm form .col-form-label {
	color: #fff;
	font-size: 14px;
	text-align: right;
	margin-top: 6px;
}

.reserveForm form .col-sm-4 {
	padding-left: 0px;
	padding-right: 5px;
}
.reserveForm form .col-sm-8 {
	padding-left: 5px;
}
.reserveForm form .mb-1 {
	margin-bottom: 0px !important;
}
.reserveForm form .mb-1.stateRow {
	margin-top: 5px !important;
	margin-bottom: 1px !important;
}
.reserveForm form .mb-1.stateRow .col-form-label {
	margin-top: 0px;
}

.reserveForm form input, .reserveForm form select {
	color: #000;
}

.reserveForm form .form-control, .reserveForm form .form-select {
	padding: 0.255rem 0.45rem;
}

.reserveForm form #cShipCity_wrap select, form #cBillCity_wrap select {
	margin-top: 5px;
}

.reserveForm .submitArea {
	padding: 6px 0px 6px 0px;
	text-align: center;
}

.reserveForm .submitArea img {
	width: 100%;
}

.reserveForm .secures {
	margin: 5px 0px;
	text-align: center;
}

/* ---------------------------------------------------------- section 2 */

.section2 {
	margin: 50px auto 65px auto;
	z-index: 99;
	position: relative;
	text-align: center;
}
.section2 .heading {
	color: #035da6;
	font-size: 40px;
	letter-spacing: -2px;
	line-height: 46px;
	margin-bottom: 20px;
}
.section2 .heading span {
	color: #0e2a55;
}
.section2 .lCard {
	text-align: center;
	color: #000;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 14px;
}
.section2 .lCard h3 {
	font-size: 20px;
	margin-top: 20px !important;
	letter-spacing: -1px;
}
.section2 .couple1 {
	background: url(../images/image-sec2-bg1-min.jpg) center center no-repeat lightblue;
	height: 368px;
}
.section2 .couple1 .col {
	position: relative;
}
.section2 .couple1 .col .contents {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 525px;
	text-align: left;
}
.section2 .couple1 .col .contents h2 {
	letter-spacing: -2px;
	color: #035da6;
	font-size: 40px;
	margin-bottom: 20px;
}
.section2 .couple1 .col .contents h2 span {
	color: #0e2a55;
}
.section2 .couple1 .col .contents p {
	font-size: 14px;
	padding: 6px 0px;
	width: 490px;
}
.section2 .couple1 .col .num1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -110px;
}

.section2 .couple2 {
	background: url(../images/image-sec2-bg2-min.jpg) center center no-repeat lightblue;
	height: 308px;
}
.section2 .couple2 .col {
	position: relative;
}
.section2 .couple2 .col .prodimg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -170px;
	margin-top: -115px;
}

.section2 .couple2 .col .textset {
	width: 292px;
	position: absolute;
	color: #fff;
	text-align: left;
}
.section2 .couple2 .col .textset h3 {
	letter-spacing: -1px;
	font-size: 20px;
	margin-bottom: 7px;
}
.section2 .couple2 .col .textset p {
	font-size: 14px;
}

.section2 .couple2 .col .textset.set1 {
	left: 863px;
	top: 30px;
}
.section2 .couple2 .col .textset.set2 {
	left: 863px;
	top: 137px;
}
.section2 .couple2 .col .textset.set3 {
	left: 863px;
	top: 225px;
}

.cta {
	background: url(../images/img-cta-bg.png) center center no-repeat #efefef;
	height: 82px;
	z-index: 99;
	position: relative;
}
.cta .col {
	position: relative;
}
.cta .col a {
	position: absolute;
	right: 15px;
	top: 11px;
}
.cta .col h3 {
	position: absolute;
	top: 10px;
	left: 180px;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.5px;
	line-height: 20px;
}
.cta .col h3 span {
	color: #035da6;
	font-size: 40px;
	display: block;
	line-height: 40px;
	letter-spacing: -1px;
}
.cta .col .boxes1 {
	position: absolute;
	top: 18px;
	left: 19px;
}
.cta .col .boxes2 {
	position: absolute;
	top: 12px;
	left: 45px;
}

.cta.blue {
	background: url(../images/img-cta-bg2.png) center center no-repeat #0d3155;
	height: 82px;
	z-index: 99;
	position: relative;
}
.cta.blue h3 {
	color: #51baff;
}
.cta.blue h3 span {
	color: #fff;
}


.section3 {
	background: url(../images/image-sec3-bg-min.jpg) center center no-repeat #0d3154;
	height: 593px;
	position: relative;
	margin-top: 30px;
}
.section3 .col {
	position: relative;
}
.section3 .col .icons {
	position: absolute;
	top: 483px;
	left: 90px;
}
.section3 .col .prod {
	position: absolute;
	top: 198px;
	left: 90px;
}
.section3 .col .prod img {
	width: 302px;
}
.section3 .col .prod-badge {
	position: absolute;
	top: 145px;
	left: 60px;
}
.section3 .col h3 {
	text-align: center;
	font-size: 40px;
	letter-spacing: -1px;
	color: #51baff;
	position: absolute;
	top: 30px;
	left: 215px;
}
.section3 .col h3 span {
	color: #fff;
}
.section3 .col .grid {
	width: 670px;
	position: absolute;
	top: 140px;
	left: 424px;
}
.section3 .col .grid .gx-5 {
	--bs-gutter-x: 5.4rem;
}
.section3 .col .grid h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: -0.5px;
	width: 145px;
	line-height: 18px;
	margin: 25px 0px 0px 0px;
	height: 70px;
}
.section3 .col .grid p {
	color: #fff;
	font-size: 14px;
	width: 145px;
	line-height: 20px;
}

.section4 {
	background: url(../images/image-sec4-bg-min.jpg) center center no-repeat #0d3154;
	height: 608px;
	position: relative;
	margin-top: 0px;
}
.section4 .col {
	position: relative;
}
.section4 .col .content {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 490px;
}
.section4 .col .content p {
	font-size: 14px;
	line-height: 18px;
}
.section4 .col h2 {
	text-align: left;
	font-size: 40px;
	letter-spacing: -2px;
	color: #035da6;
	margin-bottom: 15px;
	line-height: 45px;
}
.section4 .col h2 span {
	color: #0e2a55;
}
.section4 .col .prod {
	position: absolute;
	top: 314px;
	left: 794px;
}
.section4 .col .prod img {
	width: 302px;
}
.section4 .col .prod-badge {
	position: absolute;
	top: 255px;
	left: 765px;
}
.section4 .col h3 {
	text-align: left;
	font-size: 25px;
	letter-spacing: -1px;
	color: #000000;
	margin-top: 0px;
}
.section4 .col h3 span {
	color: #035da6;
}
.section4 .col .threeblocks {
	position: absolute;
	top: 360px;
	left: 20px;
}
.section4 .col .threeblocks .threetext {
	width: 720px;
	margin-left: -20px;
	margin-top: 15px;
}
.section4 .col .threeblocks .threetext p {
	font-size: 14px;
	line-height: 19px;
}

.section5 {
	background: url(../images/image-sec5-bg-min.jpg) center center no-repeat #0d3154;
	height: 702px;
	position: relative;
	margin-top: 0px;
}
.section5 .col {
	position: relative;
	width: 100%;
	height: 702px;
}
.section5 .col .prod {
	position: absolute;
	top: 400px;
	left: 103px;
}
.section5 .col .prod img {
	width: 302px;
}
.section5 .col .prod-badge {
	position: absolute;
	top: 340px;
	left: 78px;
}
.section5 .col .contents {
	position: absolute;
	top: 30px;
	left: 227px;
	width: 750px;
	text-align: center;
}
.section5 .col .contents p {
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
.section5 .col h3 {
	font-size: 40px;
	letter-spacing: -1px;
	color: #035da6;
	margin-top: 0px;
	margin-bottom: 15px;
}
.section5 .col h3 span {
	color: #0e2a55;
}
.section5 .slider-ingredients {
	position: absolute;
	left: 520px;
	top: 205px;
	width: 640px;
}
.section5 .slider-ingredients .ingredient-entry {
	height: 385px;
}
.section5 .slider-ingredients .slick-dots {
	bottom: -55px;
}
.section5 .slider-ingredients h4 {
	font-size: 20px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	margin-left: 40px;
	margin-top: 0px;
}
.section5 .slider-ingredients p {
	font-size: 14px;
	line-height: 19px;
	margin-left: 40px;
	width: 240px;
}
.section5 .slick-slide {
	margin: 0px 10px;
	border: none !important;
}

.section6 {
	background: #f5f5fa;
	height: 608px;
	position: relative;
	margin-top: 0px;
}
.section6 .col {
	position: relative;
	width: 100%;
	height: 608px;
}
.section6 .col .contents {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.section6 .col .contents p {
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
.section6 .col h3 {
	font-size: 40px;
	letter-spacing: -1px;
	color: #035da6;
	margin-top: 0px;
	margin-bottom: 15px;
}
.section6 .col h3 span {
	color: #0e2a55;
}
.section6 .col span.vs-label {
	font-size: 40px;
	position: absolute;
	left: 555px;
	top: 250px;
}
.section6 .pros-list {
	position: absolute;
	left: 249px;
	top: 189px;
}
.section6 .pros-list .prosCheck {
	position: absolute;
	left: 0px;
	top: 90px;
}
.section6 .pros-list .prodPro {
	margin-left: 23px;
}
.section6 .pros-list ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 16px;
	margin-left: -50px;
	margin-top: -10px;
	width: 397px;
}
.section6 .pros-list ul li {
	background: url(../images/image-lidot-pros.png) left center no-repeat;
	padding: 5px 0px 5px 100px;
	width: 100%;
	border-bottom: 1px solid #e7e6eb !important;
	background-position: 80px 13px;
}
.section6 .cons-list {
	position: absolute;
	left: 647px;
	top: 211px;
}
.section6 .cons-list ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 16px;
	margin-left: -50px;
	margin-top: -10px;
	width: 397px;
	margin-top: 10px;
}
.section6 .cons-list ul li {
	background: url(../images/image-lidot-cons.png) left center no-repeat;
	padding: 5px 0px 5px 100px;
	width: 100%;
	border-bottom: 1px solid #e7e6eb !important;
	background-position: 80px 13px;
}


.section7 {
	background: #fff;
	height: 925px;
	position: relative;
	margin-top: 0px;
}
.section7 .col {
	position: relative;
	width: 100%;
}
.section7 .col .contents {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.section7 .col .contents p {
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
.section7 .col h3 {
	font-size: 40px;
	letter-spacing: -1px;
	color: #035da6;
	margin-top: 0px;
	margin-bottom: 15px;
}
.section7 .col h3 span {
	color: #0e2a55;
}
.section7 .review-grid {
	position: absolute;
	left: 9px;
	top: 180px;
	width: 100%;
}
.section7 .review-grid .container.gridbody {
	width: 1170px;
	min-width: 1170px;
	padding-right: 0px;
	padding-left: 0px;
}
.section7 .review-grid .bigone {
	background: url(../images/image-sec7-story-big-min.jpg) left center no-repeat;
	width: 474px;
	min-width: 474px;
	height: 472px;
	position: relative;
}
.section7 .review-grid .twosmalls {
	width: 680px;
	min-width: 705px;
}
.section7 .review-grid .smallone {
	background: url(../images/image-sec7-story-small1-min.jpg) left center no-repeat;
	height: 219px;
	margin-bottom: 15px;
}
.section7 .review-grid .smalltwo {
	background: url(../images/image-sec7-story-small2-min.jpg) left center no-repeat;
	height: 238px;
}
.section7 .review-grid .bigone .review {
	padding: 20px 0px 0px 15px;
	width: 250px;
}
.section7 .review-grid .bigone .review h2 {
	font-size: 30px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.section7 .review-grid .bigone .review p {
	font-size: 14px;
	width: 220px;
}
.section7 .review-grid .bigone .rating {
	position: absolute;
	bottom: 15px;
	right: 25px;
}
.section7 .review-grid .bigone .rating .stars {
	margin-bottom: 5px;
}
.section7 .review-grid .bigone .rating .name-address {
	font-size: 30px;
}
.section7 .review-grid .bigone .rating .name-address span {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 15px;
	letter-spacing: 1px;
}
.section7 .review-grid .smallreview .review {
	padding: 15px 10px 0px 140px;
}
.section7 .review-grid .smallreview .review .rating {
	margin-bottom: 10px;
	font-size: 24px;
}
.section7 .review-grid .smallreview .review .rating img {
	margin-right: 15px;
	float: left;
	margin-top: 12px;
}
.section7 .review-grid .smallreview .review .rating span {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 15px;
	letter-spacing: 1px;
}
.section7 .review-grid .smallreview .review h2 {
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.section7 .review-grid .smallreview .review p {
	font-size: 14px;
	line-height: 20px;
}
.section7 .col .reviews-slider {
	height: 262px;
	width: 100%;
	border: 1px solid #e7e6eb;
	position: absolute;
	top: 663px;
	left: 0px;
}
.section7 .col .reviews-slider .slider-reviews {}
.section7 .col .reviews-slider .slider-reviews .stars {
	margin-bottom: 10px;
}
.section7 .col .reviews-slider .slider-reviews h4 {
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 6px;
}
.section7 .col .reviews-slider .slider-reviews p {
	font-size: 14px;
	height: 95px;
}
.section7 .col .reviews-slider .slider-reviews .uname {
	font-size: 20px;
}
.section7 .col .reviews-slider .slider-reviews .uname span {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 20px;
	letter-spacing: 2px;
}
.section7 .col .reviews-slider .slider-reviews .slick-slide {
	padding: 25px 54px;
	border: none;
}
.section7 .col .reviews-slider .slick-dots {
	bottom: -5px;
}
.section7 .col .reviews-slider .slick-dots li button:before {
	color: #0e2a55;
}
.section7 .col .reviews-slider .slick-dots li.slick-active button:before {
	color: #008dff;
}

.section8 {
	background: url(../images/image-sec8-bg-min.jpg) center center no-repeat #dadada;
	height: 598px;
	position: relative;
}
.section8 .innerWrap {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 574px;
}
.section8 .innerWrap .image-product-label {
	position: absolute;
	bottom: -90px;
	left: 37px;
}
.section8 .innerWrap .sec1-icons {
	position: absolute;
	bottom: -20px;
	left: 423px;
}
.section8 .innerWrap .formarrow {
	position: absolute;
	top: 14px;
	right: -80px;
}
.section8 .innerWrap .contents {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 430px;
}
.section8 .innerWrap h1 {
	color: #0e2a55;
	letter-spacing: -4px;
	font-size: 50px;
	text-align: left;
}
.section8 .innerWrap h2 {
	color: #000;
	letter-spacing: -1px;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
}
.section8 .innerWrap h1 span {
	font-size: 32px;
	display: inline-block;
	font-weight: 400;
}
.section8 .innerWrap .contents .subline {
	margin: 5px 0px 5px 0px;
}
.section8 .innerWrap .contents p {
	color: #000;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
.section8 .innerWrap .contents p {
	color: #000;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
.section8 .innerWrap .contents ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 57px;
	margin-top: 10px;
}
.section8 .innerWrap .contents ul li {
	background: url(../images/image-sec1-check.png) center left no-repeat;
	font-size: 20px;
	margin: 2px 0px;
	padding-left: 30px;
}
.section8 .innerWrap .contents .go {
	margin: 15px 0px 0px 57px;
}
.section8 .innerWrap .contents .go img {
	cursor: pointer;
}
.section8 .innerWrap .data {
	position: relative;
	overflow: hidden;
	margin: 10px 0px;
}
.section8 .innerWrap .data img {
	float: left;
	margin-right: 10px;
}
.section8 .innerWrap .data .txt {
	float: right;
	width: 340px;
}
.section8 .innerWrap .formarrow {
	position: absolute;
	top: 70px;
	left: -80px;
}
.section8 .innerWrap .icons {
	position: absolute;
	bottom: 0px;
	left: 875px;
}
.section8 .innerWrap .prod {
	position: absolute;
	bottom: -99px;
	left: 480px;
}
.section8 .innerWrap .prod-badge {
	position: absolute;
	bottom: 184px;
	left: 465px;
}

.footer {
	text-align: center;
	z-index: 99;
	position: relative;
}
.footer .ftr-txt {
	padding: 60px 0px 20px 0px;
}
.footer .ftr-txt p {
	font-size: 12px;
}
.footer .ftr-txt p.copy {
	font-size: 14px;
}
.footer .ftr-txt .links {
	padding: 0px 0px 20px 0px;
	font-size: 16px;
}
.footer .ftr-txt .links a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	margin: 0px 5px;
}
.footer .ftr-txt .links a:hover {
	color: #07589a;
}

.thepage {
	margin-top: 30px;
}
.thepage .packages {
	min-width: 725px;
	width: 725px;
	max-width: 725px;
}
.thepage .formarea {
	min-width: 305px;
	width: 305px;
	max-width: 305px;
}

.packages .redline {
	background: #ff3228;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	letter-spacing: -0.5px;
}
.packages .redline img {
	display: inline-block;
	margin: -7px 5px 0px 5px;
}
.packages .packtitle {
	text-align: center;
	padding: 10px;
	color: #0e2a55;
	font-size: 20px;
	letter-spacing: -0.5px;
	margin: 5px 0px;
}

.formarea .formbody {
	background: rgb(19, 71, 123);
	background: linear-gradient(217deg, rgba(19, 71, 123, 1) 0%, rgba(7, 27, 45, 1) 88%);
	padding: 20px 20px 10px 20px;
}
.formarea .formbody .fTitle {
	text-align: center;
	color: #a2c7ff;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
.formarea .formbody .fTitle.bold {
	color: #fff;
	font-size: 46px;
	line-height: 50px;
}

.formarea .formbody .totals {
	display:none;
	text-align: center;
	color: #fff;
	border-top: 2px solid #426a91;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	min-height:240px;
}

.formarea .formbody .totals .entry {
	overflow: hidden;
	padding: 5px 0px;
	font-size: 14px;
}

.formarea .formbody .totals .entry .e_key {
	width: 38%;
	float: left;
	text-align: right;
	margin-right: 4%;
}

.formarea .formbody .totals .entry .e_value {
	width: 58%;
	float: left;
	text-align: left;
}

.formarea .formbody .totals h4 {
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.formarea .formbody form input, .formarea .formbody form {
	margin: 5px 0px 0px 0px;
}
.formarea .formbody form input[type=image] {
	cursor: pointer;
}
.formarea .formbody form .col-form-label {
	color: #fff;
	font-size: 14px;
	text-align: right;
	margin-top: 6px;
}
.formarea .formbody form .col-sm-4 {
	padding-left: 0px;
	padding-right: 5px;
}
.formarea .formbody form .col-sm-8 {
	padding-left: 5px;
}
.formarea .formbody form .mb-1 {
	margin-bottom: 2px !important;
}
.formarea .formbody form .mb-1.stateRow {
	margin-top: 5px !important;
	margin-bottom: 1px !important;
}
.formarea .formbody form .mb-1.stateRow .col-form-label {
	margin-top: 0px;
}
.formarea .formbody form input, .formarea .formbody form select {
	color: #000;
}
.formarea .formbody form .form-control, .formarea .formbody form .form-select {
	padding: 0.255rem 0.45rem;
}
.formarea .formbody form #cShipCity_wrap select {
	margin-top: 5px;
}
.formarea .formbody .submitArea {
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.formarea .formbody .submitArea img {
	width: 100%;
}
.formarea .formbody .secures {
	margin: 5px 0px;
	text-align: center;
}
.formarea .formbody .form-check {
	color: #fff;
	font-size: 14px;
}
.formarea .formbody .form-check label {
	margin-left: 10px;
}
.formarea .formbody .fieldToggle {
	margin: 10px 0px;
}
.formarea .formbody .cards {
	text-align: center;
	margin: 10px 0px;
}
.formarea .formbody .half input {
	width: 47.5%;
	float: left;
}
.formarea .formbody .half a.what {
	display: inline-block;
	text-align: center;
	width: 50%;
	float: right;
	font-size: 12px;
	color: #fff;
	margin-top: 11px;
}
.formarea .formbody .half-two select {
	width: 47.5%;
}
.formarea .formbody .half-two select:nth-of-type(1) {
	float: left;
	margin-top: 5px;
}
.formarea .formbody .half-two select:nth-of-type(2) {
	float: right;
	margin-top: 5px;
}
.formarea .formbody label.invalid {
	margin-left: 0px;
	width: 100%;
	text-align: right;
}
.formarea .optionSelector {
	border: 1px solid #3d5a75;
	padding: 0px;
	margin: 15px 0px 20px 0px;
}
.formarea .optionSelector .selector {
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	letter-spacing: -0.5px;
	padding: 15px 5px 15px 45px;
	background: url(../images/image-checkout-selectors-off.png) center left no-repeat;
	background-position: 10px 18px;
}
.formarea .optionSelector .selector.selected {
	cursor: auto;
	color: #000;
	background: url(../images/image-checkout-selectors-on.png) center left no-repeat #fff;
	background-position: 10px 18px;
}
.formarea .optionSelector .selector p {
	font-size: 14px;
	color: #fff;
	padding: 0px;
	margin-top: 10px;
	margin-left: -35px;
	margin-bottom: 0px;
}
.formarea .optionSelector .selector.selected p {
	color: #000;
}

.packages .packageselectors {
	margin-bottom: 30px;
}
.packageselectors .package {
	width: 100%;
	min-height: 275px;
	background: #fff;
	box-shadow: 0px 3px 10px #e7e6eb;
	border: 5px solid #fff;
	margin-bottom: 18px;
	position: relative;
	cursor: pointer;
}
.packageselectors .package:hover {
	box-shadow: 0px 3px 10px #ced1f5;
}
.packageselectors .package .header {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e7e6eb;
	padding: 5px 17px;
}
.packageselectors .package .header h2 {
	color: #0e2a55;
	font-size: 30px;
	letter-spacing: -1px;
	float: left;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	width: 440px;
}
.packageselectors .package .header h2 span {
	color: #035da6;
}
.packageselectors .package .header .check {
	float: left;
	width: 23px;
	height: 23px;
	border: 2px solid #000;
	border-radius: 4px;
	margin: 6px 15px 0px 0px;
	text-align: center;
}
.packageselectors .package .header .freeshipping {
	float: left;
	padding: 1px 5px 3px 5px;
	background: #12558b;
	margin-top: 2px;
}
.packageselectors .package .select-area {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.packageselectors .package .select-area .butt {
	width: 196px;
	height: 51px;
	background: url(../images/image-check-pacjage-button-select.png) center center no-repeat;
}
.packageselectors .package .listprice {
	position: absolute;
	top: 72px;
	left: 486px;
	font-size: 18px;
}
.packageselectors .package .listprice span {
	display: inline-block;
	padding: 0px 6px;
}
.packageselectors .package .sameas {
	position: absolute;
	top: 115px;
	left: 484px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 170px;
}
.packageselectors .package .sameas span {
	display: inline-block;
	color: #035da6;
	font-size: 56px;
	line-height: 56px;
	letter-spacing: -3px;
	margin-right: -40px;
	margin-top: 3px;
}
.packageselectors .package .sameas span sup {
	font-size: 24px;
	display: inline-block;
	top: -20px;
	letter-spacing: 0px;
}
.packageselectors .package .sameas span sup:nth-of-type(2) {
	text-decoration: underline;
	margin: 0px 5px;
}
.packageselectors .package .sameas span sub {
	font-size: 13px;
	display: inline-block;
	top: -2px;
	left: -40px;
	letter-spacing: 1px;
	text-transform: none;
}
.packageselectors .package .sameas.oneproduct {
	top: 95px;
}
.packageselectors .package .stockinfo {
	text-align: center;
	font-size: 16px;
	color: #000;
	position: absolute;
	left: 20px;
	bottom: 15px;
	width: 450px;
}
.packageselectors .package .stockinfo span {
	color: #ff3228;
}
.packageselectors .package .offerimages {
	position: absolute;
	width: 390px;
	height: 146px;
	left: 55px;
	top: 70px;
}
.packageselectors .package .offerimages img.plusimage {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
}
.packageselectors .package .offerimages .product-pack-3 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 172px;
}
.packageselectors .package .offerimages .product-pack-2 {
	position: absolute;
	width: 160px;
	top: 0px;
	right: 5px;
}
.packageselectors .package .offerimages .product-pack-1 {
	position: absolute;
	width: 160px;
	top: 0px;
	right: 5px;
}
.packageselectors .package .offerimages .product-pack-2left img, .packageselectors .package .offerimages .product-pack-3 img, .packageselectors .package .offerimages .product-pack-2 img, .packageselectors .package .offerimages .product-pack-1 img {
	width: 130px;
}
.packageselectors .package .offerimages .product-pack-3 img:nth-of-type(1) {
	position: absolute;
	top: 0px;
	left: 0px;
}
.packageselectors .package .offerimages .product-pack-3 img:nth-of-type(2) {
	position: absolute;
	top: 10px;
	left: 20px;
}
.packageselectors .package .offerimages .product-pack-3 img:nth-of-type(3) {
	position: absolute;
	top: 20px;
	left: 40px;
}


.packageselectors .package .offerimages .product-pack-2left img:nth-of-type(1) {
	position: absolute;
	top: 10px;
	left: 20px;
}
.packageselectors .package .offerimages .product-pack-2left img:nth-of-type(2) {
	position: absolute;
	top: 20px;
	left: 40px;
}


.packageselectors .package .offerimages .product-pack-2 img:nth-of-type(1) {
	position: absolute;
	top: 10px;
	left: 0px;
}
.packageselectors .package .offerimages .product-pack-2 img:nth-of-type(2) {
	position: absolute;
	top: 20px;
	left: 20px;
}
.packageselectors .package .offerimages .product-pack-2 img.freebadge {
	width: 68px;
	height: 68px;
	position: absolute;
	right: -15px;
	top: -5px;
}
.packageselectors .package .offerimages .product-pack-1 img:nth-of-type(1) {
	position: absolute;
	top: 20px;
	left: 0px;
}
.packageselectors .package .offerimages .product-pack-1 img.freebadge {
	width: 68px;
	height: 68px;
	position: absolute;
	right: -15px;
	top: -5px;
}
.packageselectors .package .offerimages.oneimage .product-pack-1 {
	position: absolute;
	width: 160px;
	top: -5px;
	right: 100px;
}

.packageselectors .package.selected {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(to right, #0a379f, #1b91de);
	box-shadow: none;
}
.packageselectors .package.selected .header {
	background: linear-gradient(to right, #0a379f, #1b91de);
}
.packageselectors .package.selected .header h2 *, .packageselectors .package.selected .header h2 {
	color: #fff;
}
.packageselectors .package.selected .header .freeshipping {
	background: none;
}
.packageselectors .package.selected .header .check {
	border: 2px solid #fff;
	background: url(../images/image-check-pacjage-checkedmark.png) center center no-repeat;
}
.packageselectors .package.selected .select-area .butt {
	width: 196px;
	height: 51px;
	background: url(../images/image-check-pacjage-button-selected.png) center center no-repeat;
}

.checkout .satisfaction h3 {
	font-size: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.checkout .satisfaction p {
	font-size: 14px;
}
.checkout .satisfaction .badge {
	float: left;
	padding: 2px 20px 40px 20px;
}
.checkout .satisfaction .badge.subscribe {
	float: left;
	padding: 2px 20px 210px 20px;
}
.checkout .lined {
	border-top: 1px solid #dadada;
}
.checkout .ftr-txt {
	padding-top: 20px;
	padding-bottom: 0px;
}

.commonmodal .modal-header{
	background-color:#0d66b1;
	color:#fff;
}

.commonmodal .modal-header h5{
	font-size:20px;
}

.commonmodal h2{
	font-size:1.5rem;
	margin-top:15px;
}

.commonmodal h3{
	font-size:1.3rem;
}

.commonmodal h1{
	font-size:2rem;
	margin-bottom:20px;
}

.form-select{
    background-position: right 0.25rem center !important;
}

.summarybox{padding:20px 20px;width: 100%;background: #fff;box-shadow: 0px 3px 10px #e7e6eb;border: 5px solid #fff;margin-bottom: 18px;position: relative;cursor: pointer;}
.summarybox .summarylabel, .summarybox .summaryvalue{padding:4px;font-size:1.1rem;text-align:right;}
.summarybox .crossed{text-decoration: line-through;}
.summarybox .shipping{color:#035da6;}
.summarybox .summaryvalue{text-align:left;padding-left:5px;}
.summarybox .total{background:#dadada;padding:5px 0px;margin-top:0.5rem;margin-bottom:0.5rem;}
.summarybox .total .col-7{font-weight:bold;color:#0E3356;}
.summarybox .packsel{border-bottom:1px solid #dadada;margin-bottom:0.5rem;padding-bottom:0.5rem;}
.summarybox .sumtext{padding-top:1rem;font-size:0.9rem;}
.summarybox .img-fluid{margin-top:30px;margin-left:5%;max-width:90%;}
