@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {width:100%;}
body{
	font-family: 'HK Grotesk';
	font-weight:500;
	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, .mnu-container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
}
.mnu-container{width:1490px;}
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;}


/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
.bdhding{	
	font-family: 'Gilroy';	
	font-size:56px;
	line-height:66px;	
	text-align:center;
}
.bdfont{
	font-size:20px;
	line-height:27px;
}
@media only screen and (max-width: 1500px){
.mnu-container{width:1300px;}
}
@media only screen and (max-width: 1320px){
.mnu-container{width:1170px;}
}
@media only screen and (max-width: 1190px){
.container, .mnu-container{ max-width:1004px; width:100%; }
}
@media only screen and (max-width: 1020px){
.container, .mnu-container{ max-width:760px; width:100%; }
.bdhding{
	font-size:42px;
	line-height:52px;	
}
.bdfont{
	font-size:18px;
	line-height:25px;
}
}
@media only screen and (max-width: 767px){
.container, .mnu-container{ width:100%; max-width:640px;}
.bdinpad{padding:0 10px;}
.bdhding{
	font-size:37px;
	line-height:47px;	
}
}
@media only screen and (max-width: 479px){
.bdhding{
	font-size:35px;
	line-height:45px;	
}
}
@media only screen and (max-width: 359px){
.bdhding{
	font-size:30px;
	line-height:40px;	
}
}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {margin-bottom: 74px;}
.header{		
	height:74px;	
	margin-top: -74px;
    position: relative;
    top: 74px;
	text-align: center;
}
.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:74px;
	background:#fff url(../images/navline.jpg) left bottom repeat-x;
}
/* .logo{
	position:absolute;
	left:0;
	top:18px;
	z-index:9999;
} */
ul.nav, .hdrbtn{
	float:right;
	display:inline-block;
	margin:26px 20px 0 20px;
}
.hdrbtn{
	height:44px;
	width:148px;
	font-size:18px;
	line-height:40px;
	color:#fff;
	text-align:center;
	margin:14px 0 0 20px;
	border:1px solid #2c9dd2;
	background:#2c9dd2;
	border-radius:40px;	
}
ul.nav{margin:19px 0 0 80px; float:none;}
ul.nav li{
	float:left;
	display:inline-block;	
	padding:0 17px;
	background:url(../images/mnuline.png) right center no-repeat;
	}
ul.nav li:last-child{background:none;}
ul.nav li a{
	float:left;		
	font-size:18px;
	line-height:30px;
	text-align:center;
	color:#333333;	
	}
ul.nav li a.active{ color:#2c9dd2;}

#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 35px;
    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;  
    color: black;
    background-color:#000;
    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:#68bee6;
	border-top:1px solid #ccc;	
}
#menu-container .menu-list  li a{
	font-size:18px;
	padding:15px 20px 15px 20px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #ccc;	
}
#menu-container .menu-list  li a.active{background:#232323;}
#menu-container .menu-list  li:last-child{background:#2c9dd2;}
@media only screen and (max-width: 1020px){
.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{width:100px;top:14px;}
#menu-wrapper #hamburger-menu {margin: 10px 0 5px 0;}
}
@media only screen and (max-width: 767px){
.logo{left:10px;}

}
/*================start banner===================*/
.banner{	
	background:url(../images/banner.jpg) center top no-repeat;
	height:808px;
	padding:146px 0;	
}
.bnrlft{
	width:50%;
	float:left;
}
.bnrtxt{
	font-size:22px;
	line-height:26px;
	text-align:left;
}
.bnrhd{
	font-size:67px;
	line-height:82px;
	text-align:left;
	padding:22px 0 0 0;
}
ul.bnrlist{margin:40px 0 0 0;}
ul.bnrlist li{
	float:left;
	display:inline-block;
	width:33.33%;
	font-size:20px;
	line-height:26px;
	text-align:left;
}
ul.bnrlist li img{
	margin:0 0 10px 0;
	display:block;
}
	
