@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&display=swap');
@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {width:100%;}
body{
	font-family: "Inter", sans-serif;
	font-weight:normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
	}
.container, .ftrcontainer{
	width:1030px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	}
.ftrcontainer{width:1170px;}
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%;}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1200px){
.ftrcontainer{ max-width:1000px; width:100%; }	
}
@media only screen and (max-width: 1050px){
.container, .ftrcontainer{ max-width:760px; width:100%;}
}
@media only screen and (max-width: 767px){
.container, .ftrcontainer{ width:100%; max-width:640px;}
.bdinpad{padding:0 10px;}
}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {margin-bottom: 90px;}
.header{		
	height:90px;	
	margin-top: -90px;
    position: relative;
    top: 90px;
	background:#fff;
}
.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:90px;
	background:#fff url(../images/navline.jpg) left bottom repeat-x;
	}
.logo{
	float:left;
	margin:23px 0 0 0;
}
.hdrbtn, ul.nav{
	float:right;
	display:inline-block;
}
ul.nav{float:right;margin:28px 0 0 0;}
ul.nav li{
	float:left;
	display:inline-block;	
	margin:0 22px;
	}
ul.nav li a{
	float:left;		
	font-size:18px;
	line-height:32px;
	text-align:center;
	color:#010101;
	text-transform:uppercase;
	position:relative;
	
	}
