@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;700&display=swap');
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #0e6bb3;
    padding:4px 0 6px 0;
	}
.topStrip p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:15px;
	line-height:22px;
	letter-spacing:1px;
	font-family: 'Open Sans', sans-serif;
	}
	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	font-family: 'Open Sans', sans-serif;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}

.logo{
	float:left;
	margin-top:13px;
	}
a.header-btn{ 
	float:right; 
	width:141px;
	font-size:16px;
	color:#ff9c00;
	height:42px;
	border-radius:50px;
	font-weight:500;
	line-height:42px;
	border:1px solid #ff9c00;
	margin-top:14px;
	}
a.header-btn:hover{ background:#ff9c00; color:#fff;}
.cart-icon{
	float:right;
	width:30px;
	height:30px;
	border-radius:50%;
	background:#ff9c00;
	margin:20px 20px 0 10px;
	padding-top:5px;
	}
ul.mainMenu{
	float:right;
	margin-top:28px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	border-right:1px solid #ababab;
	position:relative;
	}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#000;
	font-size:17px;
	line-height:16px;
	letter-spacing:0.5px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#ff9c00;}

/*DROP MENU CSS*/
ul.mainMenu li ul{
	position: absolute;
	width:540px;
	background-color: #fff;
	z-index: 99999;
	left:-150px;
	top:42px;	
	border-top:none;
	padding:0 0 1px 0;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	}
ul.mainMenu li ul li{
	float:left;
	padding:20px 0;
	width:25%;
	height:auto;	
	color:#000;
	text-align:center;
	line-height:26px;
	position:relative;
	border:none;
	}
ul.mainMenu li ul li a{
	color:#000;
	width:100%;
	font-size:15px;
	}
ul.mainMenu li ul li:after{
	content:'';
	position:absolute;
	right:0;
	width:1px;
	top:35px;
	bottom:30px;
	background:#e7e3e3;
	}
ul.mainMenu li ul li:last-child:after{display:none;}
.sbmnu-img{
	margin:10px auto 5px auto
	;display:block;
	width:60px;
	}
.triangle-up {
	position:absolute;
	left:180px;
	top:-15px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:205px;
    top:25px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	height:614px;
	overflow:hidden;
	}
.banner-left-side{
	float:left;
	width:50%;
	text-align:left;
	margin-top:95px;
	}
.bnrHdng{
	float:left;
	width:100%;
	font-size:45px;
	line-height:55px;
	font-weight:600;
	color:#002e52;
	margin-top:10px;
	letter-spacing:-0.5px;
	}
.banner-text2{
	float:left;
	width:100%;
	font-size:19px;
	line-height:26px;
	letter-spacing:0.7px;
	color:#000;
	margin-top:20px;
	font-family: 'Open Sans', sans-serif;
	}
.banner-prod{
	position:absolute;
	right:-40px;
	top:40px;
	}
.shop-btn {
	display:inline-block;
	vertical-align:middle;
	width:262px;
	border-radius:50px;
    height:60px;
    overflow: hidden;
    color: #ffffff;
    font-size:24px;
	font-weight:600;
    line-height:60px;
	position:relative;
	background:#ff9c00;
	margin-top:30px;
	text-align:center;
	}
.shop-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px -15px 0 10px;
	}


/*======================*/
.feature-sec{
	float:left;
	width:100%;
	padding:20px 0;
	}
.as-seenhdng{
	font-size:16px;
	line-height:26px;
	color:#545454;
	font-weight:500;
	background:url(../images/as-seen-line.png) no-repeat center center;
	}
.feature-logo-list{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	border-bottom:1px solid #e2e2e2;
	padding:10px 0;
	}
.feature-logo-list li{
	display:inline-block;
	vertical-align: middle;
	position:relative;
	padding:0 28px;
	}
.feature-logo-list li img{
	display:inline-block;
	vertical-align: middle;
	max-width: 100%;
	}
.feature-logo-list li:nth-child(1){ padding-left:0;}
.feature-logo-list li:last-child{ padding-right:0;}


/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:60px 0;
	}
.sub-hdng{
	float: left;
    width: 100%;
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    color: #020202;
	margin-bottom:7px;
	letter-spacing:0.5px;
	}
.common-hdng{
	float: left;
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    color: #002e52;
	}
.sub-text{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #0a0a0a;
	margin-top:10px;
	letter-spacing:0.5px;
	font-family: 'Open Sans', sans-serif;
	}
.common-para{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
	letter-spacing:0.3px;
    color: #121212;
	margin-top:25px;
	font-family: 'Open Sans', sans-serif;
	}

