@charset "utf-8";

img,
object,
embed,
video {

	max-width: 100%;

}

.ie6 img {
	width: 100%;
}

body {

	font-family: 'Inter';

	color: #000;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	-webkit-overflow-scrolling: touch;

	padding: 0;

	margin: 0;

	list-style: none;

	background: #fff;

}



.our-guarantee {
	margin-top: 45px;
}


/*****bottom pop css *****/
.w_fomo_wrapper {
	position: fixed;
	bottom: 0px;
	left: 10px;
	min-width: 300px;
	background-color: #fff;
	-webkit-transition: transform .8s ease;
	-webkit-transition: -webkit-transform .8s ease;
	transition: -webkit-transform .8s ease;
	transition: transform .8s ease;
	transition: transform .8s ease, -webkit-transform .8s ease;
	z-index: 1001;
	color: #fff;
	font-weight: 400;
	-webkit-transform: translateY(120%);
	transform: translateY(120%);
	-webkit-box-shadow: 0 0 5px #6f6f6f;
	box-shadow: 0 0 5px #6f6f6f;
	border-radius: 5px;
	max-width: 350px;
	border-radius: 50px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.3px;
}

.w_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.w_desc p {
	margin-bottom: 6px;
	text-align: left;
	font-size: 13px;
	color: #000;
}

.wysiwyg-content.statistical table {
	text-align: right;
	font-size: 14px;
	width: 100%;
}

.wysiwyg-content.statistical .ta-l {
	text-align: left;
}