ul.nav li a:hover, ul.nav li a.mnuactive{
	font-weight:bold;
}
ul.nav li a.mnuactive::after{
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	height:3px;
	width:100%;
	background:url(../images/mnuline.jpg) left bottom no-repeat;
	background-size:100%;
}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 25px 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:#636466;
    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:70px;	
	background-image: linear-gradient(to right, #fbcc32, #efbe33, #e2b033, #d5a333, #c89633);
	border-top:1px solid #ccc;	
}
#menu-container .menu-list  li a{
	font-size:15px;
	padding:10px 15px 10px 15px;
	text-align:left;
	color:#000;
	display:block;
	border-bottom:1px dotted #b28222;
	text-transform:uppercase;	
}
#menu-container .menu-list  li a.active{background:#232323;}
@media only screen and (max-width: 1050px){
.top-fix-bar {margin-bottom: 80px;}
.header{		
	height:80px;	
	margin-top: -80px;
    top: 80px;
}
.fixed-nav .header{height:80px;}
.logo{margin:18px 0 0 0;}
ul.nav{margin:22px 0 0 0;}

}
@media only screen and (max-width: 767px){
.header{height:60px; top:60px; margin-top:-60px;}
.top-fix-bar {margin-bottom: 60px;}
.fixed-nav .header{height:60px;}
#menu-container .menu-list{top:60px;}
ul.nav, a.hdrbtn, .prdhdrbtn{display:none;}
.logo {margin: 7px 0 0 0;}
#menu-wrapper #hamburger-menu {margin: 19px 0 5px 0;}
}
/*================start banner===================*/
.sec1{	
	background:#fff url(../images/sec1.jpg) left top repeat-x;
	padding:43px 0 60px 0;
}
.s1txt1{
	font-weight:600;
	font-size:32px;
	line-height:36px;
	text-align:center;
}
.s1txt1 span{color:#ff0000;}
.s1hding{
	font-family: 'Bergen Sans';
	font-weight:bold;
	font-size:58px;
	line-height:66px;
	text-align:center;
	margin-top:25px;
}
.s1txt2{
	font-weight:600;
	font-size:32px;
	line-height:40px;
	text-align:center;
	margin-top:40px;
}
.s1img{margin:60px auto 0 auto;display:block;max-width:100%;}
.bdfont{
	font-size:20px;
	line-height:30px;
	text-align:left;
}
.mar1{margin-top:30px;}
.mar2{margin-top:56px;}
.mar3{margin-top:48px;}
ul.s1list{padding:30px 100px 0 100px;}
ul.s1list li{
	background:url(../images/bullet.png) 24px 24px no-repeat;
	padding:22px 24px 22px 66px;
	margin:15px 0 0 0;
	font-weight:500;
	box-shadow:0 0 8px #bfbfbf;
}
.s1img2{float:right;margin:-40px 120px -20px -60px;max-width:100%;}
/*--------------------*/
.pkgcontainer{margin:44px 3% 0 3%;position:relative;width:94%;display:table;}
.pkg1{
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	display:block;
	width:31.95%;
	border-radius:10px;
	background-image: linear-gradient(#f9c151, #ffe6b3);
	border:2px solid #a67c26;
}
.pkg1btm{background-image: linear-gradient(#f9c151, #ffe6b3);border-radius:0 0 10px 10px;padding-bottom:20px;}
.pkg2, .pkg3{
	float:left;
	display:inline-block;
	width:31.95%;
	margin:22px 0 0 0;
	border:2px solid #ffe6b3;
	border-radius:10px;
	background:#fff9ed;	
	cursor:pointer;
	padding-bottom:15px;
}
.pkg2{float:right;}
.pkg1-hd, .pkg2-hd{
	background:#a67c26;
	border-radius:8px 8px 0 0;
	padding:10px 10px 0 10px;
	height:100px;
}
.pkg2-hd{background:#ffe6b3;}
.pkg-hding1, .pkg-hding2{
	font-weight:bold;
	font-size:36px;
	line-height:36px;	
	text-align:center;
	text-transform:uppercase;
}
.pkg-hding1{padding-top:13px;text-shadow:1px 1px #d3be94;}
.pkg-hding2{
	font-size:28px;
	line-height:30px;
	text-shadow:1px 1px #d3be94;
}
.pkg-subhding, .pkg2-subhding{
	font-family: "Outfit", sans-serif;
	font-weight:500;
	font-size:24px;
	line-height:32px;
	text-align:center;
	text-shadow:1px 1px #977123;
	color:#fff;
}
.pkg2-subhding{color:#000;text-shadow:1px 1px #d3be94;}

.pkgarw{margin:0 auto;display:block;max-width:100%;}
.pkg1btl, .pkg2btl{margin:20px auto 0 auto;display:block;max-width:100%;}
.pkg1-rtlprc, .pkg2-rtlprc{
	font-family: "Outfit", sans-serif;
	font-size:23px;
	line-height:33px;
	text-align:center;
	color:#333333;
	padding:20px 0 22px 0;
}
.pkg2-rtlprc{padding:10px 0;}

.pkg1-prcbx{
	width:80%;
	margin:0 auto;
	display:block;
	border:1px solid #eedbb3;
	background:#ffedc8 url(../images/selected.png) center 15px no-repeat;
	border-radius:10px;
	padding:40px 0 0 0;
}
.prg2-prcbxlft, .pkg2-prcbxrgt{
	float:left;
	display:inline-block;
	width:44%;
	margin:0 1% 0 5%;
	border:1px solid #dbe2e4;
	border-radius:10px;
	background:#e6e6e6 url(../images/select.png) center 15px no-repeat;
	padding:40px 0 0 0;	
}
.pkg2-prcbxrgt{margin:0 5% 0 1%;}
.pkgactive{
	border:1px solid #f4daa4;
	background:#ffe6b3 url(../images/selected.png) center 15px no-repeat;
}
.pkg3-onetime.active .pkg2-prcbxbtm {
    background: #fff0a8;
}
.pkg3-onetime .pkg2-prcbxbtm {
    background: #e6e6e6;
}
.prc-txt1{
	font-family: "Outfit", sans-serif;
	font-size:18px;
	line-height:22px;
	color:#333333;
	text-align:center;
}
.prc-txt2{
	font-family: "Outfit", sans-serif;
	font-weight:bold;
	font-size:52px;
	line-height:52px;
	text-align:center;
	padding:4px 0 3px 0;
}
.prc-txt4{
	font-family: "Outfit", sans-serif;
	font-size:15px;
	line-height:18px;
	text-align:center;
	height:46px;
	padding-top:5px;
}
.pkg2-prc-txt4{height:32px;padding-top:0;}
.pkg1-prcbxbtm, .pkg2-prcbxbtm{
	background:#fefcf0;
	padding:8px 10px 8px 10px;
	border-radius:0 0 10px 10px;
	margin:8px 0 0 0;
}
.pkg2-prcbxbtm{background:#d8d7d7;}
.pkgactive .pkg2-prcbxbtm{background:#fefcf0;}
.pkg3-onetime.pkgactive .pkg2-prcbxbtm{background:#ffe6b3;}
.prc-txt3{
	font-family: "Outfit", sans-serif;
	font-weight:600;
	font-size:24px;
	line-height:28px;
	color:#ff4e00;
	text-align:center;
}
.pkg1btn, .pkg2btn{margin:20px auto 0 auto;display:block;max-width:100%;}
.pkg2btn{margin:15px auto 0 auto;}
.pkg1cards, .pkg2cards{margin:15px auto 0 auto;display:block;max-width:100%;}
.pkg2cards{margin:10px auto 0 auto;}
.pkg1ship, .pkg2ship{
	font-family: "Outfit", sans-serif;
	font-size:16px;
	line-height:20px;
	text-align:center;
	text-transform:uppercase;
	margin:15px 0 0 0;
}
.pkg2ship{margin:10px 0 0 0;}
.pkg1ship img, .pkg2ship img{margin:0 5px 0 0;display:inline-block;}

@media only screen and (max-width: 1050px){
.s1txt1 {font-size: 28px;line-height: 32px;}	
.s1txt1 img{width:25px;}	
.s1hding {font-size: 43px;line-height: 51px;}
.s1txt2 {font-size: 25px;line-height: 33px;	}
.bdfont {font-size: 18px;line-height: 28px;}
.mar1{margin-top: 28px;}
.mar3{margin-top:38px;}
ul.s1list {padding: 24px 0 0 0;}
ul.s1list li {
    background: url(../images/bullet.png) 24px 18px no-repeat;
    padding: 18px 24px 16px 66px;    
}
.s1img2 {
    float: right;
    margin: -40px 30px -20px -60px;
    width:340px;
}

.pkgcontainer {
    margin: 40px 0 0 0;
    width: 100%;
}
.pkg1-hd, .pkg2-hd{height:90px;}
.pkg-hding1{
    font-size: 30px;
    line-height: 30px;	
}
.pkg-hding2 {
    font-size: 24px;
    line-height: 26px;
}	
.pkg-subhding, .pkg2-subhding {
    font-size: 19px;
    line-height: 24px;
}
.pkg1-rtlprc, .pkg2-rtlprc {
    font-size: 20px;
    line-height: 30px;	
}
.prg2-prcbxlft, .pkg2-prcbxrgt{	
	width:46%;
	margin:0 1% 0 3%;
	padding:40px 0 0 0;	
}
.pkg2-prcbxrgt{margin:0 3% 0 1%;}
.prc-txt1 {
    font-size: 16px;
    line-height: 20px;
}
.prc-txt2 {
    font-size: 47px;
    line-height: 47px;
}
.prc-txt3 {
    font-size: 18px;
    line-height: 20px;
}
.pkg1btn, .pkg2btn{max-width:90%;}
.pkg1ship, .pkg2ship {
    font-size: 14px;
    line-height: 18px;
}
.prc-txt4 {
    font-size: 12px;
    line-height: 15px;
}
}
@media only screen and (max-width: 767px){
.sec1 {padding: 34px 0 38px 0;}	
.s1txt1 {
	font-size: 22px;
	line-height: 26px;
}
.s1txt1 img {width: 20px;}
.s1hding {
	font-size: 33px;
	line-height: 41px;
	margin-top:18px;
}
.s1txt2 {
	font-size: 20px;
	line-height: 28px;
	margin-top:22px;
}
.s1img{margin:35px auto 0 auto;}
.bdfont {
	font-size: 16px;
	line-height: 26px;
}
.mar1 {margin-top: 24px;}
.mar2{margin-top:30px;}
.mar3{margin-top:30px;}
.s1img2{
	float:none;
	margin:20px auto -25px auto;
	display:block;
	max-width:100%;
}
ul.s1list{padding:18px 0 0 0;}
ul.s1list li {
	background: url(../images/bullet.png) 12px 18px no-repeat;
	background-size:22px;
	padding: 15px 10px 13px 46px;
}
	
	
.pkgcontainer{margin:20px auto 0 auto;}	
.pkg1, .pkg2, .pkg3{
	float:none;
	margin:20px auto 0 auto;
	position:inherit;
	left:auto;
	top:auto;
	right:auto;
	width:450px;
	display:table;
}
.pkg2, .pkg3, .pkg1btm{padding-bottom:14px;}
.pkg1-hd, .pkg2-hd{height:auto;padding:16px 10px 12px 10px;}
.pkg-hding1{padding-top:0;}
.pkgarw{display:none;}
.pkglft, .pkgrgt{width:100%;padding:0 10px;}	
.pkg1btl, .pkg2btl{padding:10px 0 0 0;margin:0 auto;}
.pkg2btl{padding:16px 0 0 0;}	
.prc-txt4{height:auto;}
.pkg1-rtlprc, .pkg2-rtlprc{padding:5px 0 10px 0;}
.pkg1btn, .pkg2btn{margin:12px auto 0 auto;}
.pkg1cards, .pkg2cards{margin:10px auto 0 auto;}
.pkg1ship, .pkg2ship{margin:10px 0 0 0;}	
}
@media only screen and (max-width: 479px){
.s1txt1 {
	font-size: 18px;
	line-height: 22px;
}
.s1txt1 img {width: 18px;}
.s1hding {
	font-size: 27px;
	line-height: 35px;
	margin-top:16px;
}
.s1txt2 {
	font-size: 18px;
	line-height: 26px;
	margin-top:20px;
}
.pkg1, .pkg2, .pkg3{width:340px;}	
}
@media only screen and (max-width: 359px){
.pkg1, .pkg2, .pkg3{width:100%;}
}
/*============================
FOOTER SECTION
=============================*/
footer{padding:40px 0;background:#fafafa;}
.ftrbx{
	border:1px solid #dadada;
	padding:30px;
}
.ftrbxtxt{
	font-size:12px;
	line-height:22px;
	color:#333333;
	text-align:left;
}
.ftrtxtmar{margin-top:22px;}
ul.ftrlist{display:flex;justify-content:center;text-align:center;flex-wrap:wrap;padding-top:40px;}
ul.ftrlist li{
	position:relative;
	padding:0 10px 0 8px;
	font-size:16px;
	line-height:16px;
	color:#333;
	text-align:center;
}
ul.ftrlist li a{color:#333;}
ul.ftrlist li::after{
	position:absolute;
	right:0;
	top:3px;
	content:"";
	width:1px;
	height:12px;
	background:#333;
}
ul.ftrlist li:last-child::after{display:none;}
.ftrtxt{
	font-size:16px;
	line-height:24px;
	color:#333;
	text-align:center;
	margin-top:15px;
}
@media only screen and (max-width: 1050px){
.ftrbx {padding: 20px;}
ul.ftrlist li {
    padding: 0 6px 0 4px;
    font-size: 14px;
    line-height: 14px;
	margin-top:4px;
}
ul.ftrlist li::after{height:10px;}
.ftrtxt {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
}
@media only screen and (max-width: 767px){
footer{padding:34px 0;background:#fafafa;}
.ftrbx {padding: 12px 10px;}
ul.ftrlist{padding-top:28px;}
.ftrbxtxt{line-height:20px;}
.ftrtxtmar{margin-top:18px;}
}
@media only screen and (max-width: 479px){
ul.ftrlist li {
    font-size: 12px;
    line-height: 14px;
}
ul.ftrlist li::after{top:2px;}
.ftrtxt {
    font-size: 12px;
    line-height: 20px;
}

}
