

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



@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

:root {
	--primaryColor: #FFE15D;
	--primaryDark: #DC3535;
	--secondarycolor: #F49D1A;
	--secondaryDark: #B01E68;
} 

:focus {
	outline: 0;
}
a {
	text-decoration: none;
}
a:active {
	outline: none;
}
body {
	font-family: 'Sailec';
	font-weight: 400;
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
}
/*---------------------------*/
.hide-desk,
.show-479,
.show-tab,
.show-767,
.show-400,
.show-340,
.show-359,
.tab-video {
	display: none;
}
.hide-400,
.hide-479 {
	display: inline-block;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
.flt-l {
	float: left;
}
.flt-r {
	float: right;
	margin-right: 0;
}
.flt-n {
	clear: both;
	float: none;
}
.display {
	display: block;
}
.clearall {
	clear: both;
	font-size: 1px !important;
	line-height: 1px !important;
	height: 1px !important;
	min-height: 1px;
}
img a,
img:hover {
	border: none;
}
.container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
.featured-item {
	color: #fff;
	height: 36px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: #c2a126;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
/*********************************************/
.dsplay {
	width: 100%;
	float: left;
}
.bdfont {
	color: white;
	font-size: 18px;
	line-height: 28px;
}

#about .bdfont, .sec2 .bdfont{
	color: black !important;
}
.bdhding {
	font-weight: 300;
	font-size: 40px;
	line-height: 44px;
	color: #000;
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
}
.bdhding span {
	display: block;
	font-size: 18px;
	line-height: 27px;
	color: #5d4e82;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 6px;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: none;
}

/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1179px) {
	.container {
		max-width: 1004px;
		width: 100%;
	}
}
@media only screen and (max-width: 1013px) {
	.container {
		max-width: 760px;
		width: 100%;
	}
	.bdhding {
		font-size: 36px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
		max-width: 640px;
	}
	.bdinpad {
		padding: 0 15px;
	}
	.bdhding {
		font-size: 30px;
		line-height: 38px;
		padding-top: 20px;
	}
	.bdfont {
		line-height: 24px;
	}
}
@media only screen and (max-width: 359px) {
	.bdsubhding {
		font-size: 30px;
		line-height: 38px;
	}
}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
	margin-bottom: 76px;
}
.header {
	height: 82px;
	margin-top: -75px;
	position: relative;
	top: 76px;
	background: white;
	border-bottom: 4px solid var(--primaryDark);
}
.fixed-nav .header {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	height: 82px;
}
.logo {
	float: left;
	margin: 0;
	max-width: 70px;
}
ul.nav {
	float: right;
	margin: 20px 0 0 0px;
}
ul.nav li {
	float: left;
	margin: 0px 10px 0 0;
	padding: 0px 20px;
}
ul.nav li a {
	color: var(--primaryDark);
	font-size: 16px;
	line-height: 36px;
}
ul.nav li.active,
ul.nav li:hover {
	color: var(--secondaryDark);
	border-radius: 30px;
}
ul.nav li.active a,
ul.nav li:hover a {
	color: var(--secondaryDark);
}
ul.nav li:last-child {
	margin-right: 0;
}
ul.nav li:last-child a:hover,
ul.nav li:last-child a.active {
	background: none;
	color: #000;
	border-radius: 0;
}
ul.hed-right {
	float: right;
	margin-top: 15px;
}
ul.hed-right li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 13px;
}
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
}
#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	color: black;
	background-color: #1d1d1d;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu-container .menu-list {
	padding-left: 0;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	left: -100%;
	top: 55px;
	background: #5d4e82;
	border-top: 1px solid #074b84;
}
#menu-container .menu-list li a {
	font-size: 18px;
	padding: 12px 0 12px 0;
	text-align: center;
	color: #fff;
	display: block;
	border-bottom: 1px dotted #074b84;
}
#menu-container .menu-list li a.active {
	background: #fff;
	color: #5d4e82;
}
@media only screen and (max-width: 1013px) {
	.header {
		height: 55px;
		top: 55px;
		margin-top: -55px;
	}
	.top-fix-bar {
		margin-bottom: 55px;
	}
	.fixed-nav .header {
		/* height: 62px; */
	}
	.intop-fix-bar {
		margin-bottom: 87px;
	}
	.logo {
		position: inherit;
		left: auto;
		right: auto;
		top: auto;
		float: left;
		width: 140px;
	}
	ul.nav li {
		display: none;
	}
	ul.hed-right {
		display: none;
	}
	.cart-link {
		position: absolute;
		right: 55px;
		top: 9px;
	}
}
@media only screen and (max-width: 479px) {
	.topbar-txt {
		font-size: 14px;
		line-height: 17px;
	}
}
@media only screen and (max-width: 359px) {
	.logo {
		width: 180px;
		margin: 8px 0 0 0;
	}
	.topbar-txt {
		font-size: 12px;
		line-height: 17px;
	}
}
/*******************/
/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.bnrbtn,
.s1prdbtn,
a.s2btn,
a.s3btn,
a.s3btn2,
.ing-btn {
	height: 56px;
	width: 247px;
	border: 1px solid var(--primaryDark);
	border-radius: 30px;
	margin: 43px 0 0 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 56px;
	color: var(--primaryDark);
	text-align: left;
	display: inline-block;
	background: #fff url(../images/s1btnarrow.png) 80% 25px no-repeat;
	padding: 0 0 0 45px;
	cursor: pointer;
}
.ing-btn {
	width: 248px;
	padding: 0 0 0 22px;
	background: #fff url(../images/s1btnarrow.png) 92% 25px no-repeat;
}
a.research {
	color: #5d4e82;
	display: inline-block;
	margin-left: 20px;
	font-size: 22px;
	text-decoration: underline;
}
ul.hed-right li a.bnrbtn {
	font-size: 18px;
	height: auto;
	width: auto;
	line-height: 18px;
	padding: 10px 30px;
	background: none;
	background: #5d4e82;
	color: #fff;
	margin: 0;
}
.s1prdbtn {
	height: 44px;
	line-height: 38px;
	width: 190px;
	margin: 15px auto 0 auto;
	font-weight: bold;
	font-size: 16px;
	background: #fff url(../images/s1btnarrow.png) 80% center no-repeat;
	text-align: left;
	padding: 2px 0 0 45px;
	outline: none;
}
a.s2btn {
	background: #5d4e82 url(../images/s1btnarrow-hov.png) 80% 25px no-repeat;
	color: #fff;
	margin: 22px 0 0 0;
}
a.s3btn {
	margin: 32px 0 0 0;
	display: inline-block;
}
a.s3btn2 {
	margin: 32px 0 0 80px;
}
.bnrbtn img,
a.s2btn img,
a.s3btn img,
a.s3btn2 img {
	margin: 0 0 0 20px;
}
.s1prdbtn:hover,
.s1prdbtn.active,
a.bnrbtn:hover,
a.s2btn:hover,
a.s3btn:hover,
a.s3btn2:hover {
	background: var(--secondaryDark) url(../images/s1btnarrow-hov.png) 80% center no-repeat;
	color: #fff;
}
.bnrbtn:hover,
a.s3btn:hover,
a.s3btn2:hover {
	background: var(--secondaryDark) url(../images/s1btnarrow-hov.png) 80% 25px no-repeat;
}
a.s2btn:hover {
	color: var(--secondaryDark);
	background: #fff url(../images/s1btnarrow.png) 80% 25px no-repeat;
}
a.add-to-cart-sing {
	margin-top: 25px;
	vertical-align: middle;
}
@media only screen and (max-width: 1179px) {
	a.pkgbtn {
		width: 260px;
		margin: 18px 10px 0 0;
	}
}
@media only screen and (max-width: 1013px) {
	a.bnrbtn {
		margin: 26px 0 0 0;
	}
	a.s1btn {
		margin: 25px auto 0 auto;
	}
	a.s2inbxbtn {
		margin: 28px 0 0 0;
	}
	a.pkgbtn {
		margin: 18px auto 0 auto;
		display: block;
		float: none;
		height: 55px;
		line-height: 55px;
	}
}
@media only screen and (max-width: 767px) {
	a.bnrbtn {
		margin: 16px auto 0 auto;
		display: block;
	}
	a.s2inbxbtn {
		margin: 28px auto 0 auto;
	}
}
@media only screen and (max-width: 359px) {
}
/*---------------------------*/
.hide-desk,
.show-479,
.show-tab,
.show-767,
.show-400,
.show-340,
.show-359,
.tab-video {
	display: none;
}
.hide-400,
.hide-479 {
	display: inline-block;
}
@media only screen and (max-width: 1179px) {
	.show-desk {
		display: block;
	}
	.show-hide {
		display: none;
	}
}
@media only screen and (max-width: 1013px) {
	.show-tab {
		display: block;
	}
	.hide-tab {
		display: none;
	}
	.tab-video {
		display: block;
	}
	a.bnrbtn {
		margin-top: 20px;
	}
	a.s3btn2 {
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.hide-767,
	.hide-desk {
		display: none;
	}
	.show-767 {
		display: block;
	}
	a.s2btn {
		margin: 22px auto 0 auto;
	}
	a.bnrbtn {
		margin-top: 0px;
	}
	.pr-dtl-s1-rgt a.bnrbtn {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 570px) {
	.hide-570 {
		display: none;
	}
}
@media only screen and (max-width: 479px) {
	.show-479 {
		display: block;
	}
	.hide-479,
	.tab-video {
		display: none;
	}
	.s1prdbtn {
		max-width: 63%;
	}
}
@media only screen and (max-width: 400px) {
	.show-400 {
		display: block;
	}
	.hide-400 {
		display: none;
	}
}
@media only screen and (max-width: 359px) {
	.show-359 {
		display: block;
	}
}
@media only screen and (max-width: 340px) {
	.show-340 {
		display: block;
	}
}
/*----------- popup ---------------- */
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	width: 600px;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
}
/************************************************/
/*================start section4===================*/
/*================SECTION 6===================*/
.sec6 {
	padding: 0 0 60px 0;
	background: var(--primaryDark);
}
.s6bx {
	width: 90%;
	margin: 50px auto 0 auto;
	display: block;
}
.s6bx1,
.s6bx2,
.s6bx3 {
	float: left;
	display: inline-block;
	width: 33.33%;
	border-right: 1px solid #ffffff;
	padding: 0 20px;
}
.s6bx3 {
	border-right: none;
}
.s6bxhding {
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.s6bxtxt,
.s6bxtxt2 {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding: 16px 0 0 0;
}
.s6bxtxt a {
	color: #fff;
}
.s6bxtxt2 {
	font-size: 18px;
	padding: 40px 0 0 0;
}
.s6bxtxt2 span {
	font-size: 26px;
}
a.readfaqbtn {
	height: 48px;
	width: 200px;
	border: 2px solid #fff;
	margin: 24px auto 0 auto;
	display: block;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
}
ul.slinklist {
	padding: 9px 0 0 0;
	text-align: center;
}
ul.slinklist li {
	display: inline-block;
	margin: 7px 0;
	width: 100%;
}
ul.slinklist li a {
	color: #fff;
}
/*================SECTION 7===================*/
.sec7 {
	padding: 20px 0;
	background: var(--secondarycolor);
}
.ftrlogo {
	max-width: 120px;
	margin: 0 auto;
	display: block;
}
ul.ftrlist {
	padding: 22px 0 0 0;
	text-align: center;
}
ul.ftrlist li {
	display: inline-block;
	border-right: 1px solid #c8c8c8;
	padding: 0 20px;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	color: #c8c8c8;
	text-align: center;
}
ul.ftrlist li a {
	color: white;
	cursor: pointer;
}
ul.ftrlist li:last-child {
	border-right: none;
}
/*================FOOTER===================*/
footer {
	padding: 20px 0;
	background: #fff;
}
.ftrtxt1 {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #313131;
}
.ftrtxt1 a {
	color: #313131;
}
.ftrtxt2 {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #313131;
	padding: 12px 0 0 0;
}
@media only screen and (max-width: 1013px) {
	.sec5 {
		padding: 30px 0 155px 0;
	}
	.sec6 {
		padding: 0 0 46px 0;
	}
	.s6bx {
		width: 100%;
		margin: 30px auto 0 auto;
	}
	.s6bx1,
	.s6bx2,
	.s6bx3 {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.sec6 {
		padding: 0 0 24px 0;
	}
	.s6bx {
		margin: 0 auto;
	}
	.s6bx1,
	.s6bx2,
	.s6bx3 {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #fff;
		padding: 0 0 26px 0;
		margin: 20px 0 0 0;
	}
	.s6bx3 {
		border-bottom: none;
		padding: 0;
	}
	.s6bxtxt2 {
		padding: 25px 0 0 0;
	}
	.sec7 {
		padding: 20px 0 15px 0;
	}
	ul.slinklist {
		padding: 17px 0 0 0;
	}
	ul.ftrlist li {
		padding: 0 10px 0 6px;
		font-size: 16px;
	}
	.ftrtxt1,
	.ftrtxt2 {
		font-size: 17px;
	}
	ul.ftrlist {
		padding: 12px 0 0 0;
	}
}
@media only screen and (max-width: 479px) {
	.ftrtxt1,
	.ftrtxt2 {
		line-height: 20px;
	}
}
@media only screen and (max-width: 359px) {
	.sec5 {
		padding: 20px 0 100px 0;
	}
	.s5sldr {
		margin: -78px 0 0 0;
	}
}
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	background: url(../images/section-1.html) no-repeat center top;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	padding: 20px;
	text-align: left;
	margin-top: 20px;
}
.trm-bx h1 {
	line-height: 30px;
	background: #31a148;
	color: white;
	margin: 0;
	padding: 10px 10px 5px;
	font-size: 22px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 700;
	border-radius: 7px;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: disc;
}
.trm-bx strong {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.trm-bx span {
	text-transform: uppercase;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 400;
}
.trm-bx h4,
.trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px;
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%;
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px;
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
