@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {}

img {
	border: none;
	height: auto;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.forMob,
.forTab {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

/*==========TOP STRIP==============*/
.topStrip {
	background: #e3454b;
	float: left;
	width: 100%;
	padding: 8px 0;
}

.topStrip p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.top_strip_text span {
	color: #ffea00;
	width: 50px;
	display: inline-block;
}

.clock-icon {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 0;
}

.top-arw1 {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 20px 0 0;
}

.top-arw2 {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 20px;
}

.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tadda {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(15px);
	}

	100% {
		transform: translateX(0px);
	}
}

.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);
	}
}

/*====header====*/
.header {
	float: left;
	width: 100%;
	-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);
	padding: 15px 0;
}

.logo_row {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.check-logo {
	width: 121px;
}

.header_right {
	width: 335px;
	display: flex;
	align-items: center;
	gap: 24px;
}

.card-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/*==========sectionOne============*/
.sectionOne {
	float: left;
	width: 100%;
	padding: 50px 0 60px;
	position: relative;
}

.discount-block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 555px;
	text-align: center;
}

.discount-strip {
	float: left;
	width: 100%;
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0 10px;
	letter-spacing: 0.5px;
	background: #cb0f08;

	-webkit-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.2);
	cursor: pointer;

	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.discount-strip.active {
	background: #090;
	animation: none;
}

.hurry-txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	line-height: 23px;
	color: #f60c03;
	font-weight: 500;
	margin-top: 20px;
}

.hurry-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -10px 5px 0;
}

.checkout-sec {
	float: left;
	width: 100%;
	margin-top: 0;
}

.select-line-list {
	float: left;
	width: 105px;
	margin-top: 180px;
}

.select-line-list-col {
	float: left;
	width: 100%;
}

.slct-step {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #d8d8d8;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	position: relative;
}

.select-line-list-col p {
	font-size: 17px;
	line-height: 22px;
	color: #b5b5b5;
	font-weight: 800;
}

.select-line-list-col.active p {
	color: #000000;
}

.select-line-bar {
	display: block;
	margin: 10px auto;
	width: 3px;
	height: 290px;
	background: #d8d8d8;
}

.select-line-bar2 {
	height: 500px;
}

.select-line-bar3 {
	height: 220px;
}

.active .select-line-bar {
	background: #2c7fac;
}

.active .slct-step {
	background: #2c7fac;
	color: #2c7fac;
}

.active .slct-step:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	background: url(../../images/step-active.png) no-repeat center center;
}


/*==================*/
.chkout-rght-side {
	float: right;
	width: calc(100% - 140px);
}