@media only screen and (max-width: 1190px){
.banner{background:url(../images/banner.jpg) 58% top no-repeat;}
.bnrhd {
    font-size: 62px;
    line-height: 72px;
}
}
@media only screen and (max-width: 1020px){
.banner{
	background:url(../images/banner.jpg) 56% top no-repeat;
	height:760px;
	padding:130px 0 0 0;	
}
.bnrlft{width:58%;}
.bnrtxt{padding:0 30px 0 0;}
.bnrhd {
    font-size: 52px;
    line-height: 62px;
}
}
@media only screen and (max-width: 767px){
.banner{
	background:url(../images/bnrmob.jpg) center top no-repeat;
	padding:30px 0 80px 0;
	height:auto;
	background-size:cover;
}
.pad{padding-left:10px;padding-right:10px;}
.bnrlft{width:100%;}
.bnrtxt, .bnrhd{text-align:center;}
.bnrtxt{line-height:30px;}
.bnrhd{padding:10px 0 0 0;}
.bnrimg{margin:25px auto 0 auto;display:block;}
ul.bnrlist{margin:30px 0 0 0;}
ul.bnrlist li{text-align:center;}
ul.bnrlist li img{margin:0 auto 6px auto;}
}
@media only screen and (max-width: 479px){
.bnrhd {
    font-size: 45px;
    line-height: 55px;
}
ul.bnrlist li{
	font-size:20px;
	line-height:26px;
}
}
@media only screen and (max-width: 359px){
.bnrtxt{
	font-size:20px;
	line-height:24px;
}
.bnrhd {
    font-size: 40px;
    line-height: 50px;
}
ul.bnrlist li{
	font-size:18px;
	line-height:24px;
}
}
/*================start section1===================*/
.sec1{
	padding:80px 0 80px 0;
	background:#fff;
	border-top:1px solid #ddd;	
}
.s1seal{
	position:absolute;
	left:0;
	right:0;
	top:-250px;
	margin:0 auto;
	display:block;
}
.s1sldr{margin:60px 0 0 0;}
.tbx{
	width:93%;
	margin:20px auto 0 auto;
	display:block;
	border:1px solid #92c4d9;
	border-radius:15px;
	background:#f2f9fc;
	position:relative;	
}
.quote{
	margin:-20px auto 0 auto;
	display:block;
}
.stars{margin:20px auto;display:block;}
.tbxhding{
	font-weight:bold;
	text-align:center;
	padding:0 20px;
}
.tbxtxt{
	padding:15px 15px 25px 15px;
	text-align:center;
	height:300px;
}
.tbxbtm{
	padding:20px 20px;
	border-top:1px solid #92c4d9;
	border-radius:0 0 15px 15px;
	position:relative;
}
.tname{	
	font-size:18px;
	line-height:26px;
	text-align:left;
	float:left;
}
.tname span{
	color:#1bcf6b;
	font-weight:normal;
	font-size:16px;
}
@media only screen and (max-width: 1320px){
.tbxtxt{height:350px;}
}
@media only screen and (max-width: 1190px){
.sec1{padding:70px 0 50px 0;}
.s1seal{top:-220px;}
.tbxtxt{height:400px;}
.tbxbtm{padding:20px 15px;}
}
@media only screen and (max-width: 1020px){
.sec1{padding:70px 0 70px 0;}
.tbxtxt{height:310px;}
}
@media only screen and (max-width: 767px){
.sec1{padding:45px 0 45px 0;}
.s1seal{
	top:-110px;
	width:60px;
}
.s1sldr{margin:25px 0 0 0;}
.tbx{width:100%;}
.tbxtxt{padding:15px 10px 25px 10px;height:auto;}
.tbxbtm{padding:20px 10px;}
.tname{	
	font-size:16px;
	line-height:24px;	
}
.tname span{font-size:14px;}

}
/*================start section 2===================*/
.sec2{
	padding:70px 0;
	background:url(../images/sec2.jpg) center top no-repeat;
	background-size:cover;
}
.s2lft{
	width:60%;
	float:left;
}
.s2hding{text-align:left;}
ul.s2list{margin:30px 0 0 0;}
ul.s2list li{
	position:relative;
	padding:0 0 25px 64px;
	margin:12px 0 0 0;
	background:url(../images/s2line.jpg) 11px 10px repeat-y;
}
ul.s2list li:last-child{
	padding:0 0 0 64px;
	background:none;
}
ul.s2list li img{
	position:absolute;
	left:0;
	top:0;
}
.s2lhding{font-weight:bold;}
.s2ltxt{padding:15px 0 0 0;}
@media only screen and (max-width: 1190px){
.sec2{
	padding:60px 0;
	background:url(../images/sec2.jpg) 60% top no-repeat scroll;
}
.s2lft{width:65%;}
}
@media only screen and (max-width: 1020px){
ul.s2list li{padding:0 0 15px 54px;}
ul.s2list li:last-child{padding:0 0 0 54px;}
}
@media only screen and (max-width: 767px){
.sec2{
	padding:35px 0;
	background:url(../images/sec2-mob.jpg) center top no-repeat;
	background-size:cover;
}
.s2lft{width:100%;}
.s2hding{text-align:center;}
.s2img{margin:6px auto 0 auto;}
ul.s2list{margin:0 0 0 0;}
ul.s2list li{
	padding:0 0 15px 38px;
	margin:12px 0 0 0;
}
ul.s2list li:first-child{margin:0;}
ul.s2list li:last-child{padding:0 0 0 38px;}
.s2ltxt{padding:10px 0 0 0;}
ul.s2list li img{top:1px;}
}

