@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/

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

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

.for-mob {
	display: none;
}

.for-desk {}

/*=========FONTS==========*/
@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Bold.woff2') format('woff2'),
		url('../fonts/Graphik-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Light.woff2') format('woff2'),
		url('../fonts/Graphik-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Medium.woff2') format('woff2'),
		url('../fonts/Graphik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Regular.woff2') format('woff2'),
		url('../fonts/Graphik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Semibold.woff2') format('woff2'),
		url('../fonts/Graphik-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}



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


/*=======================
    SECTION-2 CSS
=========================*/
.section-2 {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 60px 0px 90px 0px;
	font-family: Graphik;
	text-align: center;
}

/* .section-2 img {
	width: auto;
} */
.pkg-btn img {
	max-width: 100%;
}

.cmn-head {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 48px;
	line-height: 52px;
	font-weight: 600;
}

.package-section {
	float: left;
	width: 100%;
	padding: 0 45px;
	position: relative;
	margin-top: 60px;
}

.package {
	float: left;
	width: 368px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
}

.mob-package {
	float: left;
	width: 100%;
}

.package.mid {
	position: absolute;
	left: 50%;
	margin-left: -184px;
	top: -15px;
	z-index: 1;
	bottom: -15px;
	box-shadow: 0 0 10px 2px rgba(27, 87, 125, 0.3);
	border: 1px solid #1b577d;
}

.package.left {
	float: left;
}

.package.right {
	float: right;
}

.pkg-strip {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	background: #e5e5e5;
	color: #000;
	border-radius: 8px 8px 0 0;
	padding: 15px 0;
	position: relative;
}

.package.mid .pkg-strip {
	background: #1b577d;
	color: #fff;
}

.pkg-strip:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -12px;
	border-top: 10px solid #e5e5e5;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.package.mid .pkg-strip:after {
	border-top: 10px solid #1b577d;
}

.package.mid .pkg-head {
	margin-top: 12px;
}

.pkg-inr {
	float: left;
	width: 100%;
	padding: 20px 0 10px;
}

.pkg-head {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #000000;
}

.pkg-head span {
	float: left;
	width: 100%;
	font-weight: 300;
}

.pkg-prod {
	float: left;
	width: 100%;
	position: relative;
}

.pkg-prod img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 90%;
}

.pkg-seal {
	position: absolute;
	right: 40px;
	top: 0;
	background: url(../images/seal-bg.png) no-repeat center top;
	width: 77px;
	height: 77px;
	text-align: center;
	font-size: 20px;
	line-height: 15px;
	font-weight: 600;
	color: #fff;
}

.package.left .pkg-seal {
	right: 100px;
	top: 4px;
}

.package.mid .pkg-seal {
	right: 25px;
}

.pkg-seal span {
	float: left;
	width: 100%;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 1px;
	padding-top: 18px;
}

.pkg-prc-sec {
	float: left;
	width: 100%;
}

.ret-prc {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
}

.strikeout {
	position: relative;
}

.strikeout::after {
	border-bottom: .1em solid red;
	content: "";
	left: -3px;
	margin-top: calc(0.125em/2 * -1);
	position: absolute;
	right: -3px;
	top: 55%;
}

.pkg-prc {
	float: left;
	width: 100%;
	margin-top: 8px;
}

.reglr-prc {
	display: inline-block;
	vertical-align: middle;
	font-size: 70px;
	line-height: 55px;
	color: #1b577d;
	font-weight: 600;
}

.reglr-prc span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
}

.shpng-txt {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-top: 3px;
	text-transform: uppercase;
}

.pkg-btn {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	padding: 0;
	max-width: 100%;
}

a.packageBtn {
	float: left;
	width: 100%;
	margin: 0 auto;
	border-radius: 8px;
	height: 65px;
	overflow: hidden;
	color: #ffffff;
	font-size: 26px;
	line-height: 60px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	padding-right: 55px;
	font-weight: 700;
	background: #f08d00;
}

a.packageBtn:hover {
	background: #ff9600;
}

.btn-arw {
	position: absolute;
	right: 25px;
	height: 38px;
	width: 38px;
	top: 50%;
	margin-top: -19px;
	border-radius: 50%;
	background: #fbab38;
}

.btn-arw:after {
	content: '';
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -8px;
	border-left: 10px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.btn-txt {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
	margin-top: 5px;
	color: #000;
	letter-spacing: 0.3px;
	position: relative;
}

.btn-txt:before,
.btn-txt:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 1px;
	background: #ccc;
}