.sec1-prod-section{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
	margin-top:60px;
	}
.sec1-col{
	float:left;
	width:25%;
	padding:0 10px;
	text-align:center;
	}
.s1-prod{
	display:block;
	margin:0 auto 15px;
	max-width:100%;
	}
.prod-name{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #002e52;
	font-weight:700;
	}
.s1-col-text1{
	float: left;
    width: 100%;
    font-size:17px;
    line-height:25px;
    color: #000;
	margin-top:5px;
	letter-spacing:0.5px;
	font-family: 'Open Sans', sans-serif;
	}
.s1-col-strenght{
	float: left;
    width: 100%;
    font-size:15px;
    line-height:18px;
    color: #6a6a6a;
	margin:10px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	}
.s1-col-text2{
	float: left;
    width: 100%;
    font-size:14px;
    line-height:18px;
    color: #6a6a6a;
	margin:5px 0 8px;
	}
.star{
	display:block;
	margin:0 auto;
	}
.s1-btn{
	display: inline-block;
    vertical-align: middle;
    width: 200px;
	max-width:100%;
    border-radius: 50px;
    height: 48px;
    overflow: hidden;
    color: #ff9c00;
	border:1px solid #ff9c00;
    font-size: 20px;
    font-weight: 600;
    line-height: 44px;
    position: relative;
    margin-top: 20px;
    text-align: center;
	padding-right:10px;
	}
.sec1-col:hover .s1-btn{color: #ffffff;background: #ff9c00;}
.s1-btn:after{
	position:absolute;
	right:25px;
	top:50%;
	margin-top:-7px;
	width:10px;
	height:16px;
	content:"";
	background:url(../images/s1-btn-arw.png) no-repeat center center;
	}
.s1-btn:hover:after{
	width:10px;
	height:16px;
	background:url(../images/btn-arw.png) no-repeat center center;
	}
.s1-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -3px -15px 0 10px;
	}
.s1-list{
	float:left;
	width:100%;
	margin-top:60px;
	border:1px solid #d5dbda;
	border-radius:10px;
	padding:25px;
	}
.s1-list-col{
	float:left;
	width:20%;
	text-align:center;
	padding:0 10px;
	position:relative;
	}
.s1-list-col:after{
	position:absolute;
	right:0;
	top:20px;
	height:90px;
	border-right:1px solid #d5dbda;
	content:"";
	}
.s1-list-col:last-child:after{ display:none;}
.s1-list-col img{
	display:block;
	margin:0 auto 10px;
	}
.s1-list-col p{
	font-size:17px;
	line-height:22px;
	font-weight:700;
	color:#292929;
	letter-spacing:0.5px;
	font-family: 'Open Sans', sans-serif;
	}


/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0 70px 0;
	background:#f5fdfc;
	}
.s2-left{
	float:left;
	width:52%;
	text-align:left;
	}
ul.s2-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s2-list li{
	float:left;
	width:100%;
	margin-top:25px;
	text-align:left;
	padding:0 0 0 80px;
	position:relative;
	}
ul.s2-list li img{
	position:absolute;
	left:0;
	top:5px;
	}
ul.s2-list li span{
	float: left;
    width: 100%;
    font-size: 23px;
    line-height: 25px;
    color: #002e52;
    font-weight: 500;
	letter-spacing:0.5px;
	}
ul.s2-list li p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #121212;
	margin-top:5px;
	letter-spacing:0.5px;
	font-family: 'Open Sans', sans-serif;
	}
.s2-rght{
	float:right;
	width:42%;
	margin-top:170px;
	}
.s2-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}

/*===============sectionThree==========*/
.sectionThree{
	float:left;
	width:100%;
	padding:60px 0 80px;
	position:relative;
	}
.s3-testimonial{
	float:left;
	width:100%;
	margin-top:35px;
	position:relative;
	z-index:2;
	}
.s3-testi-col {
    display: inline-block;
    vertical-align: top;
    width: 300px !important;
	max-width:300px;
	height:250px;
    margin: 5px 13px 0;
    text-align: left;
	background:#fff;
	box-shadow: 0px 2px 9px 1px rgb(0 0 0 / 10%);
	border-radius:10px;
    }
.s3-testi-img{
	display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    border-radius: 10px 10px 0 0;
	}
.s3-testi-cont{
    float: left;
    width: 100%;
    padding: 0 15px 20px;
   }
.s3-testi-name{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    margin-top: 16px;
    padding: 0 0px 0 0;
	} 
.s3-testi-name span{
	font-size: 18px;
    line-height: 24px;
    color: #1b1b1b;
	font-weight:600;
	}