/*================start section3===================*/
.sec3{padding:70px 0;}
.s3prd{
	position:absolute;
	left:-100px;
	top:40px;
}
.s3rgt{
	width:60.18%;
	float:right;	
}
.s3hding{text-align:left;}
.s3bx1, .s3bx2{
	float:left;
	display:inline-block;
	width:49.5%;
	border-radius:15px;
	margin:40px 0 0 0;
	border:2px solid #ababab;
	padding:0 0 20px 0;
}
.s3bx2{
	float:right;
	background:#81adbf;
	border:2px solid #81adbf;
}
.s3bx1-top, .s3bx2-top{
	border-radius:14px 14px 0 0;
	background:#f4f4f4;
	height:111px;
	position:relative;
	padding:20px 20px 0 110px;
}
.s3bx-hding{
	font-weight:500;
	font-size:26px;
	line-height:30px;
	text-align:left;
	padding:7px 0 0 0;
}
.s3bx1-img, .s3bx2-img{position:absolute;top:-15px;}
.s3bx1-img{left:16px;top:25px;}
.s3bx2-img{left:40px;}
ul.s3bx1list, ul.s3bx2list{padding:8px;}
ul.s3bx1list li, ul.s3bx2list li{
	background:url(../images/bullet2.png) 4px 16px no-repeat;
	margin:14px 0 0 0;
	padding:14px 0 0 40px;
	border-top:1px solid #d0e5ec;
	font-size:18px;
	line-height:26px;
	color:#2c2c2c;
	text-align:left;
}
ul.s3bx2list li{
	background:url(../images/bullet3.png) 4px 16px no-repeat;
	border-top:1px solid #92bdcd;
	color:#fff;
}
ul.s3bx1list li:first-child, ul.s3bx2list li:first-child{
	margin:0;
	border-top:none;
}
@media only screen and (max-width: 1320px){
.s3prd{left:-60px;}
}
@media only screen and (max-width: 1190px){
.s3prd{width:400px;left:-20px;}
}
@media only screen and (max-width: 1020px){
.sec3{padding:56px 0;}
.s3rgt{width:100%;padding:0 4%;}
.s3hding{text-align:center;}
.s3prd-tab{margin:10px auto 0 auto;}
.s3bx1, .s3bx2{margin:30px 0 0 0;}
}
@media only screen and (max-width: 767px){
.sec3{padding:35px 0;}
.s3rgt{width:450px;padding:0 0;margin:0 auto;display:table;float:none;}
.s3bx1, .s3bx2{height:550px;}
.s3bx1-top, .s3bx2-top{padding:20px 10px 0 100px;}
.s3bx2-top{padding:20px 10px 0 80px;}
.s3bx2-img {left: 30px;}
ul.s3bx1list li, ul.s3bx2list li{
	background:url(../images/bullet2.png) left 16px no-repeat;
	background-size:18px;
	margin:10px 0 0 0;
	padding:10px 0 0 28px;
	font-size:16px;
	line-height:22px;
}
ul.s3bx2list li{
	background:url(../images/bullet3.png) left 16px no-repeat;
	background-size:18px;
}
}
@media only screen and (max-width: 479px){
.s3rgt{width:100%;}
.s3bx1, .s3bx2{height:650px;}
.s3bx1-top, .s3bx2-top{
	height:91px;
	padding:20px 10px 0 70px;
}
.s3bx2-top{padding:20px 10px 0 55px;}
.s3bx-hding{
	font-size:21px;
	line-height:26px;
	padding:0 0 0 0;
}
.s3bx1-img{left:6px;width:56px;}
.s3bx2-img{left:10px;height:100px;}
ul.s3bx1list, ul.s3bx2list{padding:5px;}
}
@media only screen and (max-width: 359px){
.s3rgt{width:100%;}
.s3bx1, .s3bx2{height:500px;}
.s3bx1-top, .s3bx2-top{
	height:75px;
	padding:14px 10px 0 60px;
}
.s3bx2-top{padding:14px 10px 0 45px;}
.s3bx1-img{width:46px;top:20px;} 
.s3bx2-img{height:80px;}
.s3bx-hding{
	font-size:18px;
	line-height:24px;
}
ul.s3bx1list li, ul.s3bx2list li{
	background-size:15px;	
	padding:10px 0 0 24px;
	font-size:12px;
	line-height:18px;
}
}
/*================start section4===================*/
.sec4{
	padding:80px 0;	
	background:url(../images/sec4.jpg) center top no-repeat;
}
.s4txt{
	font-family: 'Gilroy';
	font-weight:500;
	font-size:45px;
	line-height:60px;
	text-align:left;
	width:72%;
}
/*================start section 5===================*/
.sec5{
	background:#fff;
	padding:70px 0;
}
.s5img{float:left;margin:0 86px 0 0;}
.s5hding{
	padding:50px 0 0 0;
	text-align:left;
}
.s5txt{padding:34px 0 0 0;}
.sig{margin:54px 0 0 0;display:block;}
.s5txt2{
	font-size:24px;
	line-height:34px;
	color:#438ba8;
	text-align:left;
}
.s5txt3{
	font-size:18px;
	line-height:28px;
	color:#3e3e3e;
	text-align:left;
	padding:4px 0 0 0;
}
@media only screen and (max-width: 1190px){
.s4txt{
	font-size:41px;
	line-height:55px;	
}
/*---------------section 5----------------*/
.s5img{float:left;margin:0 56px 0 0;}
}
@media only screen and (max-width: 1020px){
.sec4{
	padding:60px 0;	
	background:url(../images/sec4.jpg) 60% top no-repeat scroll;
}
.s4txt{
	font-size:37px;
	line-height:51px;	
}
/*---------------section 5----------------*/
.sec5{padding:55px 0;}
.s5img{width:350px;margin:20px 36px 20px 0;}
.s5hding{padding:0 0 0 0;}
.s5txt{padding:15px 0 0 0;}
.sig{margin:24px 0 0 0;display:block;}
.s5txt2{
	font-size:21px;
	line-height:31px;	
}
}
@media only screen and (max-width: 767px){
.sec4{padding:35px 0 0 0;background:#e8e0d8;}
.s4txt{
	font-size:30px;
	line-height:40px;
	text-align:center;
	width:100%;	
}
.s4img{margin:20px auto 0 auto;}
/*---------------section 5----------------*/
.sec5{padding:35px 0;}
.s5hding{text-align:center;}
.s5img{
	float:none;
	margin:16px auto 6px auto;
}
.s5txt2{
	font-size:19px;
	line-height:28px;	
}
.s5txt3{
	font-size:16px;
	line-height:26px;	
}
}
@media only screen and (max-width: 479px){
.s4txt{
	font-size:25px;
	line-height:35px;
}
}
@media only screen and (max-width: 359px){
.s4txt{
	font-size:23px;
	line-height:33px;
}
}
/*================start section 6===================*/
.sec6{
	padding:90px 0;
	background:url(../images/sec6.jpg) center bottom no-repeat;
}
/*================start section 7===================*/
.sec7{padding:70px 0;}
.s7lft, .s7rgt{float:left;display:inline-block;width:40%;}
.s7rgt{width:55%;float:right;}
.s7hding{
	font-family: 'Gilroy';
	font-weight:500;
	font-size:45px;
	line-height:60px;
	text-align:left;
}
.s7txt1{
	font-weight:bold;
	color:#438ba8;
	text-align:left;
	margin:44px 0 0 0;
}
.s7txt2{margin:23px 0 0 0;}
.s7txt3{
	font-size:15px;
	line-height:22px;
	color:#454545;
	text-align:left;
	margin:39px 0 0 0;
}
.button1, .button2, .button3, .button4, .button5, .button6, .button7{
	float:left;
	display:inline-block;
	padding:0 15px;
	margin-bottom:24px;
	font-size:17px;
	line-height:25px;
	color:#5f5f5f;
	text-align:center;
	cursor:pointer;
}
.button5{margin:0 0 0 80px;}
.btnactive{color:#000000;font-weight:bold;text-decoration:underline;}
.iconbx{
	width:124px;
	height:124px;
	border-radius: 100%;
    border: 1px solid #ececec;
    background: #f8f8fa;
	margin:0 auto 10px auto;
	display:block;	
}
.iconbx img{margin:20px auto;display:block;max-width:100%;}
/*================start section 8===================*/
.sec8{
	padding:78px 0;
	background:url(../images/sec8.jpg) center top no-repeat;
}
ul.s8list{margin:30px 0 0 0;}
ul.s8list li{
	background:url(../images/bullet4.png) left 6px no-repeat;
	margin:13px 0 0 0;
	padding:0 0 0 42px;
}
@media only screen and (max-width: 1190px){
.s7lft{width:38%;}
.s7rgt{width:60%;}
.s7hding {
    font-size: 42px;
    line-height: 56px;
}
.iconbx{
	width:114px;
	height:114px;
}
.s7txt1{margin:38px 0 0 0;}
.s7txt2{margin:17px 0 0 0;}
.s7txt3{margin:33px 0 0 0;}
.button5, .button6, .button7{margin-bottom:0;}
.sec8{padding:78px 0;}
}
@media only screen and (max-width: 1020px){
.sec6{
	padding:60px 0;
	background:url(../images/sec6.jpg) 55% bottom no-repeat scroll;
}
.s6txt{width:82%;}

.sec7{padding:55px 0;}
.s7lft{width:36%;}
.s7rgt{width:62%;}
.s7hding {
    font-size: 30px;
    line-height: 40px;
}
.iconbx{
	width:104px;
	height:104px;
}
.iconbx img{max-width:70px;}
.s7txt1{margin:32px 0 0 0;}
.s7txt2{margin:17px 0 0 0;}
.s7txt3{margin:28px 0 0 0;}
.button1, .button2, .button3, .button4, .button5, .button6, .button7{
	padding:0 6px;
	margin-bottom:26px;
	font-size:16px;
	line-height:24px;
}
.button5{margin:0 0 0 55px;}
.button5, .button6, .button7{margin-bottom:0;}

.sec8{padding:55px 0;}
ul.s8list li{
	background:url(../images/bullet4.png) left 6px no-repeat;
	background-size:19px;
}
}
@media only screen and (max-width: 767px){
.sec6{
	padding:35px 0 0 0;
	background:url(../images/sec6-mob.jpg) center top no-repeat;
	background-size:cover;
}
.s6txt{width:100%;}
.s6img{margin:0 auto;}

.sec7{padding:35px 0 40px 0;}
.s7lft, .s7rgt{
	width:100%;
	float:none;
}
.s7lft{padding:0 10px;}
.s7rgt{overflow:scroll;margin:30px 0 0 0;}
.s7bx{width:974px;}
.button1, .button2, .button3, .button4, .button5, .button6, .button7{padding:0 16px;}
.button5{margin:0 0 0 0;}
.s7hding{padding:0 10px;}
.s7txt1{margin:25px 0 0 0;}

.sec8{padding:35px 0;background:#f4ebe0;}
.s8img{margin:20px auto 0 auto;display:block;}
ul.s8list{margin:-40px 0 0 0;position:relative;}
ul.s8list li{padding:0 0 0 34px;}
ul.s8list li:first-child{margin:0;}
}
/*============================
FOOTER SECTION
=============================*/
/* footer{padding:55px 0 45px 0;} */
.ftrlogo{margin:0 auto 20px auto;display:block;}
ul.ftrlist{text-align:center;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #585858;
	padding:0 7px 0 2px;	
	font-size:18px;
	line-height:18px;	
	text-align:center;
	margin:0;
}
ul.ftrlist li:last-child{border-right:none;}
ul.ftrlist li a{color:#000;}
.ftrtxt{
	font-size:18px;
	line-height:26px;
	text-align:center;
	padding:15px 0 0 0;
}
ul.ftrlist2{margin:20px 0 0 0;text-align:center;}
ul.ftrlist2 li{
	display:inline-block;
	margin:0 10px;
	border:1px solid #CCCCCC;
	border-radius:50%;
}
ul.ftrlist2 li:hover{
	border:1px solid #000;	
	border-radius:50%;
}
ul.ftrlist2 li img{margin:0 auto;display:block;}
@media only screen and (max-width: 767px){
/* footer{padding:35px 0;} */
ul.ftrlist li{
	font-size:16px;
	line-height:16px;
}
.ftrtxt{
	font-size:16px;
	line-height:24px;
	padding:10px 0 0 0;
}
}


/*PKG_SECTION*/
.pkg_section{
	float:left;
	width:100%;
	padding:80px 0;
	position:relative;
	}
.pkg-seal-line{
	position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    margin: 0 auto;
    display: block;
	}
.pkg_row{
	width:100%;
	margin:0 auto;
	display: flex;
    display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
    -webkit-justify-content: space-between;
	}
.pkg_col{
	width:31%;
	margin-top:50px;
	border: 2px solid #2c9dd2;
	border-radius: 8px;
	overflow:hidden;
	}
.pkg-prod{
	width:100%;
	display:block;
	margin:0 auto;
	}
.pkg_content{
	padding:20px;
	text-align:left;
	}
.pkg_rating{
	font-size: 16px;
    line-height: 20px;
    color: #525252;
    text-align: left;
    margin-bottom: 15px;
	}
.pkg_rating img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin: -3px 5px 0 0;
	}
.prod_name{
	font-size: 30px;
    line-height: 35px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
	}
.prod_sub-text{
	font-size: 18px;
    line-height: 26px;
	}
.prod_price{
	font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    color: #000;
    margin-top: 15px;
	}
.pkg_button{
	display:inline-block;
	vertical-align:top;
	height: 60px;
    width: 100%;
    border: none;
    background: #2c9dd2;
    border-radius: 40px;
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
	margin-top:25px;
	}

.scroller li{
    position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #68bee6;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 100%; /* Position below the parent item */
  left: 0;
  min-width: 180px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.dropdown-menu li {
  width: 100%;
  padding: 0 !important;
}

.dropdown-menu a {
  /* padding: 10px; */
  border-bottom: 1px solid #c1c1c1;
  display: block;
  width: 100%;
  color: #fff !important;
  padding: 7px 0 !important;
}

.dropdown-menu a:hover {
  background-color: #2c9dd2;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


@media only screen and (max-width: 1200px){
.pkg_col{ width:32%;}	
.prod_sub-text {font-size: 16px;line-height: 20px;}

	
}

@media only screen and (max-width: 1021px){
.prod_name {font-size: 26px; line-height: 32px;}

	
}

@media only screen and (max-width: 767px){
	
.pkg_section{ padding:45px 0;}	
.pkg-seal-line{top: -65px; width: 60px;}
.pkg_row{ padding:0 15px;}
.pkg_col{ width:100%; margin-top:25px;}
.pkg_rating{font-size: 15px;}
.pkg_rating img {width: 80px; margin: -3px 5px 0 0;}
.pkg_button{ margin-top:20px;}

.dropdown-menu{
    position: relative;
    background: #76ccf4 !important;
}
.dropdown-menu a{
    padding: 15px 20px !important;
}
/* .dropdown-menu li:last-child a{background: #76ccf4 !important;} */
	
}

@media only screen and (max-width: 1190px){
.container, .mnu-container{ max-width:1004px; width:100%; }
ul.nav {
    margin-left: 100px;
}
ul.nav li a {
    font-size: 15px;
}
}

@media only screen and (max-width: 1024px){
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }

}


/*-----------------------
HEADER
------------------------*/
.top-fix-bar {
	margin-bottom:80px;
}
.header{
	height:80px;
	background:#fff;
	box-shadow:0px 3px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 10px 0px rgba(0,0,0,0.1);
	padding:18px 0;
	margin-top:-80px;
	top:80px;
	position:relative;
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	width:100%;
}
.header__inner{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.logo{
	width:122px;
}
ul.menu-list{
	margin:-3px 0 0 0;
}
ul.menu-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 12px;
}
ul.menu-list li a{
	font-size:17px;
	line-height:25px;
	color:#000;
}
.header__button{
	width:169px;
	height:43px;
	font-size:17px;
	line-height:43px;
	font-weight:600;
	color:#fff;
	background:#2c9dd2;
	border-radius:100px;
	letter-spacing:0.3px;
}
.header__button img{
	width:26px;	
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 3px;
}
.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(8px)
    }

    100% {
        transform: translateX(0px)
    }
}

.menu-list li{
    position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  /* background-color: #68bee6; */
  list-style: none;
  margin: 0;
  top: 100%; /* Position below the parent item */
  left: 0;
  min-width: 180px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  background: #fff;  
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem; 
  padding-bottom: 5px; 
}
.dropdown-menu li {
  width: 100%;
  padding: 0 !important;
}

.dropdown-menu a {
  /* padding: 10px; */
  border-bottom: 1px solid #c1c1c1;
  display: block;
  /* color: #fff !important;
  padding: 7px 0 !important; */
  color: #000 !important;
  padding: 5px 10px !important;
  border: none !important;
  text-align: left;
}

.dropdown-menu a:hover {
  /* background-color: #2c9dd2; */
  background: #fff;
  color: #000;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


@media only screen and (max-width:767px){
.hide-mob{display:none !important;}
.hide-desk{display:block !important;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top-fix-bar{margin-bottom:50px;}
.header{height:50px; top:50px; margin-top:-50px; padding:5px 0;}
.logo { width: 100px; margin-top:5px;}


#menu-container .menu-list-m {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;  
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
	top:50px;	
	background:#68bee6;
	border-top:1px solid #ccc;	
    transition: all ease .5s;
}
#menu-container .menu-list-m.active {
    left: 0%;
}
#menu-container .menu-list-m  li a{
	font-size:18px;
	padding:15px 20px 15px 20px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #ccc;	
	scroll-behavior: smooth;
}
/* #menu-container .menu-list-m  li:last-child a{background: #2c9dd2;} */


#menu-wrapper.opened #hamburger-menu span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper.opened #hamburger-menu span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper.opened #hamburger-menu span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

}