.btn-txt:before {
	margin: -4px 6px 0 0;
}

.btn-txt:after {
	margin: -4px 0 0 6px;
}

.card-pic {
	display: block;
	margin: 0 auto;
}

/*=======================
    SECTION-5 CSS
=========================*/
.section-5 {
	float: left;
	width: 100%;
	padding: 60px 0;
	font-family: Graphik;
	text-align: center;
}

.s5-haed {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	color: #282828;
}

.s5-list {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 0 15px;
}

.s5-list-cont {
	float: left;
	width: 50%;
	padding: 0 30px;
}

.s5-list p {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 15px;
	line-height: 21px;
	color: #282828;
	margin-top: 25px;
	word-break: break-word;
	position: relative;
	padding-left: 28px;
	letter-spacing: 0.5px;
}

.s5-list p span {
	position: absolute;
	left: 0;
	top: 0;
}

.s5-list p a {
	color: #0d6eb1;
	word-break: break-word;
}

.view-moreBtn {
	display: inline-block;
	vertical-align: middle;
	margin-top: 40px;
	border: 1px solid #acacac;
	border-radius: 10px;
	max-width: 500px;
	width: 100%;
	height: 50px;
	font-size: 22px;
	line-height: 48px;
	color: #707070;
	font-family: 'Graphik';
	background: #fff;
}

/*-----------------------
		Footer
------------------------*/
.footer {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #f0f0f0;
	text-align: center;
	font-family: 'Graphik';
	font-weight: normal;
}

.footer a:hover {
	text-decoration: underline;
}

.ftr-txt {
	float: left;
	width: 100%;
	color: #000;
	letter-spacing: 0.3px;

}

.ftr-strip {
	float: left;
	width: 100%;
	padding: 10px 10px 10px 400px;
	position: relative;
	border: 1px solid #acacac;
	margin-top: 25px;
	background-color: #fff;
	border-radius: 10px;
}

.ftr-strip p {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	letter-spacing: 0.2px;
	text-align: left;
}

.ftr-strip2 {
	float: left;
	width: 100%;
	padding: 10px;
	position: relative;
	border: 1px solid #acacac;
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	letter-spacing: 0.3px;
}

.ftr-img {
	position: absolute;
	left: 20px;
	top: 15px;
}

.ftr-txt2 {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 15px 0 0 0;
	letter-spacing: 0.5px;
	padding: 0 75px;
}

.footer .ftr-txt a {
	padding: 0 5px;
	color: #000000;
	font-size: 16px;
}

.for-tab {
	display: none;
}