.s3-testi-name img{
	display:inline-block !important;
	vertical-align:middle;
	margin: -3px 1px 0 6px;
	}
.testi-star{
	float:left;
	margin:10px 0 0 0;
	}			
.s3-testi-para{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
	letter-spacing:0.5px;
    color: #000000;
    margin-top: 15px;
	} 

/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	padding:50px 0;
	overflow:hidden;
	background:url(../images/sec4-bg.jpg) no-repeat center center;
	background-size:cover;
	}
.s4-rght{
	float:left;
	width:57%;
	text-align:left;
	}
.s4-rght .common-para{
	line-height:27px;
	margin-top:15px;
	}
.s4-lab-report{
	position:absolute;
	right: -45px;
    top: 15px;
	}
.lab-result{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	position:relative;
	padding:0 0 8px 0;
	}
.s4lbx{
	min-height:170px;
	background:#fff;
	border-radius:10px;
	position:relative;
	padding:25px 18px 20px 180px;	
	-moz-box-shadow: 0 0 5px #cdd3da;
	-webkit-box-shadow: 0 0 5px #cdd3da;
	box-shadow: 0 0 5px #cdd3da;
	}
.s4lbx img{
	position:absolute;
	left:18px;
	top:20px;
	width:130px;
	}
.s4hding2{
	font-size: 27px;
    line-height: 40px;
    color: #808080;
    font-weight: 300;
    letter-spacing: 0.5px;
	}
.s4ltxt{
	font-size:17px;
	line-height:27px;
	color:#3a3c3c;
	text-align:left;
	letter-spacing:0.5px;
	margin-top:10px;
	}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	}
.top-footer{
	float:left;
	width:100%;
	padding-bottom:35px;
	border-bottom: 1px solid #e1e1e1;
	}
ul.ftrlist{
	float:left;
	width:100%;
	text-align:center;
	}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #6b6b6b;
	padding:0 15px 0 10px;
	font-size:16px;
	line-height:16px;
	color:#000;
	text-align:center;
	}