.package-box {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.package-col {
	width: 31%;
	border: 3px solid #e4e4e4;
	border-radius: 10px;
	padding: 20px 15px 22px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.package-col-1 {
	border: 3px solid #d13131;
	border-radius: 0 0 10px 10px;
}

.package-col.active {
	border: 3px solid #08b100;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #f5fff9;
}

.pkg-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.pkg-left {
	height: 100%;
}

.pkg-note {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 11px;
	color: #8800D1;
	font-weight: 600;
	line-height: 1.2;
}

.recommend-line {
	position: absolute;
	left: -3px;
	top: -30px;
	right: -3px;
	background: #d13131;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
	padding: 5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.recommend-line img {
	display: inline-block;
	vertical-align: middle;
	margin: -10px 5px 0 0;
}

.package-col.active .recommend-line {
	background: #0293bf;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pkg-hdng {
	font-size: 30px;
	line-height: 32px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	font-family: "Inter", sans-serif;
}

.pkg-prod {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.pkg-prc {
	font-size: 36px;
	line-height: 38px;
	color: #000;
	font-weight: 700;
	margin-top: 15px;
}

.pkg-prc span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
	padding-right: 3px;
	color: #505050;
	text-decoration: line-through;
	margin-top: -5px;
}

.pkg-prc sub {
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	line-height: 100%;
	font-weight: 600;
	color: #505050;
}

.retail-prc {
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
}

.retail-prc span {
	position: relative;
	color: #505050;
}

.retail-prc span:after {
	position: absolute;
	left: -5px;
	top: 45%;
	right: -5px;
	border-bottom: 1px solid #F00;
	transform: rotate(-6deg);
	content: "";
}

.pkg-prc2 {
	margin-top: 5px;
}

ul.pkg-list {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

ul.pkg-list li {
	font-size: 17px;
	line-height: 23px;
	color: #1d1d1d;
	margin-top: 5px;
	padding-left: 22px;
	background: url(../../images/pkg-tik.png) no-repeat left 2px;
	text-align: left;
}

.subs-det {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	color: #0085ad;
	margin-top: 15px;
	position: relative;
}

.tool-tips .tooltiptext {
	visibility: hidden;
	position: absolute;
	width: 300px;
	background-color: #555;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	padding: 12px;
	border-radius: 4px;
	z-index: 1;
	opacity: 0;
	transition: opacity .6s;
	bottom: -218px;
	left: 50%;
	margin-left: -123px;
	-webkit-box-shadow: 0 3px 10px 6px rgb(0 0 0 / 10%);
	box-shadow: 0 3px 10px 6px rgb(0 0 0 / 10%);
}

.tooltiptext::after {
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -8px;
	border-width: 8px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
	transform: rotate(180deg);
}

.tool-tips:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.order-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 540px;
	margin-top: 60px;
	text-align: center;
}

.save-seal {
	position: absolute;
	top: 70px;
	right: 7%;
	width: 65px;
	height: 65px;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: bold;
	background-size: 90px;
	padding: 25px 0 0;
	text-transform: uppercase;
	background: url(../images/save_logo.png) no-repeat center center;
	background-size: 100%;
}

.verify-review-txt {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
}

.bnr-star-icn {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 5px 0 0;
	max-width: 100%;
	width: 85px;
}

.pkg-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 72px;
	position: relative;
	font-size: 32px;
	line-height: 72px;
	padding-bottom: 6px;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
	outline: none;
	font-family: "Inter", sans-serif;
	font-weight: 900;
	text-shadow: 1px 1px #021000;
	border-radius: 0;
	background: #11a009;
	text-transform: uppercase;
}

.btn-arw {
	display: inline-block;
	vertical-align: middle;
	margin: -12px 0 0 20px;
}

.btn_text {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top: 10px;
	position: relative;
	text-align: center;
}

.btn_text img {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	margin: -2px 6px 0 0;
	filter: brightness(0.01);
}

.aviliblty-row {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.btn_mnybk_text {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top: 3px;
	position: relative;
}

.btn_mnybk_text span {
	color: #ef0d0d;
	font-weight: bold;
}

.percent_box1 {
	width: 45px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: 1.5px solid #ff0000;
	padding: 1px;
	margin: 3px 0 0 5px;
	background: #fff;
}

.notify-box {
	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
}

.notify-box span {
	float: left;
	margin-left: 2px;
	width: 6px;
	height: 14px;
	background: #ff0000;
}

.notify-box .redsquare:first-child {
	opacity: 1;
	-webkit-animation: flashyArrow 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	margin-left: 0;
}

.notify-box .redsquare:nth-child(2) {
	opacity: 1;
	-webkit-animation: flashyArrow 1.5s infinite;
	-webkit-animation-delay: 0.6s;
}

@keyframes flashyArrow {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.select-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 250px;
	position: relative;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 15px;
	color: #ffffff;
	font-weight: 800;
	text-align: center;
	border: none;
	cursor: pointer;
	outline: none;
	margin-top: 20px;
	border-radius: 5px;
	text-transform: uppercase;
	background: #2c7fac;
	overflow: hidden;
}

.package-col.active .select-btn {
	background: #09a126;
}


.form-box {
	float: left;
	width: 100%;
	margin-top: 45px;
}

.form-box-left {
	float: left;
	width: 52%;
	text-align: left;
}

.info-hdng {
	float: left;
	width: 100%;
	font-size: 28px;
	line-height: 34px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}

.cards {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 20px;
	color: #2e2e2e;
	font-weight: 600;
	margin-top: 35px;
}

.cards img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 8px;
}

.payment-flds-box {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

.frm-flds {
	float: left;
	width: 100%;
	position: relative;
	margin: 7px 0;
}

.frm-flds.fl {
	float: left;
}

.frm-flds.fr {
	float: right;
}

.frm-flds.half-fld {
	width: 49%;
}

.frm-flds.drop-fld {
	width: 34%;
	margin-right: 1%;
}

.frm-flds.zip-fld {
	width: 30%;
}

.frm-flds.exp-flds {
	width: 60%;
}

.frm-flds.cvv-flds {
	width: 38%;
}

.frm-flds label {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	top: 8px;
	left: 15px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #bbb;
	transition: all .2s ease-in-out;
	z-index: 1;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	font-family: Arial, Helvetica, sans-serif;
}

.frm-flds .fl-is-active label {
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
}

.input-flds,
.selcet-fld {
	float: left;
	width: 100%;
	outline: none;
	border: 1px solid #d9d9d9;
	height: 52px;
	padding: 10px 10px 10px 15px;
	border-radius: 5px;
	color: #000;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-sizing: border-box;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	-webkit-appearance: none;
}

.selcet-fld {
	background: url(../../images/select.png) no-repeat right center #fff;
	padding-right: 40px;
}

.frm-flds .fl-is-active .input-flds {
	padding-top: 28px;
}

.frm-flds .fl-is-active .selcet-fld {
	padding-top: 22px;
}

.input-flds:focus {
	border: 1px solid #22b532;
	box-shadow: 0 0 0 1px #22b532;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

input.valid,
select.valid {
	border: 1px solid #397d23 !important;
}

.error {
	border: 1px solid red !important;
}

.error-message {
	color: red;
	font-size: 0.9em;
	margin-left: 2px;
	visibility: hidden;
	display: none;
}

.lock-bg,
.help-icon {
	color: #919191;
	width: 17px;
	position: absolute;
	right: 15px;
	top: 0px;
}

.info-hdng-mrgn {
	margin-top: 40px;
	text-transform: uppercase;
}

.info-subhdng {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #1d1d1d;
	margin-top: 5px;
	font-weight: 400;
}

.shipng-info {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.complt-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.secure-logos2 {
	display: block;
	margin: 30px auto 0;
	width: 500px;
	max-width: 100%;
}

.secure-logos {
	display: flex;
	gap: 32px;
	align-items: center;
}

.reviewHeading {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 50px;
	text-align: center;
}

.reviewHeading:before {
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	height: 1px;
	background: #ddd;
	content: '';
}

.reviewHeading span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	background: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	position: relative;
}

.reviewHeading1 {
	margin-top: 0;
}

.rvw-desk-col {
	float: left;
	width: calc(100% + 110px);
	margin-left: -110px;
}

.reviewBox {
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
	padding: 0 0 0 72px;
	text-align: left;
}

.nameIcon {
	position: absolute;
	top: 5px;
	left: 0;
	width: 56px;
	height: 56px;
	background: #bbb;
	color: #fff;
	font-size: 23px;
	line-height: 55px;
	font-weight: 500;
	border-radius: 50%;
	text-align: center;
}

.reviewText1 {
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.3px;
	font-weight: 700;
}

.reviewStar {
	float: left;
	margin-top: 10px;
	width: 100px;
}

.reviewText2 {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #000;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.3px;
	font-weight: 400;
}

.reviewText2 strong {
	font-weight: 700;
}

.reviewName {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

/*=======BUMP-UPSELL===========*/
.offerBox-block {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.offerBox {
	float: left;
	width: 100%;
	border: 1px solid #a3a3a3;
	margin-top: 20px;
	border-radius: 7px;
}

.ofrbx-top {
	float: left;
	width: 100%;
	background: #ef531c;
	padding: 0 10px;
	text-align: center;
	border-radius: 7px 7px 0 0;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 2px dashed #fff;
}

.fieldToggle {
	float: left;
	color: #ffffff;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.3px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	padding: 15px 0 15px 38px;
}

.fieldToggle input[type=checkbox] {
	position: absolute;
	opacity: 0;
}

.fieldToggle input[type=checkbox]+span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	position: relative;
	background: #fff;
	margin-left: 5px;
}

.fieldToggle input[type=checkbox]+span {
	position: absolute;
	left: 0;
}

.fieldToggle input[type=checkbox]:checked+span:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/tik-blk.svg) no-repeat center center;
	background-size: 100%;
	left: 1px;
	top: 1px;
}

.ofrbx-mdl {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 0 0 10px 10px;
	position: relative;
	text-align: left;
}

.offrbx-txt1 {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 120px);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #000;
	padding-left: 20px;
	font-weight: 600;
}

.offrbx-txt1 span {
	text-transform: uppercase;
}

.icon-red-arrow {
	margin: 0px 15px 0 0;
}

.icon-red-arrow-r {
	margin: 0px 0 0 15px;
}

.offr-bx-img {
	display: inline-block;
	vertical-align: middle;
}


/*=========order-sumry-rght===============*/
.order-sumry-rght {
	float: right;
	width: 44%;
	margin-top: 0;
}

.money-bk-dv {
	float: left;
	width: 100%;
	margin-top: 70px;
	padding: 0 25px 30px;
	position: relative;
	text-align: center;
	border: 2px solid #dfdfdf;
	border-radius: 10px;
}

.money_back_seal {
	margin: -70px auto 15px;
	display: block;
	width: 140px;
}

.money-bk-dv h3 {
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	font-weight: 700;
	margin-top: 10px;
}

.money-bk-dv p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-top: 15px;
	font-weight: 400;
}

.choose_box {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.choose_row {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: left;
	position: relative;
	padding-left: 120px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.choose_row:last-child {
	border: none;
	padding-bottom: 0;
}

.choose_seal {
	position: absolute;
	top: 0;
	left: 0;
	width: 105px;
}

.choose_row h3 {
	font-size: 21px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
}

.choose_row p {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-top: 10px;
	font-weight: 400;
}

.reviewHeading2 {
	margin-top: 35px;
}

.review_row {
	float: left;
	width: 100%;
	margin: 40px auto 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 30px;
}

.review_box {
	width: 100%;
	border: 2px solid #eb0e0e;
	background: #fff;
	border-radius: 15px;
	padding: 20px 20px;
	position: relative;
	box-shadow: 0 4px 10px 2px rgba(157, 72, 84, 0.2);
	-webkit-box-shadow: 0 4px 10px 2px rgba(157, 72, 84, 0.2);
}

.review_box-top {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.review_box-image {
	flex-shrink: 0;
	width: 180px;
}

.review_box-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.review_box-top-left {
	text-align: left;
}

.review_heading {
	font-size: 21px;
	line-height: 28px;
	color: #000000;
	font-weight: 700;
}

.review-star {
	margin-top: 8px;
	width: 90px;
}

.rev_name_row {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
	margin-top: 20px;
}

.rev_img {
	float: left;
	width: 62px;
	border-radius: 50%;
}

.review_name {
	width: calc(100% - 62px);
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	text-align: left;
	font-weight: 700;
}

.review_name span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #24c070;
}

.review_name span img {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	margin: -2px 5px 0 0;
}

.review_text {
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	font-weight: 500;
	margin-top: 10px;
	text-align: left;
}

/*-----------------------
		FOOTER CSS
------------------------*/
.footer {
	float: left;
	width: 100%;
	background: #efefef;
	padding: 50px 0 40px;
}

.ftr_logo {
	margin: 0 auto 12px;
	display: block;
	width: 121px;
}

.ftr-txt {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	color: #000000;
	margin-top: 15px;
	font-weight: 500;
}

.footer .ftr-txt a {
	padding: 0 8px;
	color: #000;
}

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

@media only screen and (max-width:1200px) {
	.container {
		width: 1004px;
	}

	ul.bnr-list {
		max-width: 650px;
	}

	ul.bnr-list li {
		font-size: 17px;
		line-height: 23px;
		padding: 0 14px;
	}

	.recommend-line {
		font-size: 15px;
	}

	.ofrbox-mdl {
		padding: 15px;
	}

	.ofrbox-mdl p {
		font-size: 16px;
		line-height: 24px;
	}

	.fieldToggle {
		font-size: 19px;
		line-height: 22px;
	}

	.ord-lft {
		width: 78%;
	}

	.prod-details {
		padding-left: 12px;
	}

	.ord-title {
		font-size: 19px;
	}

	.ord-right p {
		font-size: 19px;
	}

	.prod-count,
	.otp-txt {
		font-size: 16px;
		line-height: 16px;
	}

	.cart-table {
		font-size: 16px;
		line-height: 28px;
	}


	.money-bk-dv h3 {
		font-size: 21px;
	}

	.money-bk-dv p {
		font-size: 15px;
	}

	.reviewText1 {
		font-size: 20px;
	}

}

@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	.forDesk {
		display: none;
	}

	.forTab {
		display: block;
	}

	.discount-txt {
		font-size: 20px;
		margin: 5px 0 0;
	}

	.chk-step {
		top: 7px;
	}

	.hdr-rgt p {
		display: none;
	}

	.btn-strp {
		font-size: 14px;
		max-width: 468px;
		padding: 14px 20px 14px;
	}


	.discount-strip {
		font-size: 26px;
	}

	.select-line-list {
		margin-top: 0;
		width: 100%;
	}

	.select-line-list-col {
		width: 33.33%;
		position: relative;
	}

	.select-line-bar {
		height: 3px;
		position: absolute;
		right: -75px;
		width: 60%;
		top: 25px;
	}

	.slct-line-row {
		float: left;
		width: 100%;
	}

	.select-fix-nav .slct-line-row {
		position: fixed;
		z-index: 11;
		left: 0;
		top: 0;
		padding: 10px 0;
		background: #fff;
		-webkit-transition: margin .3s ease-out;
		transition: margin .3s ease-out;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	}


	.chkout-rght-side {
		width: 100%;
		margin-top: 40px;
	}

	.package-col {
		width: 100%;
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.pkg-left {
		float: left;
		width: 42%;
		text-align: left;
	}

	.pkg-hdng {
		min-height: auto;
	}

	.pkg-prc {
		font-size: 28px;
		line-height: 28px;
	}

	.pkg-prc sub {
		font-size: 16px;
		display: inline-block;
		vertical-align: middle;
	}

	ul.pkg-list {
		padding: 0;
	}

	.pkg-rght {
		float: right;
		width: 56%;
	}

	.save-seal {
		top: 19px;
		right: 42px;
	}

	.form-box-left {
		width: 100%;
	}

	.order-sumry-rght {
		width: 100%;
		margin-top: 25px;
	}

	.choose_box {
		padding: 0 25px;
	}

	.choose_row {
		margin-top: 35px;
		padding-bottom: 35px;
		padding-left: 100px;
	}

	.choose_seal {
		width: 85px;
	}

}


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

	.forMob {
		display: block;
	}

	.hide-mob {
		display: none;
	}

	.topStrip {
		padding: 6px 0 6px;
	}

	.topStrip p {
		font-size: 15px;
		line-height: 18px;
	}

	.topStrip p span.code {
		padding: 3px 5px 1px;
	}

	.topStrip p img {
		margin: -3px 3px 0 0;
		width: 12px;
	}

	#stopwatch {
		width: 48px;
	}

	.top-arw1,
	.top-arw2 {
		display: none;
	}

	.hdr-rgt {
		display: none;
	}

	.chk-step {
		display: none;
	}

	.header {
		padding: 8px 0;
		height: auto;
	}

	.logo_row {
		justify-content: center;
	}

	.check-logo {
		width: 100px;
	}

	.header_right {
		display: none;
	}

	.btn-strp {
		padding: 5px 15px;
		margin-top: 14px;
		width: auto;
	}

	.btn-strp p {
		font-size: 13px;
		line-height: 17px;
	}

	.btn-strp-t1 span {
		padding: 0 3px;
	}

	.btn-strp-t1 img {
		margin: -5px 2px 0 0;
		width: 7px;
	}

	.btn-strp p img {
		width: 16px;
	}

	.sectionOne {
		padding: 20px 0 30px;
	}

	.discount-block {
		margin-bottom: 30px;
	}

	.discount-strip {
		font-size: 20px;
		line-height: 27px;
	}

	.hurry-txt {
		font-size: 16px;
		line-height: 18px;
		margin-top: 20px;
	}

	.hurry-txt img {
		margin: -2px 3px 0;
		width: 15px;
	}

	.checkout-sec {
		margin: 0;
	}

	.slct-step {
		width: 38px;
		height: 38px;
		font-size: 21px;
	}

	.active .slct-step:after {
		background-size: 20px;
	}

	.select-line-list-col p {
		font-size: 14px;
		line-height: 16px;
	}

	.select-line-bar {
		top: 9px;
		right: -27%;
		width: 55%;
	}

	.chkout-rght-side {
		margin-top: 20px;
	}

	.package-box {
		margin-bottom: 0;
	}

	.package-col {
		padding: 12px 10px 12px 12px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-top: 10px;
	}

	.pkg-left {
		width: 47%;
	}

	.pkg-hdng {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.retail-prc {
		margin-top: 5px;
		font-size: 10px;
		line-height: 10px;
	}

	.pkg-prc {
		font-size: 25px;
		line-height: 25px;
		margin-top: 5px;
	}

	.pkg-prc sub {
		font-size: 15px;
	}

	.pkg-prc span {
		margin-top: -5px;
		margin-right: 0;
		font-size: 15px;
	}

	ul.pkg-list {
		margin-top: 5px;
	}

	ul.pkg-list li {
		font-size: 13px;
		background-size: 12px;
		line-height: 15px;
		background-position: left 1px;
		padding-left: 18px;
		margin-top: 3px;
	}

	.select-btn {
		max-width: 150px;
		font-size: 16px;
		line-height: 22px;
		padding: 8px;
		margin-top: 10px;
	}

	.pkg-rght {
		width: 52%;
	}

	.pkg-prod {
		max-width: 100%;
		margin-top: 10px;
	}

	.save-seal {
		top: 48px;
		right: 9px;
		width: 46px;
		height: 46px;
		font-size: 11px;
		line-height: 11px;
		padding: 18px 0 0;
	}

	.order-btn {
		margin-top: 25px;
	}

	.info-subhdng {
		font-size: 16px;
	}

	.offerBox-block {
		margin: 0;
	}

	.icon-red-arrow,
	.icon-red-arrow-r {
		display: none;
	}

	.fieldToggle {
		text-align: left;
		font-size: 16px;
		padding: 10px 0 10px 25px;
	}

	.fieldToggle input[type=checkbox]+span {
		width: 18px;
		height: 18px;
		margin: 2px 0 0;
	}

	.fieldToggle input[type=checkbox]:checked+span:after {
		width: 17px;
		height: 17px;
		top: 0;
		left: 0;
	}

	.ofrbx-mdl {
		padding: 10px;
	}

	.offr-bx-img {
		width: 65px;
	}

	.offrbx-txt1 {
		width: calc(100% - 70px);
		font-size: 14px;
		line-height: 21px;
		padding-left: 10px;
	}

	.tool-tips .tooltiptext {
		left: -15px;
		margin-left: 0;
	}

	.tooltiptext::after {
		left: 20%;
	}

	.form-box {
		margin-top: 25px;
	}

	.info-hdng {
		font-size: 23px;
		line-height: 25px;
	}

	.paypal-btn {
		margin-top: 18px;
	}

	.cards {
		font-size: 15px;
		margin-top: 25px;
	}

	.cards img {
		width: 130px;
	}

	.payment-flds-box {
		margin: 10px 0 0;
	}

	.frm-flds {
		margin: 6px 0;
	}

	.frm-flds.half-fld,
	.frm-flds.drop-fld,
	.frm-flds.zip-fld,
	.frm-flds.cvv-flds,
	.frm-flds.exp-flds {
		width: 100%;
		margin-right: 0;
	}

	.secure-logos2 {
		margin: 15px auto 0;
		max-width: 95%;
	}

	.info-hdng-mrgn {
		margin-top: 30px;
	}

	.offer-box {
		margin-top: 20px;
	}

	.offr-hdng {
		font-size: 19px;
		line-height: 23px;
		padding: 10px 5px 10px 35px;
	}

	.offer-box input[type=checkbox]+span {
		top: 14px;
		left: 10px;
		width: 18px;
		height: 18px;
	}

	.offer-box input[type=checkbox]:checked+span:after {
		width: 10px;
		height: 10px;
	}

	.ofrbox-mdl {
		padding: 10px 10px 15px;
	}

	.ofrbx-prod {
		width: 50px;
	}

	.ofrbox-mdl>div {
		width: calc(100% - 60px);
	}

	.ofrbox-mdl span {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0.3px;
	}

	.ofrbox-mdl p {
		font-size: 14px;
		line-height: 21px;
		margin-top: 7px;
	}

	.common-button_top {
		font-size: 14px;
	}

	.common-button_bottom {
		margin-top: 5px;
	}

	.common-button_bottom li {
		font-size: 13px;
		line-height: 17px;
	}

	.order-smry-box {
		padding: 20px 12px;
	}

	.smry-hdng {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.prod-box {
		padding: 15px 0;
	}

	.prod-img {
		width: 60px;
		height: 68px;
		line-height: 40px;
	}

	.prod-details {
		padding-left: 8px;
		width: calc(100% - 60px);
	}

	.apply-cuppon {
		margin: 15px 0;
	}

	.complt-btn {
		width: 100%;
		margin: 20px 0 0;
	}

	.complt-btn .pkg-btn {
		font-size: 22px;
		height: 60px;
		line-height: 59px;
	}

	.pkg-btn span {
		width: 40px;
	}

	.pkg-btn span:after {
		right: 8px;
	}

	.ord-right p {
		font-size: 18px;
	}

	.prod-count,
	.otp-txt {
		margin-top: 5px;
	}

	.cart-table {
		font-size: 18px;
		line-height: 28px;
	}

	.verify-review-txt {
		font-size: 14px;
	}

	.bnr-star-icn {
		width: 80px;
	}

	.common-btn-bottom li {
		font-size: 13px;
		line-height: 17px;
		margin: 0 5px;
	}

	.btn_text,
	.btn_mnybk_text {
		font-size: 14px;
	}

	.reviewHeading {
		margin-top: 10px;
	}

	.reviewHeading span {
		font-size: 17px;
		line-height: 22px;
		padding: 0 5px;
	}

	.choose_box {
		padding: 0;
		margin-top: 5px;
	}

	.choose_row {
		padding: 0 0 20px 85px;
		margin-top: 20px;
	}

	.choose_seal {
		width: 75px;
	}

	.choose_row h3 {
		font-size: 18px;
		line-height: 25px;
	}

	.choose_row p {
		font-size: 15px;
		line-height: 20px;
	}


	.money-bk-dv {
		padding: 0 15px 20px;
	}

	.money_back_seal {
		width: 130px;
		margin: -55px auto 15px;
	}

	.money-bk-dv h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.money-bk-dv p {
		font-size: 16px;
		line-height: 22px;
		margin-top: 15px;
		letter-spacing: 0.5px;
	}

	.reviewText2 {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.5px;
	}

	.usa_seal {
		max-width: 70%;
	}

	.usa_seal {
		margin: 25px auto 0;
		max-width: 90%;
		width: 300px;
	}

	.review_row {
		margin: 18px 0 0;
		padding: 15px 10px 15px 105px;
	}

	.rev_img {
		width: 80px;
		margin-top: -40px;
		left: 12px;
	}

	.review_row h3 {
		font-size: 16px;
		line-height: 22px;
	}

	.rev_text {
		font-size: 15px;
		line-height: 21px;
		margin-top: 8px;
	}

	.rev_name {
		font-size: 15px;
		line-height: 22px;
		margin-top: 9px;
	}

	.rev_star {
		width: 70px;
	}

	.footer {
		padding: 25px 0;
	}

	.ftr_logo {
		width: 100px;
		margin: 0 auto 5px;
	}

	.ftr-txt {
		font-size: 15px;
		line-height: 22px;
		margin-top: 8px;
	}

}

@media only screen and (max-width:360px) {
	.btn-strp {
		font-size: 11px;
	}

	.bnr-mob {
		width: 135px;
	}
}





/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	background: #333;
	background: rgba(255, 255, 255, .8);
	display: none;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
	max-width: 600px;
	-webkit-background-clip: padding-box;
	font-family: Verdana, Geneva, sans-serif;
	box-sizing: border-box;
	outline: 0
}

#error_handler_overlay .error_handler_body {
	margin: 100px auto;
	width: 95%;
	padding: 20px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

#app_common_modal_close,
#error_handler_overlay_close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #FFF;
	background-color: #333;
	border: 2px solid #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	line-height: 26px;
	padding: 0;
	margin: 0
}

#app_common_modal .app_modal_body {
	margin: 100px auto;
	min-width: inherit;
	width: 95%;
	min-height: 400px;
	padding: 2.5%;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

#app_common_modal .app_modal_body iframe {
	min-height: 400px;
	width: 100%;
	border: 1px solid #d5d6ef
}