.hide-mob,
for-desk {
	display: block;
}

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

	.bnr-heading {
		font-size: 38px;
		line-height: 42px;
	}

	.bnr-sub-head {
		font-size: 32px;
		line-height: 36px;
	}

	.s1-mid-col p {
		font-size: 18px;
		line-height: 24px;
	}

	.package {
		width: 310px;
	}

	.package.mid {
		margin-left: -155px;
	}

	.s3-blue-box {
		padding: 30px 20px 30px 235px;
	}

	.s3-seal {
		width: 220px;
		left: 15px;
		margin-top: -85.5px;
	}

	.s3-bl-bx-hdng {
		font-size: 30px;
		line-height: 36px;
	}

	.s5-list li {
		width: 50%;
		font-size: 15px;
		padding-right: 35px;
	}
}

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

	.for-tab {
		display: block;
	}

	.for-desk {
		display: none;
	}

	.bnr-sub-head {
		padding: 0 30px;
	}

	.sec1-video-bx {
		padding: 10px 10px 15px;
	}

	.sec1-mid {
		margin-top: 50px;
	}

	.s1-mid-col span {
		font-size: 22px;
		line-height: 28px;
		min-height: 72px;
	}

	.s1-mid-col p {
		font-size: 20px;
		line-height: 26px;
	}

	.s1-haed {
		font-size: 38px;
		line-height: 42px;
	}

	.cmn-head {
		font-size: 38px;
		line-height: 42px;
	}

	.package-section {
		padding: 0;
	}

	.package {
		width: 256px;
	}

	.package.mid {
		margin-left: -128px;
	}

	.pkg-seal {
		font-size: 18px;
		line-height: 18px;
	}

	.ret-prc {
		font-size: 22px;
	}

	.reglr-prc {
		font-size: 55px;
		line-height: 50px;
	}

	.shpng-txt {
		font-size: 16px;
	}

	a.packageBtn {
		height: 55px;
		line-height: 52px;
		font-size: 23px;
	}

	.btn-arw {
		right: 15px;
	}

	.btn-txt {
		font-size: 13px;
		line-height: 15px;
	}

	.btn-txt:before,
	.btn-txt:after {
		width: 7px;
	}

	.s3-bx-col-top {
		padding: 15px 10px 15px 70px;
	}

	.s3-col-img {
		width: 50px;
		left: 10px;
	}

	.s3-col-tp-txt1 {
		font-size: 22px;
		line-height: 28px;
	}

	.s3-col-tp-txt2 {
		font-size: 16px;
		line-height: 20px;
	}

	.s3-col-abt-txt {
		padding: 15px 10px 20px;
		font-size: 21px;
	}

	.s3-line {
		margin: 0;
	}

	.s3-bl-txt2 {
		font-size: 22px;
		line-height: 28px;
	}

	.s5-list li {
		width: 100%;
	}

	.ftr-strip {
		padding: 20px;
	}

	.ftr-img {
		position: static;
		display: block;
		margin: 0 auto;
		width: 300px;
	}

	.ftr-strip p {
		margin-top: 10px;
	}

	.ftr-txt2 {
		padding: 0;
	}
}


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

	.container2.videoPlayerContainer {
		padding: 0;
	}

	.for-mob {
		display: block;
	}

	.for-desk,
	.hide-mob {
		display: none;
	}

	.banner-section {
		padding: 25px 0 98px;
		height: auto;
		padding-top: 0.4rem;
	}

	.bnr-heading {
		font-size: 25px;
		line-height: 29px;
	}

	.bnr-sub-head {
		padding: 5px 0px 5px 0px;
		font-size: 19px;
		line-height: 22px;
	}

	.section-1 {
		padding-bottom: 0px;
	}

	.sec1-video-bx {
		margin-top: -80px;
		padding: 0px;
		border-radius: 0px;
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	.sec1-video {
		border-radius: 0px;
	}

	.lft-spkr {
		width: 17px;
		margin: -8px 3px 0 0;
	}

	.rgt-spkr {
		width: 17px;
		margin: -8px 0 0 3px;
	}

	.vdo-txt {
		font-size: 16px;
		line-height: 24px;
		margin-top: 8px;
	}

	.sec1-mid {
		margin-top: 45px;
		padding: 0px 10px 30px;
	}

	.s1-haed {
		font-size: 26px;
		line-height: 30px;
	}

	.s1-mid-row {
		margin-top: 0;
		padding: 0 25px;
	}

	.s1-mid-col {
		margin-top: 35px;
		width: 100%;
	}

	.s1-mid-col span {
		min-height: 1px;
		font-size: 24px;
	}

	.s1-mid-col p {
		margin-top: 10px;
		min-height: 46px;
	}

	.section-2 {
		padding: 25px 0 35px;
	}

	.cmn-head {
		font-size: 28px;
		line-height: 32px;
	}

	.package-section {
		margin-top: 0;
	}

	.package {
		margin-top: 25px;
		width: 100%;
		border: 2px solid #e5e5e5;
	}

	.package.left .pkg-seal {
		right: 25px;
	}

	.package.mid {
		position: static;
		margin-left: 0;
	}

	.reglr-prc {
		font-size: 50px;
		line-height: 50px;
	}

	a.packageBtn {
		height: 60px;
		line-height: 57px;
		font-size: 25px;
	}

	.btn-txt {
		font-size: 16px;
		line-height: 19px;
	}

	.btn-txt:before,
	.btn-txt:after {
		width: 20px;
	}

	.shpng-txt {
		font-size: 16px;
		font-weight: 500;
	}

	.pkg-inr {
		padding: 0px 0 5px;
	}

	.pkg-inr-lft {
		float: left;
		width: 52%;
		position: relative;
	}

	.pkg-inr-rgt {
		float: right;
		width: 48%;
	}

	.pkg-head {
		padding: 0 0 28px 0;
		font-weight: 500;
		font-size: 22px;
		line-height: 26px;
		margin-top: 12px;
	}

	.pkg-seal {
		width: 60px;
		height: 60px;
		background-size: 100%;
		font-size: 15px;
		line-height: 16px;
		right: 15px;
		top: -15px;
	}

	.pkg-seal span {
		font-size: 11px;
		line-height: 11px;
		padding-top: 11px;
	}

	.pkg-btn {
		padding: 10px 0;
	}

	.package.mid .pkg-seal {
		right: 6px;
		top: -15px;
	}

	.section-3 {
		padding: 25px 0 35px;
	}

	.s3-mid-box-col {
		width: 100%;
	}

	.s3-bx-col-top {
		padding: 15px 10px 15px 90px;
	}

	.s3-col-img {
		width: 65px;
	}

	.s3-col-abt-txt {
		padding: 15px 20px 20px;
	}

	.s3-blue-box {
		margin-top: 35px;
		padding: 20px 20px 25px;
		text-align: center;
	}

	.s3-seal {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto;
	}

	.s3-bl-bx-hdng {
		font-size: 26px;
		line-height: 30px;
		margin-top: 15px;
	}

	.s3-blue-bx-txt1 {
		font-size: 20px;
		line-height: 25px;
	}

	.faq-qs {
		margin-top: 30px;
	}

	.faq-container {
		margin: 25px 0 0 0;
	}

	.accordion {
		font-size: 22px;
		line-height: 28px;
		padding: 15px 30px 15px 0;
	}

	.acdn-content {
		padding: 15px 30px 10px 0;
	}

	.acdn-para {
		font-size: 22px;
		line-height: 30px;
	}

	.section-4 {
		padding: 25px 0 35px;
	}

	.section-5 {
		padding: 25px 0 35px;
		overflow: hidden;
	}

	.s5-list {
		margin-top: 0;
		padding: 0;
	}

	.s5-list-cont {
		width: 100%;
		padding: 0;
	}

	.s5-list p {
		padding-right: 0;
		line-height: 20px;
		font-size: 14px;
	}

	.view-moreBtn {
		margin-top: 30px;
	}

	.footer {
		text-align: center;
		padding: 20px;
	}

	.ftr-txt {
		margin: 25px 0 0;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.3px;
	}

	.ftr-img {
		width: 230px;
	}

	.ftr-strip {
		padding: 20px 15px;
	}

	#ctabtn-mob {
		background: #1b577d;
		padding: 7px 10px;
		position: fixed;
		bottom: 0%;
		left: auto;
		z-index: 9;
		transition: bottom 1s;
		display: table;
		width: 100%;
	}

	#ctabtn-mob a.order-btn {
		margin: 0;
	}

	a.packageBtn {
		font-size: 26px;
	}
}