ul.ftrlist li a{color:#2d2d2d;}
ul.ftrlist li:last-child{border-right:none;}
.ftrtxt{
	float:left;
	width:100%;
	font-size:15px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#404040;
	text-align:center;
	margin:24px 0 0 0;
	}
.btm-footer{
	float:left;
	width:100%;
	margin-top:30px;
	}
.btmftr-list{
	float:right;
	font-size:16px;
	line-height:16px;
	color:#404040;
	}
.btmftr-list a{
	padding:0 10px;
	color:#404040;
	}
.btmftrtxt{
	float:left;
	font-size:16px;
	line-height:16px;
	color:#404040;
	}


/*==================================
CSS FOR PRODUCT_DETAILS_PAGE
=====================================*/
.prodBreadcrm {
    float: left;
    width: 100%;
	background:#f7f7f7;
    color: #848484;
    font-size: 15px;
	line-height:16px;
    text-align: left;
    padding: 10px 0;
	letter-spacing:0.5px;
	font-family: 'Open Sans', sans-serif;
	}
.prodBreadcrm span{ color:#3c3c3c;}

.prodDetails-sec1{
	float:left;
	width:100%;
	padding:50px 0;
	}
.prodDtls1-left{
	float:left;
	width:46%;
	}
.prod-slider{
	float:left;
	width:100%;
	position:relative;
	}
.prodDtls1-rght {
    float: right;
    width: 52%;
    text-align: left;
	}
.prod-heading {
    float: left;
    width: 100%;
    color: #141b4d;
    font-size: 33px;
    line-height: 37px;
    font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom:10px;
	}
.prod-heading span{
	display:inline-block;
	vertical-align:top;
	font-weight: 400;
	font-size:70%;
	}
.prod-desc {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
    letter-spacing: 0.3px;
	font-family: 'Open Sans', sans-serif;
	}
.step-heading {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 20px;
    margin-top: 30px;
	font-weight:600;
    position: relative;
    letter-spacing: 0.5px;
	}
.select-strength{
	float:left;
	width:100%;
	margin-top:17px;
	}
.select-strength label{
	float:left;
	font-size:16px;
	line-height:38px;
	height:38px;
	color:#000000;
	font-weight:500;
	border:1px solid #ddd;
	border-radius:40px;
	padding:0 15px;
	margin:0 5px;
	cursor:pointer;
	}
.select-strength label.active{
	background:#ff9c00;
	border:1px solid #ff9c00;
	color:#fff;
	}
.package-container{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	}
.package-box{
	width:48%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	padding:14px 15px 10px;
	cursor:pointer;
	text-align:left;
	letter-spacing:0.5px;
	color:#000000;
	position:relative;
	margin-top:30px;
	}
.package-box:after{
	position:absolute;
	left:15px;
	top:-14px;
	background:url(../images/pkg-tik.png) no-repeat center center;
	width:26px;
	height:26px;
	content:"";
	}
.package-box.active{
	background:#fffef1;
	border:2px solid #ff9c00;
	}
.package-box.active:after{
	background:url(../images/pkg-tik-active.png) no-repeat center center;
	}
.package-title{	
	font-size:17px;
	line-height:26px;
	color:#292929;
	font-weight:500;
	}
.package-title span{
	font-weight:600;
	font-size:19px;
	}
.pack-image{
	position:absolute;
	right:10px;
	top:10px;
	max-width:100%;
	}
.pack-unit-price{
	font-weight:600;
	font-size:25px;
	line-height:35px;
	}
.pack-unit-price span{
	font-size:74%;
	font-weight:400;
	}
.pack-save{
	font-size:16px;
	line-height:21px;
	color:#919191;
	font-weight:500;
	}
.purchase-container{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.multi-opt{
	float:left;
	width:48%;
	margin-top:18px;
	border:1px solid #cdcdcd;
	border-radius:4px;
	cursor:pointer;
	position:relative;
	}
.multi-opt.active{
	background:#fffef1;
	border:1px solid #ff9c00;
	}
.multi-opt input[type=radio]{
	position:absolute;
	opacity:0;
	}
.multi-opt label{
	float:left;
	width:100%;
	padding:13px 25px 13px 45px;
	color:#1e1e1e;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
	}
.multi-opt span{
	position:absolute;
	left:14px;
	top:15px;
	width:17px;
	height:17px;
	border-radius:50%;
	border:1px solid #c3c3c3;
	background:#fff;
	}
.multi-opt.active span{
	background:#ff9c00;
	border:1px solid #ff9c00;
	}
.multi-opt.active span:after{
	content:'';
	position:absolute;
	width:5px;
	left:5px;
	top:5px;
	height:5px;
	border-radius:50%;
	background:#fff;
	}
.pack-tot-price{
	float:left;
	color:#000;
	font-size:25px;
	margin-top:25px;
	}
.cart-button-dv{
	float:left;
	width:100%;
	margin-top:15px;
	}
.cart-btn {
    display: inline-block;
    vertical-align: middle;
    width:100%;
    height: 60px;
    background: #ffa200;
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
	cursor:pointer;
	border:none;
	outline:none;
	}
.cards-images{
	float:right;
	margin:25px 0 0 0;
	}

/*CSS FOR BUNDLE*/
.buyOpt-row{
	float:left;
	width:100%;
	padding:15px 18px;
	cursor:pointer;
	position:relative;
	border:1px solid #e1e1e1;
	margin-top:15px;
	border-radius:4px;
	}
.buyOpt-row.active{
	border-color:#ffa200;
	-webkit-box-shadow: 0 0 8px 0 #f9c26c;
	box-shadow: 0 0 8px 0 #f9c26c;
	}
.packageOpt{
	float:left;
	width:70%;
	text-align:left;
	position:relative;
	padding-left:35px;
	}
.packageOpt input[type=radio]{
	position:absolute;
	opacity:0;
	}
.packageOpt input[type=radio] + span{
	position:absolute;
	display:inline-block;
	left:0;
	top:1px;
	width:22px;
	height:22px;
	border-radius:50%;
	background:#fff;
	border:2px solid #fed981;
	}
.packageOpt input[type=radio]:checked + span:after{
	content:'';
	position:absolute;
	left:3px;
	top:-7px;
	width:22px;
	height:22px;
	background:url(../images/checkmark.png) no-repeat center center;
	}
.packageOpt p{
	float:left;
	width:100%;
	color:#2c2c2c;
	font-size:19px;
	line-height:22px;
	font-weight:600;
	}
.pkgPrice{
	float:right;
	width:30%;
	text-align:right;
	padding-right:7px;
	}
.pkgPrice p{
	float:left;
	width:100%;
	color:#2c2c2c;
	font-size:19px;
	line-height:20px;
	font-weight:600;
	}
.prod-selector{
	float:left;
	width:100%;
	margin-top:15px;
	}
.prod-selector label{
	float:left;
	width:100%;
	color:#333;
	font-size:17px;
	}
.prod-selector select{
	float:left;
	width:100%;
	height:40px;
	border:1px solid #c7c7c7;
	outline:none;
	font-family: 'Montserrat';
	color:#000;
	font-size:17px;
	font-weight:300;
	padding:0 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius:4px;
	background: url(../images/dwn-arw.png) no-repeat right center;
	}
	
	
/*----------------------
FAQ PAGE CSS
-----------------------*/
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:860px;
	width:100%;
	margin:40px 0 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat 98% center;
	background-size:30px;
	padding:25px 45px 25px 0;
	font-size:21px;
	line-height:28px;
	color:#000;
	font-weight:600;
	letter-spacing:0.5px;
	cursor:pointer;
	border:none;
	position:relative;
	border-bottom:1px solid #cccfe2;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat 98% center;
	border:none;
	border-bottom:1px solid #dddfe5;
	background-size:30px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 10px 20px 0;
	}	
.acdn-pata{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: #0a0a0a;
    letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
	}


/*------------------------------
CONTACT SECTION
--------------------------------*/
.cntc-inr{
	float:left;
	width:100%;
	position:relative;
	margin:60px 0;
	}	
.cntc-inr:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:-30px;
	bottom:-30px;
	border:1px solid #f3f6ec;
	width:100%;
	}
.cont-sec1Lft{
    float: left;
    width:51%;
    text-align: left;
	padding-left:40px;
	}
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	padding-right:90px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    position: relative;
	padding:15px 0 15px 55px;
	border-bottom: 1px solid #eaf1f7;
	}