.exitpop-content {
	position: fixed;
	height: 400px;
	width: 708px;
	margin: -200px 0 0 -354px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0;
	border: none;
	z-index: 2147483647
}

.exitpopup-overlay {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2147483647;
	display: none
}

.exitpop-content img {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	max-width: 100%;
	height: auto
}

.exitpop-discountbar {
	background-color: red;
	border-bottom: 4px dashed #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: none
}

.app-load-spinner {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background-color: #333;
	border-radius: 100%
}

#loading-indicator::after,
#loading-indicator::before {
	box-sizing: border-box;
	left: 50%;
	position: absolute;
	top: 50%
}

.all-card-types li {
	float: left;
	margin-right: 20px
}

#loading-indicator {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	box-sizing: border-box;
	font-size: 1px;
	height: 100%;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2147483646
}

#loading-indicator::before {
	background: url(../../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 70px;
	margin-left: -35px;
	margin-top: -70px;
	width: 70px;
	z-index: 2
}

#loading-indicator::after {
	background: #fff;
	border-radius: 5px;
	color: #000;
	content: "Processing, one moment please... ";
	font-family: arial;
	font-size: 17px;
	height: 110px;
	line-height: 98px;
	margin-left: -150px;
	margin-top: -75px;
	padding-top: 35px;
	text-align: center;
	width: 300px;
	z-index: 1
}

.flt {
	float: left;
	width: 100%;
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes scaleout {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0
	}
}


@media screen and (max-device-width:767px) and (orientation:landscape) {

	#app_common_modal .app_modal_body,
	#error_handler_overlay .error_handler_body {
		margin: 20px auto;
	}

	#app_common_modal .app_modal_body iframe {
		min-height: 360px;
	}
}


@media(max-device-width:767px) {
	#app_common_modal .app_modal_body {
		margin: 2% auto
	}
}