.span {
	color: #1b577d;
	font-weight: 700;
	font-size: 26px;
}

.back {
	position: fixed;
	background-color: #00000097;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	transition: 500ms linear;
	opacity: 1;
}

.hidden {
	z-index: -1;
	opacity: 0;
}

#form {
	margin-top: 145px;
	/* background-image: url(../images/1bottle350px.png); */
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	/* margin-left: auto; */
	/* margin-right: auto; */
	height: 500px;

	width: 45%;
	padding-bottom: 50px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#form input {
	width: 350px;
	border-radius: 10px;
	margin-bottom: 10px;
	height: 50px;
	border: 2px solid #66666645;
	padding-left: 10px;
}

.form_text {
	line-height: 35px;
	z-index: 1;
	text-align: center;
	color: white;
	font-weight: 700;
	font-size: 30px;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	max-width: 600px;
	font-weight: 700;
	background-color: #0000006f;
	border-radius: 15px;
	padding: 20px;
}

.form_img {
	margin-bottom: -60px;
}

@media (max-width: 1200px) {
	#form {
		background: transparent;
		align-items: center;
	}
	.form_text {
		font-size: 16px;
		padding: 10px;
	}
}

@media (min-width: 1201px) {
	.form_img {
		display: none;
	}
}
@media (max-width: 450px) {
	#form input {
		width: 250px;
	}
	
}

@media (max-width: 800px) {
	#form {
		max-width: 70%;
		justify-content: center;
		font-size: 18px;
		background-position: center top;
		margin-top: 150px;
	}
	.form_input {
		max-width: 300px;
	}

	.form_text {
		font-size: 20px;
		line-height: 25px;
	}

}
@media (max-width: 450px) {
.form_text {
	font-size: 14px;
	padding: 5px;
}
}

.closet {
	z-index: 2;
	position: absolute;
	top: 17%;
	right: 22%;
	fill: white;
	z-index: 2;
	cursor: pointer;
	transition: 300ms linear;
	border-radius: 50%;
	border: 2px solid transparent;
}

.closet:hover {
	scale: 1.1;
	border: 2px solid white;
}