ul.cnt-list li img{
    position: absolute;
    left:7px;
    top:20px;
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size:17px;
    color:#000;
    line-height:27px;
	letter-spacing:0.5px;
	font-family: 'Open Sans', sans-serif;
	}	
ul.cnt-list li span{
	font-size:23px;
	line-height:30px;
	color:#002e52;
	font-weight:500;
	padding-bottom:4px;
	}				
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}
.cntct-rght{
	right:50px;
	top:-70px;
	width:38%;
	position:absolute;
	}		
.contact-img{
	max-width:100%;
	margin:0 auto 0;
	border:3px solid #fff;
	border-radius:10px;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	}	
	
	
	
/*---------------------
CART DROPDOWN
----------------------*/
.cart-right{
	float:right;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	}
.cart_btn_mob{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	position:relative;
	}
.in-cart-item{
	background-color: #fff;
	margin-top: 50px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	width: 300px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
	cursor: auto;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	}
.cart-right:hover .in-cart-item{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	}
.cart-item{
	float:left;
	width:100%;
	padding:10px 0;
	border-top: 1px solid #eeeeee;
	}
.cart-item:first-child{border:none;}
.cart-item .cart-img{
	float:left;
	width:60px;
	background:#e1e1e1;
	padding:5px 0px;
	text-align:center;
	margin-top:9px;
	}
.cart-item .cart-img img{width:60px;}	
.cart-item .cart-details{
	float:left;
	width:180px;
	text-align:left;
	padding:5px 10px 5px 15px;
	}
.cart-details p{
	float:left;
	width:100%;
	color:#334862;
	font-weight:300;
	}
.cart-details p.cart-prod-name{
	font-size:16px;
	color: #333333;
	}
.cart-details p.cart-prod-name span{font-weight:700;}
.cart-prod-type{
	font-size: 16px;
	line-height:22px;
	text-transform: uppercase;
	color: #9f9f9f;
	margin:5px 0;
	}
.cart-prod-price{
	font-size:16px;
	color:#111;
	font-weight:600;
	}
.cart-prod-price span{
	font-weight:normal;
	}
.cart-item .close-icon{float:right;}
.cart-item .close-icon i {
	background-color: #dddddd;
	border-radius: 2em;
	cursor: pointer;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	text-align: center;
	width: 25px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	}
.cart-item .close-icon i:hover{
	background-color: #525252;
	color: #fff;
	}
.cart-item.sub-total{
	font-size:16px;
	text-transform:uppercase;
	}
.cart-item.sub-total .pull-left{float:left;}
.cart-item.sub-total .pull-right{float:right;}
a.viewcart-btn{
	float:left;
	width:100%;
	height:40px;
	line-height:38px;
	font-size:16px;
	background:#0f2b40;
	letter-spacing:0.5px;
	color:#fff;
	font-weight:bold;
	border-radius:20px;
	text-align:center;
	text-transform:uppercase;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
	}	
a.checkout-btn{
	float:left;
	width:100%;
	height:40px;
	border-radius:20px;
	line-height:40px;
	font-size:16px;	
	background:#ff9c00;
	letter-spacing:0.5px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	text-align:center;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
	}