.edit_mode .w_fomo_wrapper {
	position: static;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.w_fomo_wrapper.notify {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.w_fomo_wrapper .w_item {
	float: left;
	width: 100%
}

.w_fomo_wrapper .w_item>div {
	display: inline-block;
	vertical-align: middle;
}

.w_fomo_wrapper .w_thumb {
	width: 90px;
	text-align: left;
	padding-left: 30px;
}

.w_fomo_wrapper .w_thumb img {
	margin: 0 auto;
	width: 60px;
}

.w_fomo_wrapper .w_desc {
	padding: 15px 20px 10px 0;
	font-size: 1.3rem
}

.w_fomo_wrapper .w_desc strong {
	color: #2DBBFF
}



@media (min-width:992px) {
	.w_fomo_wrapper {
		top: auto;
		bottom: 10px
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.w_fomo_wrapper {
		width: 300px
	}
}

@media(max-width:320px) {
	.w_fomo_wrapper {
		min-width: 300px;
		max-width: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.w_fomo_wrapper {
		display: none;
	}
}

.deal-nw {
	font-size: 14px;
	background: #b3ff19;
	padding: 2px;
	text-align: center;
	float: right;
	font-weight: 700;
}

.container {

	width: 1170px;

	height: auto;

	margin: 0 auto;

	padding: 0;

	box-sizing: border-box;

}

.yellow-grnt {

	color: #fffefe;

	animation: fade 1s ease-in-out infinite;

	-webkit-animation: fade 1s ease-in-out infinite;

	background: #ff0000;

	padding: 5px 26px;

	/* margin: auto; */

	margin-top: 30px;

}


.paypl-btn {
	background-image: url(../images/paypal.png?v1);
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	background-color: #ffd11a;
	border: 1px solid transparent;
	padding: 22px 0;
	width: 100%;
	margin: 12px auto;
	display: block;
	cursor: pointer;
}

.paypl-btn:hover {
	background-color: #e6b800;
	color: transparent;
	border-color: transparent;
	white-space: normal;
}

.credit-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #e5e5fa;
	padding: 4px 15px;
	border-radius: 5px;
	margin-top: 12px;
	margin-bottom: 5px;
}


.rad {
	display: flex;
}

.rad p {
	margin-bottom: 0;
	margin-left: 5px;
	margin-top: 0;
}

.credit-sec img {
	margin-top: 5px;
}

.clearfix {
	clear: both;
}

.credit-sec .pay-radio .paypal-sec {
	padding: 8px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rad img {
	margin: 1px 0 0 10px;
}




.grnt {

	width: 100%;

	margin: 0 auto;

	display: table;

	padding: 35px;

	box-shadow: 0 0 10px #dddcdc;

	background: #f0fbde;



}

.grnt1 {

	width: 100%;

	margin: 0 auto;

	display: table;

	padding: 35px;

	/*box-shadow: 0 0 10px #dddcdc;*/

	background: #f0fbde;



}

p,
h1,
h2,
h3,
h4,
h5,
ul {

	padding: 0;

	margin: 0;

}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clearall {

	clear: both;

	height: 1px;

	width: auto;

}

.position {
	position: relative;
}



.dsplay {
	width: 100%;
	display: table;
	box-sizing: border-box;
}

* {
	box-sizing: border-box;
}

.flt {
	float: left;
	width: 100%;
}

.ovrfl {
	overflow: hidden;
}

.fwsemi {
	font-weight: 600;
}

.fwblk {
	font-weight: 900;
}

/*===============================

CSS FOR CONTAINERS BREAK POINTS

=================================*/


@media only screen and (max-width: 1190px) {

	.container {
		max-width: 1000px;
		width: 100%;
	}

}

@media only screen and (max-width: 1020px) {

	.container {
		max-width: 760px;
		width: 100%;
	}

}

@media only screen and (max-width: 767px) {

	.container {
		width: 100%;
		max-width: 640px;
	}

	.bdinpad {
		padding: 0 10px;
	}

}

/*=========================

CSS FOR HEADER

===========================*/

.header {
	padding: 16px 0;
}

.logo {
	float: left;
	margin: 0;
	width: 25%;
}

.hdrtxt {

	width: 182px;

	float: right;

	font-size: 16px;

	line-height: 26px;

	text-align: left;

	padding: 0 0 0 0;

}

.hdrtxt span {

	font-weight: bold;

	font-size: 18px;

}

.phicon {

	height: 46px;

	width: 26px;

	background: url(../images/phicon.png) center center no-repeat;

	border: 1px solid #bcbcdb;

	border-radius: 40px;

	display: inline-block;

	float: left;

	margin: 5px 12px 0 0;

}

/*------------------banner----------------------*/

.banner {

	background: url(../images/banner.webp?v4) center top no-repeat;

	padding: 32px 0;

	height: 524px;

}

.car {

	position: absolute;

	right: -300px;

	top: 78px;

}



.bnrtop {
	height: 240px;
}

.bnrhd1 {

	font-weight: 600;

	font-size: 28px;

	line-height: 28px;

	text-align: center;

}

.bnrhd1 span {
	background: #c1d0ac;
	padding: 0 10px 2px 10px;
}

.bnrhd2 {

	font-weight: bold;

	font-size: 40px;

	line-height: 46px;

	color: #f67d26;

	text-align: center;

	margin-top: 23px;

}

.yellow {
	color: #3d1a09;
	animation: fade 1s ease-in-out infinite;
	-webkit-animation: fade 1s ease-in-out infinite;
}

.bnrtxt {

	font-weight: 600;

	font-size: 20px;

	line-height: 30px;

	color: #5c4d47;

	text-align: center;

	margin-top: 15px;

}

.show-767 {
	display: none;
}

.bnrtxt span {
	border-bottom: 1px solid #351708;
}

.bnrimg {
	position: absolute;
	left: -30px;
	top: 109px;
}

ul.bnrlist {
	width: 52%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

ul.bnrlist li {

	width: 33.33%;

	font-weight: 600;

	font-size: 16px;

	line-height: 22px;

	color: #fff;

	text-align: center;

	position: relative;

	padding: 0 2%;

}

ul.bnrlist li:after {

	content: "";

	position: absolute;

	right: 0;

	top: 0;

	width: 1px;

	height: 100px;

	background: #bccba8;

}

ul.bnrlist li:Last-child:after {
	display: none;
}

ul.bnrlist li img {
	margin: 0 auto 10px auto;
	display: block;
}



/*-------------strip---------------*/

.strip {

	background: #000308;

	padding: 8px 0;

}

ul.strip-list {
	width: 61%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

ul.strip-list li {
	display: inline-block;
	position: relative;
	padding: 0 30px;
}

ul.strip-list li:after {

	content: "";

	position: absolute;

	right: 0;

	top: 3px;

	height: 18px;

	width: 1px;

	background: #7c7c7c;

}

ul.strip-list li:last-child:after {
	display: none;
}

ul.strip-list li span {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

ul.strip-list li p {

	font-weight: 300;

	font-size: 16px;

	line-height: 22px;

	color: #fff;

	text-align: center;

	padding: 0 0 0 0;

	position: relative;

}

ul.strip-list li p span {
	font-weight: bold;
}

ul.strip-list li p.txt1:before {

	display: inline-block;

	vertical-align: middle;

	margin: -1px 10px 0 0;

	width: 12px;

	height: 12px;

	background: #11b142;

	border-radius: 50%;

	content: "";

	animation: fade 1s ease-in-out infinite;

}

@keyframes fade {

	0% {
		opacity: 100%;
	}

	50% {
		opacity: 30%;
	}

	70% {
		opacity: 70%;
	}

	100% {
		opacity: 100%;
	}

}

.hourglass {

	display: inline-block;

	vertical-align: middle;

	margin: -5px 10px 0 0;

	animation: rotateP 2.5s ease-in-out forwards infinite
}

@keyframes rotateP {

	0% {

		transform: rotate(0)
	}

	50% {

		transform: rotate(180deg)
	}

	100% {

		transform: rotate(180deg)
	}

}

@keyframes rotate {

	0% {

		transform: rotate(00deg)
	}

	100% {

		transform: rotate(360deg)
	}

}

.clock {
	display: inline-block;
	margin: 0 10px -5px 0;
}



@media only screen and (max-width: 1190px) {

	.bnrimg {
		width: 280px;
		top: 88px;
	}

	ul.strip-list {
		width: 71%;
	}

	.car {
		right: -400px;
	}

}

@media only screen and (max-width: 1020px) {

	.bnrhd1 {
		font-size: 22px;
		line-height: 22px;
		text-align: center;
	}

	.bnrhd2 {

		font-size: 32px;

		line-height: 38px;

	}

	.bnrtxt {

		font-size: 18px;

		line-height: 28px;

	}

	.bnrimg {
		width: 233px;
		top: 169px;
		left: -55px;
	}

	ul.bnrlist {
		width: 57%;
	}

	ul.strip-list {
		width: 94%;
	}

	.car {
		right: -430px;
	}

}

@media only screen and (max-width: 767px) {
	.bestdeal {
		width: 132% !important;
		font-size: 12px !important;
		padding-left: 5px !important;
	}

	.header {
		padding: 8px 0;
	}

	.logo {
		float: none;
		margin: 0 auto;
		display: block;
		width: 65%;
	}

	.banner {

		background: #011740 url(../images/banner-mob.jpg?v1) center top no-repeat;

		height: auto;

		padding: 24px 0 15px 0;

	}

	.bnrtop {
		height: auto;
	}

	.bnrhd2 {

		font-size: 25px;

		line-height: 36px;

	}

	.bnrstrip {

		background: #3d1a09;

		margin: 15px -10px 0 -10px;

		position: relative;

		padding: 15px 0 15px 190px;

	}

	.bnrimg-mob {
		position: absolute;
		left: 50px;
		top: -5px;
		width: 140px;
	}

	ul.bnrlist {
		width: 100%;
		margin: 0 0;
	}

	ul.bnrlist li {

		width: 100%;

		background: url(../images/bullet4.png) left 5px no-repeat;

		padding: 0 0 0 34px;

		text-align: left;

		margin-top: 16px;

	}

	ul.bnrlist li:first-child {
		margin: 0;
	}

	ul.bnrlist li img {
		display: none;
	}

	ul.bnrlist li:after {
		display: none;
	}



	.strip {
		padding: 12px 0;
	}

	ul.strip-list {
		width: 100%;
	}

	ul.strip-list li {
		float: left;
		display: inline-block;
		width: 50%;
		padding: 0;
	}

	ul.strip-list li:last-child {
		width: 100%;
		margin-top: 10px;
	}

	ul.strip-list li:nth-child(2):after {
		display: none;
	}

	.hourglass {
		margin: -5px 10px 0 10px;
	}

	.clock {
		margin: 0 6px -3px 0;
		width: 16px;
	}

}

@media only screen and (max-width: 479px) {

	.bnrhd1 {
		font-size: 20px;
		line-height: 20px;
	}

	.bnrhd2 {

		font-size: 21px;

		line-height: 30px;

	}

	.bnrtxt {

		font-size: 16px;

		line-height: 26px;

	}

	.bnrstrip {
		padding: 15px 0 15px 140px;
	}

	.bnrimg-mob {
		position: absolute;
		left: 14px;
		top: -3px;
		width: 140px;
	}

	ul.strip-list li p {

		font-size: 14px;

		line-height: 20px;

	}

	.hourglass {
		margin: -5px 6px 0 10px;
	}


}

@media only screen and (max-width: 389px) {

	.logo {
		width: 260px;
	}

	.bnrhd1 {

		font-size: 17px;

		line-height: 17px;

	}

	.bnrstrip {
		padding: 15px 0 15px 104px;
	}

	.bnrimg-mob {

		top: 8px;

		width: 110px;

	}

	ul.bnrlist li {

		margin-top: 10px;

		font-size: 15px;

	}

	ul.strip-list li p {

		font-size: 12px;

		line-height: 19px;

	}

}

/*=====================section1======================*/

.sec1 {
	background: #f9f9f9 url(../images/sec1.jpg) center top no-repeat;
	padding: 72px 0;
}

.s1bx {

	width: 868px;

	margin: 0 auto;

	display: table;

	background: #fff url(../images/bdr.jpg) left top repeat-x;

	padding: 74px 74px 50px 74px;

	border-radius: 14px;

	box-shadow: 0 0 10px #dddcdc;

}

.s1bx-imgbx {

	height: 193px;

	position: relative;

	padding: 0 0 0 266px;

}

.s1bx-imgbx img {

	position: absolute;

	left: 0;

	top: 0;

}

.s1bx-imgbx p {

	padding-top: 90px;

	font-size: 20px;

	line-height: 30px;

	text-align: left;

	font-style: italic;

}

.s1bx-imgbx p span {
	font-weight: 900;
	font-size: 22px;
}

.s1txt1 {

	font-size: 20px;

	line-height: 30px;

	text-align: left;

}

.s1txt2 {

	font-weight: bold;

	font-size: 22px;

	line-height: 32px;

	text-align: left;

}

.mar1 {
	margin-top: 22px;
}

.mar2 {
	margin-top: 42px;
}

.mar3 {
	margin-top: 32px;
}

.sig {
	margin: 10px 0 0 0;
	display: block;
	max-width: 100%;
}

/*=====================strip2======================*/

.strip2 {
	padding: 0px 0 0 0;
}

.striphding {

	font-weight: bold;

	font-size: 38px;

	line-height: 46px;

	text-align: center;

}

.strip2sldr {
	margin-top: 0px;
}

.sldrimg {

	margin: 0 auto;

	display: block;

	max-width: 96%;

}

@media only screen and (max-width: 1190px) {

	.striphding {
		font-size: 34px;
		line-height: 42px;
	}

}

@media only screen and (max-width: 1020px) {

	.sec1 {
		padding: 50px 0;
	}

	.s1bx {
		width: 100%;
	}

	.grnt {
		width: 100%;
	}

	.grnt1 {
		width: 100%;
	}

	.s1bx-imgbx {
		padding: 0 0 0 249px;
	}

	.striphding {
		font-size: 29px;
		line-height: 38px;
	}

	.strip2sldr {
		margin-top: 30px;
	}

}

@media only screen and (max-width: 767px) {

	.sec1 {
		padding: 40px 0;
	}

	.s1bx {

		padding: 25px 20px 20px 20px;

		border-radius: 14px;

	}

	.grnt {

		padding: 25px 20px 20px 20px;

		border-radius: 14px;
		display: inherit;
		width: 100%;

	}

	.s1bx-imgbx {
		padding: 0 0 0 172px;
		height: 142px;
	}

	.s1bx-imgbx img {
		width: 150px;
	}

	.s1bx-imgbx p {

		padding-top: 30px;

		font-size: 17px;

		line-height: 25px;

	}

	.s1bx-imgbx p span {
		font-size: 19px;
	}

	.s1txt1 {

		font-size: 17px;

		line-height: 27px;

	}

	.s1txt2 {

		font-size: 19px;

		line-height: 29px;

	}

	.mar1 {
		margin-top: 16px;
	}

	.mar2 {
		margin-top: 28px;
	}

	.mar3 {
		margin-top: 24px;
	}

}

@media only screen and (max-width: 479px) {

	.s1bx {
		padding: 25px 10px 20px 10px;
	}

	.grnt {
		padding: 25px 10px 20px 10px;
	}

	.s1bx-imgbx {
		padding: 0 0 0 132px;
		height: 115px;
	}

	.s1bx-imgbx img {
		width: 120px;
	}

	.s1bx-imgbx p {

		padding-top: 20px;

		font-size: 16px;

		line-height: 24px;

	}

	.s1bx-imgbx p span {
		font-size: 18px;
	}

	.striphding {
		font-size: 24px !important;
		line-height: 36px;
		margin-top: 20px;
	}

}

@media only screen and (max-width: 389px) {

	.s1bx-imgbx p {

		padding-top: 22px;

		font-size: 14px;

		line-height: 22px;

	}

	.s1bx-imgbx p span {
		font-size: 16px;
	}

}

@media only screen and (max-width: 359px) {

	.s1bx-imgbx p {
		padding-top: 10px;
	}

}

/*=====================section2======================*/

.sec2 {
	padding: 65px 0;
}

.redbar {

	background: #ff0000;

	padding: 7px 20px 10px 20px;

	border-radius: 10px;

	box-shadow: 1px 5px 8px #c9c9c9;

}

.redbar p {

	font-size: 22px;

	line-height: 32px;

	color: #fff;

	text-align: center;

	padding: 6px 0 0 0;

}

.redbar p img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.redbar p span {
	font-weight: bold;
	color: #fff000;
}

.frmcontainer {
	margin-top: 28px;
}

.s2lft,
.s2rgt {

	float: left;

	display: inline-block;

	width: 48.71%;

}

.s2rgt {
	float: right;
}

.frmbx {

	border: 1px solid #d0d0d0;

	border-radius: 12px;

	padding: 24px 30px;

	width: 100%;

	display: table;

	margin-top: 35px;

}

.frmhding {

	font-size: 26px;

	line-height: 32px;

	text-align: left;

	padding-bottom: 5px;

}

.frmElmnts1,
.frmElmnts2,
.frmElmnts3 {
	margin-top: 18px;
	/*float:left;*/
	width: 100%;
	position: relative;
}

.frmElmnts2,
.frmElmnts3 {

	display: inline-block;

	width: 48%;

}

.frmElmnts3 {
	float: right;
}

.fldicon {
	position: absolute;
	right: 15px;
	top: 15px;
}

.frmElmnts1 input,
.frmElmnts2 input,
.frmElmnts3 input,

.frmElmnts1 select,
.frmElmnts2 select,
.frmElmnts3 select {

	width: 100%;

	height: 50px;

	border: 1px solid #c4c4c4;

	border-radius: 5px;

	box-shadow: inset 0 0 20px #d7d6d6;

	padding: 0 14px;

	font-weight: bold;

	font-family: 'Inter';

	font-size: 15px;

	color: #000;

	text-align: left;

	outline: none;

}

.frmElmnts1 select,
.frmElmnts2 select,
.frmElmnts3 select {

	line-height: 50px;

	appearance: none;

	-webkit-appearance: none;

	background: url(../images/selectfldbg.png) 96% center no-repeat;

}

.upstxt {

	background: url(../images/ups.png) left top no-repeat;

	/*font-weight:bold;*/

	font-size: 18px;

	line-height: 30px;

	color: #0c0c0c;

	text-align: left;

	float: left;

	width: 100%;

	margin-top: 20px;

	padding: 13px 0 23px 70px;

}

.center-img {

	overflow: hidden;

	text-align: center;

	margin-top: 5%;

}

.rvbx {

	position: relative;

	padding: 0 0 0 80px;

}

.rvnmbx {

	position: absolute;

	left: 0;

	top: 0;

	height: 56px;

	width: 56px;

	background: #d3d3d3;

	border-radius: 50%;

	font-weight: bold;

	font-size: 24px;

	line-height: 56px;

	color: #fff;

	text-align: center;

	text-transform: uppercase;

}

.rvhding {

	font-weight: bold;

	font-size: 45px;

	line-height: 42px;

	text-align: left;
	margin-bottom: 40px;
	margin-top: 40px;
	color: red;
}

.rvstars {
	margin: 12px 0 15px 0;
	display: block;
}

.rvtxt,
.rvtxt2 {

	font-size: 18px;

	line-height: 26px;

	text-align: left;

	margin-bottom: 10px;

}

.rvtxt2 {

	font-weight: 600;

	margin-top: 20px;

}

.rvtxt2 span.span1 {

	color: #83cc1c;

	font-size: 14px;

	margin-left: 20px;

}

.rvtxt2 span.span1 img {
	margin: 0 5px -2px 0;
}

.rvbdr {

	height: 1px;

	width: 100%;

	background: #c2c2c2;

	margin: 22px 0;

}

/*----------------right side------------------*/

.s2rgtimg {
	float: right;
	margin: -36px 15px 20px 48px;
	max-width: 100%;
	width: 176px;
	margin-bottom: 10px;
}

.s2rgt-hding {

	font-weight: 600;

	font-size: 20px;

	line-height: 25px;

	color: #1a1a1a;

	text-align: left;

	margin-top: 32px;

}

.s2rgt-txt1 {

	font-size: 14px;

	line-height: 18px;

	color: #1a1a1a;

	text-align: left;

	margin-top: 8px;

}

.s2rgt-txt1 img {
	margin: 0 4px -2px 0;
}

.s2rgt-txt2 {

	font-weight: 600;

	font-size: 15px;

	line-height: 22px;

	color: #1a1a1a;

	text-align: left;

	margin-top: 16px;

}

.qtbx {

	border-top: 1px solid #d4d4d4;

	border-bottom: 1px solid #d4d4d4;

	padding: 4px 0;

	margin-top: 10px;

}

.qtbx-txt1 {

	font-weight: bold;

	font-size: 20px;

	line-height: 30px;

	text-align: left;

	float: left;

	padding: 2px 0 0 0;

}

.qtbx-txt2 {

	float: right;

	background: #fead07;

	height: 36px;

	width: 180px;

	position: relative;

	font-weight: bold;

	font-size: 18px;

	line-height: 36px;

	text-align: right;

	text-transform: uppercase;

	color: #fff;

	padding: 0 18px 0 0;

}

.triangle-right {

	position: absolute;

	left: 0;

	top: 0;

	width: 0;

	height: 0;

	border-top: 18px solid transparent;

	border-left: 13px solid #fff;

	border-bottom: 18px solid transparent;

}

.prdbx {

	border: 1px solid #d4d4d4;

	margin-top: 14px;

	position: relative;

	padding: 10px 0 10px 160px;

	background: #fff url(../images/select.png) 10px center no-repeat;

	transition: transform ease 2s;

	-webkit-transition: transform ease 2s;

	height: 76px;

	cursor: pointer;

}

.prdbx-spl {
	height: 110px;
}

.prdbx.active {

	background: #faf247 url(../images/selected.png) 10px center no-repeat;

	transform: scale(1.2);

}

.ecomseal-small1,
.ecomseal-small2,
.qtbx1,
.qtbx2 {
	position: absolute;
}

.ecomseal-small1 {
	left: 35px;
	top: -4px;
}

.ecomseal-small2 {
	left: 35px;
	top: 5px;
}

.qtbx1,
.qtbx2 {

	left: 109px;

	top: 18px;

	height: 40px;

	width: 40px;

	background: #fead07;

	border-radius: 50%;

	font-weight: bold;

	font-size: 20px;

	line-height: 40px;

	text-align: center;

}

.qtbx2 {
	top: 24px;
}

.prdbx-lft,
.prdbx-rgt {

	float: left;

	display: inline-block;

	width: 68%;

}

.prdbx-rgt {
	width: 31%;
	float: right;
	padding: 0 10px 0 0;
}

.prdbx-lft-txt,
.prdbx-rgt-txt,
.prdbx-rgt-txt2 {

	font-size: 18px;

	line-height: 24px;

	text-align: left;

	padding: 8px 0 0 0;

}

.prdbx-lft-txt span {
	font-weight: bold;
}

.prdbx-rgt-txt {
	padding: 15px 0 0 0;
	text-align: right;
}

.prdbx-rgt-txt2 {
	padding: 28px 0 0 0;
	text-align: right;
}

.prdbx-lft-txt2 {

	font-size: 14px;

	line-height: 19px;

	text-align: left;

	margin-top: 6px;

}

.bestdeal {
	height: 26px;
	width: 135%;
	background: #ff0000;
	font-weight: bold;
	font-size: 8px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	padding-left: 9px;
}

.ccard {

	margin-top: 12px;

	font-size: 17px;

	line-height: 22px;

	color: #393939;

	text-align: left;

	padding-bottom: 0;

}

.ccard img {
	vertical-align: middle;
	margin: 0 0 -2px 5px;
	width: 140px;
	float: right;
}

.rgtofferbx {

	margin: 24px 0 0 0;

	border: 2px dashed #000000;

	background: #fcf8e5;

	border-radius: 5px;

	float: left;

	width: 100%;

	padding: 6px 0 0 0;

}

.rgtofferbx-hd {

	background: #fcffa3;

	padding: 5px 10px 5px 97px;

	position: relative;

}

.lftarw {
	position: absolute;
	left: 24px;
	top: 6px;
}

.chkbx {

	position: absolute;

	left: 60px;

	top: 5px;

	height: 20px;

	width: 20px;

	border: 1px solid #918cac;

	background: #fff;

	outline: none;

}

.chkbx:checked {

	background: #fff url(../images/bullet3.png) center center no-repeat;

	background-size: 90%;

}

.rgtofferbx-hd p {

	font-weight: bold;

	font-size: 20px;

	line-height: 26px;

	color: #079f38;

	text-align: left;

}

.offbxtxt {

	font-size: 15px;

	line-height: 24px;

	color: #2f2f2f;

	text-align: left;

	padding: 18px 25px;

}

.offbxtxt span {
	font-weight: bold;
	color: #ff0000;
}

ul.totallist {
	padding: 16px 0 0 0;
}

ul.totallist li {

	width: 100%;

	padding: 10px 0;

	display: table;

	border-bottom: 1px solid #d4d4d4;

}

ul.totallist li:last-child {
	border-bottom: none;
}

.totl-lft,
.totl-rgt {

	float: left;

	display: inline-block;

	width: 75%;
	text-align: left;

}

.totl-rgt {
	width: 25%;
	text-align: right;
}

.tottxt1 {

	font-weight: bold;

	font-size: 20px;

	line-height: 30px;

}

.tottxt2 {

	font-size: 14px;
	color: #626262;
	line-height: 24px;

}

.hurry {

	margin-top: 20px;

	font-size: 20px;

	line-height: 26px;

	text-align: center;

	position: relative;

}

.hurry span {
	font-weight: bold;
	color: #F00;
}

.hurry:before,
.hurry:after {

	content: "";

	position: absolute;

	top: 15px;

	height: 1px;

	width: 100px;

	background: #bcbcbc;

}

.hurry:before {
	left: 0;
}

.hurry:after {
	right: 0;
}

.secureimg {
	margin: 35px auto 0 auto;
	display: block;
	max-width: 100%;
}

@media only screen and (max-width: 1190px) {

	.frmbx {
		padding: 20px 20px;
	}

	.frmhding {

		font-size: 24px;

		line-height: 30px;

	}

	.upstxt {
		font-size: 13px;
	}

	.prdbx-spl {
		height: 130px;
	}

	.prdbx-lft-txt2 {
		font-size: 12px;
	}

	.prdbx-lft-txt,
	.prdbx-rgt-txt,
	.prdbx-rgt-txt2 {

		font-size: 15px;

	}

	.rvhding {
		font-size: 30px;
		line-height: 35px;
	}

	.rgtofferbx-hd p {
		font-size: 19px;
	}

	.hurry:before,
	.hurry:after {
		width: 65px;
	}

	.s2rgtimg {
		margin: -10px 0 0 -40px;
	}

}

@media only screen and (max-width: 1020px) {

	.sec2 {
		padding: 50px 0;
	}

	.redbar p {

		font-size: 20px;

		line-height: 30px;

	}

	.frmcontainer {
		margin-top: 18px;
	}

	.frmbx {
		padding: 15px 10px;
	}

	.frmhding {
		font-size: 22px;
		line-height: 28px;
		padding-bottom: 2px;
	}

	.upstxt {
		padding: 0px 0 14px 70px;
	}

	.s2rgtimg {

		width: 120px;

		margin: 20px 0 0 0;

	}

	.prdbx {

		padding: 10px 0 10px 130px;

		background: #fff url(../images/select.png) 5px center no-repeat;

	}

	.prdbx.active {

		background: #faf247 url(../images/selected.png) 5px center no-repeat;

		transform: scale(1.14);

	}

	.ecomseal-small1,
	.ecomseal-small2 {
		width: 56px;
		left: 28px;
		top: 6px;
	}

	.ecomseal-small2 {
		top: 15px;
	}

	.qtbx1,
	.qtbx2 {

		left: 84px;

		top: 18px;

		height: 35px;

		width: 35px;

		font-size: 17px;

		line-height: 30px;

	}

	.qtbx2 {
		top: 28px;
	}

	.qtbx-txt1 {
		font-size: 18px;
	}



	.prdbx-lft-txt2 {

		font-size: 10px;

		line-height: 12px;

	}

	.prdbx-rgt-txt2 {
		padding: 20px 0 0 0;
	}

	.rvtxt,
	.rvtxt2 {

		font-size: 16px;

		line-height: 24px;

		margin-bottom: 10px;

	}

	.rgtofferbx-hd {
		padding: 5px 10px 5px 75px;
	}

	.rgtofferbx-hd p {
		font-size: 15px;
	}

	.lftarw {
		left: 10px;
	}

	.chkbx {
		left: 40px;
	}

	.offbxtxt {
		padding: 12px 10px 12px 10px;
	}

	.tottxt1,
	.hurry {

		font-size: 18px;

		line-height: 27px;

	}

	.tottxt2 {

		font-size: 15px;

		line-height: 22px;

	}

	.hurry:before,
	.hurry:after {
		width: 30px;
	}

}

@media only screen and (max-width: 767px) {

	.sec2 {
		padding: 40px 0;
	}

	.redbar {
		padding: 7px 10px 10px 10px;
	}

	.redbar p {

		font-size: 18px;

		line-height: 22px;

	}

	.redbar p img {
		width: 27px;
		margin: 0 5px 0 0;
	}

	.frmcontainer {
		margin-top: 0;
	}

	.s2lft,
	.s2rgt {
		width: 100%;
	}

	.frmbx {
		margin-top: 25px;
		padding: 15px;
	}

	.upstxt {
		background-size: 35px;
		padding: 4px 0 10px 50px;
	}

	.prdbx.active {
		transform: scale(1.1);
	}

	.hurry:before,
	.hurry:after {
		width: 70px;
	}

	.secureimg {
		margin: 20px auto 0 auto;
	}

	.rvbx {
		padding: 0 0 0 47px;
	}

	.rvnmbx {

		height: 36px;

		width: 36px;

		font-size: 20px;

		line-height: 36px;

	}

	.rvhding {

		font-size: 20px;

		line-height: 26px;
		margin-bottom: 13px;

	}

	.prdbx-lft-txt2 {

		font-size: 12px;

		line-height: 16px;

	}

}

@media only screen and (max-width: 479px) {

	.frmElmnts1,
	.frmElmnts2,
	.frmElmnts3 {
		width: 100%;
		margin-top: 10px;
	}

	.upstxt {
		font-size: 16px;
	}

	.prdbx {
		height: 72px;
	}

	.prdbx-spl {
		height: 105px;
	}

	.prdbx.active {
		transform: scale(1.12);
	}

	.prdbx-lft-txt,
	.prdbx-rgt-txt,
	.prdbx-rgt-txt2 {

		font-size: 13px;

		line-height: 20px;

	}

	.rgtofferbx-hd p {
		line-height: 18px;
	}

	.hurry:before,
	.hurry:after {
		width: 30px;
	}

	.prdbx-lft-txt2 {

		font-size: 10px;

		line-height: 13px;

	}

	.prdbx-rgt-txt2 {

		padding: 26px 0 0 0;

	}

}

@media only screen and (max-width: 389px) {

	.prdbx {

		padding: 10px 0 10px 115px;

		background: #fff url(../images/select.png) 5px center no-repeat;

	}

	.prdbx.active {

		background: #faf247 url(../images/selected.png) 5px center no-repeat;

		transform: scale(1.1);

	}

	.frmbx {

		margin-top: 25px;

		padding: 15px 10px;

	}

	.frmhding {

		font-size: 20px;

		line-height: 26px;

	}

	.ecomseal-small1,
	.ecomseal-small2 {
		width: 46px;
		left: 28px;
		top: 10px;
	}

	.ecomseal-small2 {
		top: 18px;
	}

	.qtbx1,
	.qtbx2 {

		left: 74px;

		top: 18px;

		height: 30px;

		width: 30px;

		font-size: 15px;

		line-height: 28px;

	}

	.qtbx2 {
		top: 28px;
	}

	.bestdeal {

		width: 111px;

		/*background: url(../images/bestdeal.png) -20px top no-repeat;*/

		font-family: 16px;

		padding-left: 5px;

	}

	.prdbx-lft {
		width: 65%;
	}

	.prdbx-rgt {
		width: 35%;
	}

	.ccard {
		font-size: 15px;
	}

	.hurry {
		font-size: 16px;
		line-height: 22px;
	}

	.hurry:before,
	.hurry:after {
		width: 20px;
		top: 12px;
	}

	.prdbx-lft-txt,
	.prdbx-rgt-txt,
	.prdbx-rgt-txt2 {

		font-size: 13px;

		line-height: 19px;

	}

	.ccard img {
		width: 120px;
	}

}

/*=======================section3========================*/

.sec3 {
	background: #f9f9f9;
	padding: 60px 0 66px 0;
}

#accordion {
	height: auto !important;
	margin: 40px auto 0 auto;
	display: block;
	width: 1010px;
}

.ui-accordion .ui-accordion-header {

	display: block;

	cursor: pointer;

	zoom: 1;

	background: #fff url(../images/plus.png) 98% 26px no-repeat;

	text-align: left;

	padding: 18px 40px 18px 28px;

	margin: 10px 0 0 0;

	outline: none;

	position: relative;

	font-weight: bold;

	font-size: 22px;

	line-height: 30px;

	color: #000;

	text-align: left;

	box-shadow: 0 5px 5px #eaebec;

	border-radius: 10px;

}

.ui-accordion .ui-accordion-header.active {

	background: #fff url(../images/minus.png) 98% 26px no-repeat;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

	box-shadow: none;

	border-bottom: none;

	border-radius: 10px 10px 0 0;

}

.ui-accordion .ui-accordion-content {

	padding: 0;

	overflow: auto;

	zoom: 1;

	border-top: none;

	padding: 0 0 0 0;

	box-shadow: 0 5px 5px #eaebec;

	border-radius: 0 0 10px 10px;

}

.accord-txt {

	box-sizing: border-box;

	float: left;

	text-align: left;

	padding: 5px 20px 30px 28px;

	background: #fff;

	font-size: 18px;

	line-height: 26px;

	color: #2d2d2d;

}

@media only screen and (max-width: 1190px) {

	#accordion {
		width: 100%;
	}

}

@media only screen and (max-width: 1020px) {

	.sec3 {
		padding: 56px 0;
	}

}

@media only screen and (max-width: 767px) {

	.sec3 {
		padding: 40px 0;
	}

	#accordion {
		margin: 25px auto 0 auto;
	}

	.ui-accordion .ui-accordion-header {

		background: #fff url(../images/plus.png) 98% 22px no-repeat;

		padding: 14px 34px 14px 10px;

		font-size: 18px;

		line-height: 28px;

		border-radius: 6px;

	}

	.ui-accordion .ui-accordion-header.active {

		background: #fff url(../images/minus.png) 98% 22px no-repeat;

		border-radius: 6px 6px 0 0;



	}

	.ui-accordion .ui-accordion-content {
		border-radius: 0 0 6px 6px;
	}

	.accord-txt {

		padding: 0 10px 22px 10px;

		font-size: 16px;

		line-height: 24px;



	}

}

/*============================

FOOTER SECTION

=============================*/

footer {
	padding: 40px 0;
	background: #1b1b1b;
}

ul.ftrlist {
	text-align: center;
}

ul.ftrlist li {

	display: inline-block;

	border-right: 1px solid #cacaca;

	padding: 0 10px 0 4px;

	font-size: 16px;

	line-height: 16px;

	color: #cacaca;

	text-align: center;

}

ul.ftrlist li:last-child {
	border-right: none;
}

ul.ftrlist li a {
	color: #cacaca;
}

.ftrtxt {

	font-size: 16px;

	line-height: 20px;

	color: #cacaca;

	text-align: center;

	margin: 10px 0 0 0;

}



@media only screen and (max-width: 767px) {

	footer {
		padding: 25px 0;
	}

	ul.ftrlist li {

		font-size: 14px;

		line-height: 14px;

	}

	.ftrtxt {

		font-size: 14px;

		line-height: 19px;

	}

}

/* bonus_section */

.bonus_section {
	padding: 60px 0;
}

.bonus_section .bonus_box {
	max-width: 400px;
	margin: auto;
}

.bonus_section .bonus_box {
	background: #f6efe2;
	border: 4px solid #4ea850;
	border-radius: 4px;
}

.bonus_section .bonus_box .heading p {
	background: #4ea850;
	padding: 10px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}

.bonus-carousel .owl-dot:nth-child(1) {
	background: url(../images/hol1.jpg?v12);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 65px;
	height: 56px;
	margin: 15px 8px;
	position: relative;
}

.bonus-carousel .owl-dot:nth-child(1)::after {
	position: absolute;
	content: '';
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 13px;
	width: 100%;
}

.bonus-carousel .owl-dot:nth-child(2) {
	background: url(../images/hol2.jpg?v12);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 65px;
	height: 56px;
	margin: 15px 8px;
	position: relative;
}

.bonus-carousel .owl-dot:nth-child(2)::after {
	position: absolute;
	content: '';
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 13px;
	width: 100%;
}

.bonus-carousel .owl-dot:nth-child(3) {
	background: url(../images/hol3.jpg?v12);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 65px;
	height: 56px;
	margin: 15px 8px;
	position: relative;
}

.bonus-carousel .owl-dot:nth-child(3)::after {
	position: absolute;
	content: '';
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 13px;
	width: 100%;
}

.bonus-carousel .owl-dot:nth-child(4) {
	background: url(../images/hol4.jpg?v12);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 65px;
	height: 56px;
	margin: 15px 8px;
	position: relative;
}

.bonus-carousel .owl-dot:nth-child(4)::after {
	position: absolute;
	content: '';
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 13px;
	width: 100%;
}

.bonus-carousel .owl-dots {
	text-align: center;
	display: none !important;
}

.bonus_section .bonus_container {
	display: flex;
	align-items: center;
	max-width: 100%;
	gap: 20px;
}

.bonus_section .bonus_container .bonus_box {
	flex: 30%;
	max-width: 35%;
}

.bonus_section .bonus_container .gurantee_box {
	flex: 60%;
	max-width: 65%;
	box-shadow: 0 0 10px #dddcdc;
}

@media only screen and (min-width:991px) and (max-width:1021px) {
	.bonus-carousel .owl-dots {
		position: absolute;
		top: 15px;
		left: -90px;
		display: flex;
		flex-direction: column;
		background: #4ea850;
		padding: 5px;
	}
}

@media only screen and (max-width:991px) {
	.bonus_section .bonus_container {
		flex-direction: column;
	}

	.bonus_section .bonus_container .bonus_box {
		flex: 100%;
		max-width: 100%;
	}

	.bonus_section .bonus_container .gurantee_box {
		flex: 100%;
		max-width: 100%;
	}
	
	.bonus_section .bonus_box {
		margin: 0 15px;
	}
}

@media only screen and (min-width: 1021px) {
	.bonus-carousel .owl-dots {
		position: absolute;
		top: 100px;
		left: -90px;
		display: flex;
		flex-direction: column;
		background: #4ea850;
		padding: 5px;
	}
}


/* bonus_section */