@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Montserrat", sans-serif;
	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;
}
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;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.forMob,.forTab{ display:none ;}
/*=========================
CSS FOR HEADER
===========================*/

/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.blue-strip {
    float: left;
    width: 100%;
    background: #25a8c1;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: center;
}
.blue-strip img {
    vertical-align: middle;
}
.top-bar {
    float: left;
    width: 100%;
    background: rgb(160, 155, 151, 0.9);
    height: 75px;
    margin-top: -75px;
    position: relative;
    top: 75px;
    padding: 10px 0;

	}
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 75px;
	}
.logo{
	    float: left;
    max-width: 185px;
    margin-top: 7px;
}
/*----------------
MENU BAR CSS
-----------------*/
.menu-bar {
    float: left;
    width: 60%;
    text-align: center;
	margin:25px 0 0;
	}
.menu-bar li {
	display: inline-block;
    vertical-align: top;
    position: relative;
	}
.menu-bar li.border:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 25px;
	background: #e3e3e3;
	right: -2.5px;
	top: 50px;
	}
.menu-bar li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
	}
.menu-bar li:nth-child(7) a {
	padding-right: 0;
	}
.menu-bar li:nth-child(1) a {
	padding-left: 0;
	}
.menu-logo {
	position: absolute;
	left: 0;
	top: 17px;
	}
.menu-bar li.logo-li {
	width: 194px;
	float: none;
	}
.menu-bar li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 16px;
	background: #dcdcdc;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.menu-bar li:last-child:after{ display:none;}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #fff;
	text-decoration: none;
	}
.fixed-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	border-bottom: 1px solid #e8e8e8;
	}
.menu-cart{
    position: absolute;
    right: 192px;
    top: 14px;
    width: 30px;
	}



/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	padding: 90px 0;
	position: relative;
	background: url(../images/banner.jpg) no-repeat center bottom;
	height:747px;
	}
.bnr-lft {
    float: left;
    width: 56%;
    text-align: center;
    margin-top: 45px;
	}
.bnr-p1 {
       float: left;
    width: 100%;
    font-size: 36px;
    line-height: 55px;
    color: #25a8c1;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "DM Serif Text", serif;
}
.bnr-p1 span{
    /* border-bottom: 2px solid; */
    text-decoration: underline;
	}
.bnr-p2 {
	float: left;
	width: 100%;
	font-size: 64px;
	line-height: 74px;
	margin: 0;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	font-family: "DM Serif Text", serif;
}
.bnr-p2 span{ font-size: 34px; line-height: 44px;}
.bnr-p3 {
        display: inline-block;
    width: 92%;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding: 25px 0px 0px;
	}
.shop-btn {
      display: inline-block;
    font-size: 24px;
    line-height: 55px;
    /* padding: 16px 44px; */
    font-weight: 400;
    background: #25a8c1;
    height: 55px;
    margin-top: 45px;
    color: #fff;
    width: 300px;
    text-align: center;
    
}
.hdr-btn{
	font-size: 18px;
	/* line-height: 18px; */
	background: none;
	/* padding: 12px 36px; */
	border: 1px solid #fff;
	float: right;
	margin: 5px 0 0;
	border-radius: 3px;
	width: 170px;
	height: 44px;
	line-height: 44px;
	}
.bnrprd {
	position: absolute;
    top: 60px;
    right: 0px;
    max-width: 512px;
}
img.bnrprd-prod1 {
        position: absolute;
    top: 87px;
    right: 134px;
    max-width: 350px;
}
img.bnrprd-prod3 {
	position: absolute;
	top: 303px;
	right: -30px;
	max-width: 270px;
}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
    float: left;
    width: 100%;
    padding: 15px 0 0;
    height: 636px;
    background: #f2f2f2;
    text-align: center;
	}
.s1-lft {
	float: right;
	width: 55%;
	text-align: left;
	margin-top: 75px;
	}
.s1-p1 {
	    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 54px;
    color: #25a8c1;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "DM Serif Text", serif;
	}
.pad-1 {margin: 10px 0 22px;}
.s1-p2 {
        float: left;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    color: #2d2d2d;
    font-weight: 400;
    margin-top: 20px;
	}
.shop-bg-no .shop-btn {
	margin-top:35px;
	}
.s1-img-1 {
    position: absolute;
    left: 0;
    top: 87px;
    max-width: 100%;
    width: 470px;
	}
.s1-box {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
	}
ul.sec1-list{
	float:left;
	width:100%;
	margin-top:35px;
	}
ul.sec1-list li{
    float: left;
    width: 92%;
    padding: 9px 0px 9px 120px;
    text-align: left;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #181818;
    position: relative;
	}
ul.sec1-list li span{
	display:block;
	font-weight:700;
	padding-bottom:7px;
	font-size:20px;
	line-height:28px;
	text-transform:capitalize;
	}
ul.sec1-list li img{
	position:absolute;
	top:5px;
	left:0;
	}
ul.sec1-list li:last-child{
	margin-bottom:0;
	}

.main {
  width:500px;
  display:block;
  margin:0 auto;
}
.action{
  display:block;
  margin:100px auto;
  width:100%;
  text-align:center;
}
.action a {
  display:inline-block;
  padding:5px 10px; 
  background:#f30;
  color:#fff;
  text-decoration:none;
}
.action a:hover{
  background:#000;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
    width: 100%;
    padding: 40px 0 50px;
    text-align: center;
	}
.pad-2 {padding: 0 110px;}
.s2-ul {
	    float: left;
    width: 100%;
    margin: 15px 0 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
	text-align:center;
	}

.view-all {
    margin-top: 30px;
}
.s2-ul li {
    display: inline-block;
    border: 1px solid #f8f9fb;
    padding: 35px 15px 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.s2-ul li span {
    
}
.s2-ul li:last-child{ margin-right:0;}

.prod-pg li{ max-width:24%;}
img.prdt-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.s2-prd-1 {
	display: inline-block;
    max-width: 218px;
	position:relative;
	z-index:9;
	}
.s2-p1 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 34px;
    color: #393733;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.s2-p2 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #7f7f7f;
    font-weight: 400;
	}
p.prod-qnty {
        font-size: 16px;
    display: inline-block;
    width: 100%;
    color: #747474;
    margin-top: 0px;
    line-height: 40px;
    min-height: 80px;
}
p.prod-qnty span {
    border: 1px solid #d2d2d2;
    padding: 5px;
}
p.prod-qnty span{ border:1px solid #d2d2d2;}
.s2-ul li .s2-p2 {margin: 5px 0;}
.s2-p3 {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
	}
.s2-ul li .shop-btn {
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 32px;
	}
/*-------------------------
CSS FOR STRIP
--------------------------*/
.strip {
	float: left;
    width: 100%;
    padding: 25px 0;
    background: #fff;
	}
.strp-list{
	display:inline-block;
    width: 100%;
}
.strp-list li {
    float: left;
    width: 16%;
    text-align: center;
    position: relative;
    padding: 0 31px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #353535;
    margin-right: 3px;
}
.strp-list li img{
	display:block;
	margin:0 auto 10px;
	}
.strp-list li:after{
    position: absolute;
    content: "";
    background: #ccc;
    height: 40px;
    width: 1px;
    top: 35px;
    right: 0;
	}
.strp-list li:last-child:after{ display:none;}
.strp-list li:last-child{ margin:0;}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {

    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #25a8c1;
	}
.section-3 .bnr-p1{
	color:#fff;
	font-size:24px;
	line-height:30px;
	}
.sec3-top {
    float: left;
    width: 100%;
}
.sec3-top1, .sec3-top2, .sec3-top3 {
    width: 24%;
    float: left;
    box-sizing: border-box;
    padding: 0px 0 0px;
    text-align: left;
    position: relative;
    height: auto;
    /* border-bottom: 7px solid #34322d; */
    /* background: #fff; */
    margin-right: 15px;
}
.sec3-top1:last-child{ margin-right:0;}
.sec1-toplft {
    width: 100%;
    float: left;
}
.img-sec3 {
        display: block;
    /* right: 0; */
    margin: 0 auto 10px;
    max-width: 60px;
}
.sec3-top2 { margin: 0 1.2%;}
.txt4 {
    float: left;
    width: 100%;
    font-size: 64px;
    line-height: 70px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
	font-weight:300;
}
.txt5 {
       float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 6px 0 0;
    font-weight: 400;
}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
	float: left;
    width: 100%;
    padding: 70px 0;
	background: url(../images/section-5.jpg) no-repeat center top;
	height: auto;
	}
.s5-prod1{
	position: absolute;
	top: 50px;
	right: 10px;
	max-width: 450px;
	}
.s5-lft {
	float: left;
	width: 54%;
	text-align: left;
	margin: 62px 0;
}
.s5-lft .s1-p2{ margin-top:16px;}
.s5-uls{
	float: left;
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
    display: -moz-box;
    display: -ms-flexbox;
    width: 100%;
    margin-top: 14px;
    justify-content: space-between;
	}
.s5-uls li{
	float: left;
    width: 100%;
    position: relative;
    color: #1b1b1b;
    font-size: 18px;
    padding: 0 0 0 19px;
    line-height: 24px;
    margin-top: 0;
    text-align: left;
	}
.s5-uls li:after{
	position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #25a8c1;
    border-radius: 50px;
    content: '';
    z-index: 2;
	
	}		
ul.s5-list{
	float:left;
	width:100%;
	margin:42px 0 0;
	}
ul.s5-list li {
    float: left;
    width: 32%;
    text-align: left;
    position: relative;
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #353535;
    margin-right:0px;
	margin-bottom:20px;
}
ul.s5-list li img{
    display: block;
    margin: 0 0 12px;
}
ul.s5-list li:last-child, ul.s5-list li:nth-child(){
    margin-right: 0;
}
.sec5-lft, .sec5-rit{
    float: left;
    width: 371px;
    text-align: center;
    margin-top: 60px;
}
.sec5-rit{
	float:right;
	}
.s5-mdl{
	display:inline-block;
	vertical-align:middle;
	}
.sec5-mid{
    float: left;
    width: 374px;
    margin: 60px 26px 0;
    background: #25a8c1;
    color: #fff;
    text-align: center;
    padding: 51px 15px;
	}
.sec5-mid .bnr-p1{
	color:#fff;
	font-size:24px;
	line-height:28px;
	margin-bottom:20px;
	}
.sec5-mid .s1-p2{
	color:#fff;
	font-size:17px;
	margin:0 0 20px 0;}
.sec5-mid .shop-btn{
	border:1px solid #fff;}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-7 {
	    float: left;
    width: 100%;
    padding: 20px 0;
    background: #25a8c1;
	}
.s7-ul {
        float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.s7-ul li {
    float: left;
    position: relative;
    padding-left: 60px;
}

.s7-ul li:nth-child(2) {}
.s7-ic-1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.s7-ul li .s2-p3 {
	color: #fff;
	width: auto;
	}
.s7-ul li .bnr-p1 {
	    color: #fff;
    width: auto;
    font-size: 18px;
    text-transform: none;
	}
.s7-ul li .bnr-p1 a{ color:#fff;}
.s7-social {
	float: left;
	padding: 10px 20px 0 0;
	}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {
	float: left;
	width: 100%;
	padding: 35px 0;
	background: #f6fcff;
	text-align: center;
	}
.foo-logo {
	display: inline-block;
    width: 100%;
    max-width: 190px;
	}
.f-p1 {
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #505050;
    border-bottom: 1px solid #dedede;
    margin: 15px 0;
    padding-bottom: 15px;
	}
.f-p1 a, .f-p1 a:hover {
	color: #505050;
	padding: 0 3px;
	}
img.ftr-card {
    margin-top: 5px;
}
img.ftr-logo {
    display: inline-block;
    max-width: 200px;
}
.f-p2 {
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	margin-top: 5px;
	width: 100%;
	}
.f-p2 a, .f-p2 a:hover {
	color: #000;
	padding: 0 2px;
	}
.other-links {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #dedede;
	padding-bottom: 14px;
	row-gap: 10px;
}
.other-links li {
	    position: relative;
    font-size: 18px;
    width: 100%;
}
.other-links li a {
    color: #000;
    font-weight: 400;
}

/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: left;
    background: #25a8c1;
    padding: 10px 0;
    background-size: cover;
}

.shopBreadcrm a {
    color: #fff;
}
.shopBreadcrm span {
    color: #fff;
    font-weight: 600;
}

/*-===================
CSS FOR SHOP PAGE
======================*/
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.shop-section-1 {
	padding: 50px 0;
	float: left;
	width: 100%;
	}
.shop-s1-left {
	float: left;
	text-align:center;
	width: 470px;
	}
.shop-s1-right {
	float: right;
	width: 670px;
	text-align: left;
	}
.shop-s1-p1 {
	float: left;
	width: 100%;
	color: #34322d;
	font-size: 45px;
	line-height: 46px;
	margin-bottom:10px;
	font-weight: 600;
	}
.shop-s1-p1 span{ font-size: 28px; font-weight: 400;  display: block;}
.shop-s1-stars {
	float: left;
	margin: 12px auto 12px;
	display:none !important;
	}
p.pr-dtl-s1-rgt-p3 {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 28px;
	
}
.proDetls1-rgt-pnts {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.proDetls1-rgt-pnts li {
	float: left;
	text-align: left;
	position: relative;
	border-right: 1px solid #d7d7d7;
	padding: 10px 20px 10px 30px;
}

.proDetls1-rgt-pnts li img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
}
.proDetls1-rgt-pnts li p {
        font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
}
.proDetls1-rgt-pnts li:nth-child(2) {
    margin: 0 3%;
}
.proDetls1-rgt-pnts li:last-child {
    border: none;
}
.proDetls1-rgt-list {
    float: left;
    width: 100%;
    margin-top: 14px;
}
.proDetls1-rgt-list li {
        background: url(../images/prd-tik.png) no-repeat left 5px;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding-left: 32px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: capitalize;
}

.prd-strength-row {
    float: left;
    width: 100%;
    padding: 10px 0 0px;
}
.prd-strength-row .option-field {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    outline: none;
    font-weight: 500;
    margin: 4px 0 7px 0;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
.prd-strength-row .option-field li {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.prd-strength-row .option-field li.active {
    background-color: #f49000;
    color: #fff;
}
.pack-sec {
       float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottles60_qnty, .bottles30_qnty  {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottles30_qnty { display:none;}
.package {
    width: 49%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: 2px solid #edf1f0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.package input[type=radio] {
    top: 14px;
    opacity: 0;
    position: absolute;
    left: 8px;
    height: 18px;
    width: 18px;
}
.package input[type=radio] + .package-type {
    width: 100%;
    color: #5e5e5e;
    cursor: pointer;
    background: #707070;
    padding: 0px 0 0px 0;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #dcd7d7;
    background: #ffffff;
    font-weight: 500;
    border-radius: 10px;
    overflow: hidden;
}
.package input[type=radio]:checked + .package-type .pack-hdng {
    background: #dd2027;
}
.package input[type=radio]:checked + .package-type .offer-txt {
    background: #f49000;
    border: 1px solid #e7b5b7;
}
.package input[type=radio]:checked + .package-type .orig-prc{ color:#bd1d1d;}
.pack-hdng {
        float: left;
    width: 100%;
    background: #a7a7a7;
    text-align: center;
    padding: 0px 0px 20px;
}
.pack-hdng p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
	display:none;
}
.offer-txt {
        float: left;
    vertical-align: top;
    background: #b7b7b7;
    border: 1px solid #dddddd;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 40px;
    /* margin-top: -13px; */
    width: 50%;
}
.botl-box {
    display: none;
}
.price-box {
    float: left;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
	justify-content: space-between;
}
.pkg-btls {
    margin: 5px auto 0;
    display: block;
    max-width: 100%;
}
.suply-txt {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 17px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
    padding: 0 5px;
}
.orig-prc {
    float: left;
    font-size: 24px;
    line-height: 24px;
    color: #6a6a6a;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.save-prc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #edf1f0;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    letter-spacing: 0.3px;
    margin-top: 10px;
    padding: 8px;
}
.pkg-mdl {
        float: left;
    width: 100%;
    background: #fff;
    border-radius: 15px 15px 0 0;
    margin-top: -15px;
    position: relative;
    padding: 10px 10px;
}
.prd-strength-row {
   float: left;
    width: 100%;
    padding: 10px 0 0px;
}
.prd-strength-p1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	font-weight: 500;
	/* letter-spacing: -0.5px; */
	width: 100%;
	text-align: left;
	margin-top: 10px;
}
.prd-strength-row .option-field {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    outline: none;
    font-weight: 500;
    margin: 4px 0 7px 0;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
.prd-strength-row .option-field li {
	display: inline-block;
	padding: 10px 0px;
	border: 1px solid #ebebeb;
	cursor: pointer;
	width: 32%;
	text-align: center;
}
.prd-strength-row .option-field li.addprice {
    background: #e0b589;
    border: 1px solid #e0b589;
    color: #fff;
}
.shop-s1-p2 {
	    float: left;
    width: 100%;
    color: #34322d;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 12px;
	}
.pad-5 {
	padding: 15px 0;
	}
.shop-s1-rit-prc-box {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	}
.shop-s1-ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}
.shop-s1-ul li {
	float: left;
	width: 100%;
	padding-left: 24px;
	background: url(../images/shop-tik.png) no-repeat left 9px;
	margin-bottom: 6px;
	text-align: left;
	}
.shop-s1-right .shop-s1-ul {margin-top: 15px;}
.shop-s1-right .shop-btn {float: left; margin-top:20px;}
.shop-s1-ul-2 {
	float: right;
	margin: 10px 0 0;
	}
.shop-s1-ul-2 li {
	float: left;
	position: relative;
	padding-left: 42px;
	color: #2d2d2d;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	text-align: left;
	border-right: 1px solid #d5e0e1;
	margin-right: 13px;
	padding-right: 13px;
	}
.shop-s1-ul-2 li img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.shop-s1-ul-2 li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
	}
img.shp-card {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0 15px;
}
.prd_quantity {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.prd_quantity p{
	    padding-top: 8px;
    display: inline-block;
    font-size: 20px;
	vertical-align:top;
}
.prd-det-strp {
    float: left;
    width: 100%;
}
ul.prd-det-strp-list {
        float: left;
    width: 42%;
    text-align: center;
}
ul.prd-det-strp-list li {
        float: left;
    width: 100%;
    border: 1px solid #e6e0e0;
    /* border-right: none; */
    padding: 18px;
}
ul.prd-det-strp-list li img {
	display: block;
	margin: 0 auto 10px;
	max-width: 50px;
}
ul.prd-det-strp-list li p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
	text-transform:capitalize;
}
ul.prd-det-strp-list li:last-child {
    border-right: 1px solid #e6e0e0;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.shop-section-2 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #f3f3f3;
	text-align: center;
	}
.shop-s2-ul {
	float: left;
	width: 100%;
	}
.shop-s2-ul li {
	float: left;
	width: 25%;
	padding: 0 80px;
	border-right: 1px solid #dedfdf;
	}
.shop-s2-ul li:last-child {
	border: none;
	}
.shop-s2-ic-1 {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
	}
.shop-s2-p1 {
	float: left;
	width: 100%;
	color: #5f5f5f;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	}
.shop-s2-ul li .bnr-p1 {font-weight: 600;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.shop-section-3 {
	    float: left;
    width: 100%;
    padding: 70px 0;
    background: #f9f9f9;
    position: relative;
	}
.shop-s3-img {
	float: right;
    width: 43%;
    text-align: center;
}

.shop-cream .shop-s3-img {background: url(../images/shop-s3-img-cream.jpg) top center no-repeat; background-size:cover;}
.shop-gummies .shop-s3-img {background: url(../images/shop-s3-img-gummies.jpg) top center no-repeat; background-size:cover;}

.ing-img {
  max-width: 500px;
  display: inline-block;
  margin-top: 10px;
}

.shop-sec3-inner {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    row-gap: 20px;
    padding: 0 40px;
    align-items: center;
	flex-wrap: wrap;
}
.shop-s3-img img {
   max-width: 420px;
    width: 100%;
}

.shop-s3-lft {
	float: left;
    width: 54%;
    text-align: left;
	}
.shop-sec3-txt2 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    position: relative;
}
.shop-sec3-txt2 span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
	margin-bottom:5px;
}
.shp-sec2-hed {
       font-size: 44px;
    font-weight: 700;
    float: left;
    width: 100%;
    line-height: 55px;
    margin-bottom: 0px;
}
.s3-list {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
.s3-list li {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.s3-list li:before {
        content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: -5px;
    border-left: 2px solid #25a8c1;
}
.s3-list li:last-child:before{ display:none;}
.s3-list li span {
        float: left;
    width: 100%;
    color: #25a8c1;
    font-size: 26px;
    line-height: 24px;
    /* font-family: 'Reckless'; */
    font-weight: 500;

}
.s3-list li p {
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #1c1c1c;
    letter-spacing: 0.5px;
    margin-top: 12px;
}
.s3-list li:after {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #25a8c1;
    top: 5px;
}


/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.shop-section-4 {
	float: left;
	width: 100%;
	padding: 70px 0 0;
	}
.shop-s4-block {
	float: left;
	width: 100%;
	text-align: left;
	margin: 40px 0 0;
	}
.shop-s4-tab-p1 {
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	color: #2d2d2d;
	padding: 0 40px 15px;
	cursor: pointer;
	margin-bottom: -3px;
	border-bottom: 3px solid #f0f0f0;
	}
.shop-s4-stars {
	float: left;
	margin: 12px 0 0;
	}
.shop-section-4 .pad-4 {
	font-style: normal;
	font-weight: 300;
	}
.shop-s4-p1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #dce9ea;
	font-size: 30px;
	line-height: 66px;
	color: #fff;
	text-align: center;
	}
.shop-s4-dtls {
	float: left;
	width: 100%;
	position: relative;
	padding-right: 440px;
	}
.shop-dtls-img {
	position: absolute;
	right: 0;
	top: 0;
	}
.shop-s4-dtls .shop-s1-ul {margin: 25px 0 0;}
.shop-s4-ul {
	float: left;
	width: 100%;
	margin: -10px 0 0;
	}
.shop-s4-ul li {
	float: left;
	width: 100%;
	margin: 25px 0 0;
	padding-left: 75px;
	position: relative;
	}
.shop-s4-ul .bnr-p1 {
	color: #2d2d2d;
	margin-bottom: 3px;
	font-weight: 600;
	}
.shop-s4-p2 {
	position: absolute;
	left: 0;
	top: 5px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #34322d;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 0 0;
	}
.shop-s4-p2 span {
	display: inline-block;
	width: 100%;
	padding: 0 2px;
	}
.shop-s4-ul-line {
	position: absolute;
	left: 27px;
	top: 73px;
	display:none;
	}
.shop-lab .shop-s1-ul .s1-p2 {font-weight: 600;}
.shop-s4-dtls .shop-s1-ul li {margin-bottom: 9px;}
.shop-lab .shop-s1-ul li {margin: 9px 0;}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.shop-section-5 {
	float: left;
	width: 100%;
	padding: 70px 0;
	text-align:center;
	}
.shop-section-5 .s2-ul {

	}
.shop-section-5 .s2-ul li {
	width: 32%;
	}

/*-===============================
CSS FOR FAQ PAGE
==================================*/
.faq-section-1 {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align:center;
	}
.faq-box {
	float: left;
	width: 100%;
	padding: 0 70px;
	}
/*-========================
CSS FOR CONTACT PAGE
===========================*/
.contact-ul {
	    float: left;
    width: 100%;
    margin: 45px 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
	}
.contact-ul li {
    float: left;
    padding: 0 25px;
    background: url(../images/cont-line.png) no-repeat left center;
    width: 49.3%;
	}
.contact-ul li .s1-p2{ margin-top:0;}
.contact-ul li:first-child, .contact-ul li:nth-child(3){background: none;}
.cont-p1 {
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin: 10px 0;
	}
.contact-form-box {
	    float: left;
    width: 100%;
    border: 4px solid #f5f9fb;
    padding: 25px;
	}
.cont-pad {
	display: inline-block;
	width: 1028px;
	}
.cont-frm-cont {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	}
.input-box {
	float: left;
	width: 100%;
	height: 41px;
	text-align: left;
	background-color: #ffffff;
	outline: none;
	margin: 7px 0;
	position: relative;
	}
.input-box.hlf {
	width: 48.5%;
	}
.input-box.fr {
	float: right;
	}
.input-box.payfld select {
	padding: 0 0 0 10px;
	}
.fldicon {
	position: absolute;
	left: 12px;
	top: 12px;
	}
.field-all, .cont-frm-cont textarea {
	float: left;
	width: 100%;
	border: 1px solid #d0d0d0;
	outline: none;
	height: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0 3px 3px 0;
	padding: 0 0px 0 10px;
	
	}
.input-box.payfld .field-all {
	padding: 0 15px;
	}
.dwn-arw {
	position: absolute;
	right: 4px;
	top: 0px;
	}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/dwn-arw.jpg) no-repeat right center;
	}
.cont-frm-cont textarea {
	height: 100%;
	min-height: 110px;
	resize: none;
	margin: 7px 0;
	padding: 12px;
	}
.cont-btn {
	-webkit-appearance: none;
	border: none;
	outline: none;
	margin: 25px 0 8px;
	padding: 0;
	background: none;
	}

/*================CART PAGE===============*/
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart-sec1 {
	padding: 0 0 50px 0;
	float:left;
	width:100%;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
	font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    border-top: 2px solid #f5f9fb;
    padding: 10px 10px;
    border-bottom: 2px solid #f5f9fb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.one, .two, .three, .four {
	display: inline-block;
	width: 26%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 18%;
	text-align: center;
}
.one {
	padding: 0 0 0 10px;
	position: relative;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
	position: relative;
}
.cart-remv {
	    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 5px #ff9898;
    padding: 5px;
}
.cart-box2, .card-box3 {
	border-bottom: 2px solid #f5f9fb;
	padding: 10px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
	border-bottom: 2px solid #f5f9fb;
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-box3 {
	padding: 23px 0;
}
.cart-prdname {
    padding: 10px 0px 10px 145px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #252525;
    text-align: left;
    position: relative;
}
.cart-prdname .pkg-btls{
	position: absolute;
	top: -3px;
	left: 25px;
	max-width: 75px;
}
.span3 {
	display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.span3 .span2{ display:block;}
.span2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #2d2d2d;
}
.cart-prdname span.span1 {
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	position: absolute;
	left: 30px;
	top: 0;
	width: 100px;
}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
}
.sub-total {
	text-align: right;
}
.card-box3rgt {
	float: right;
	width: 40%;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
	font-size: 20px;
    line-height: 34px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    padding: 6px 20px;
}
ul.cart-prclist li:first-child {
}
ul.cart-prclist li:last-child {
	border-top: 2px solid #f5f9fb;
    background: #f0fdff;
    padding: 10px 20px;
}
ul.cart-prclist li span.span1 {
	float: right;
    font-weight: 400;
}
.card-box4-lft {
	float: left;
	width: 100%;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
	    background: #25a8c1;
    float: left;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    margin: 27px 15px 0 0;
    outline: none;
    cursor: pointer;
    /* border: 2px solid #d7a96d; */
    padding: 10px 20px;
}
#browse {
	margin-top: 10px;
}
.continue-brwbtn {
	margin-top: 0;
	vertical-align: middle;
	float: none;
}
.proceed-chkbtn {
	float: right;
	margin-right: 0;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display:none;
}

/*PROMO CODE*/
.promoBox {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.promoBox .promoFld {
       float: left;
    width: calc(100% - 124px);
    border: 2px solid #0ebb15;
    font-family: inherit;
    font-size: 18px;
    padding: 7px 15px;
    outline: none;
    border-radius: 5px;
    color: #000;
    line-height: 26px;
    margin: 1px 0 10px 0;
    height: 43px;
}
.promoBtn {
    float: right;
    background: #0ebb15;
    border: none;
    outline: none;
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    padding: 13px 18px 13px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    width: 120px;
    text-align: center;
    line-height: 18px;
}
.dis-charge {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #ff0000;
    font-weight: 500;
    padding: 0px 0px;
}
.shp-prc {
    float: right;
}
/*==================CART FROM===================*/
.summary {
    float: right;
    width: 38%;
    padding-top: 60px;
}
.summary .two, .summary .three{
	display:none;
	}
.summary .card-box3rgt{ width:100%;}
.summary .continue-shpbtn, .summary .proceed-chkbtn, .summary.continue-brwbtn{
	display:none;
	}
.summary .promoBox{ display:none;}
/*.summary .cart-remv{ display:none;}*/
.summary .one{ width:70%;}
.div-box {
    float: left;
    width: 68%;
}
.cart-frm{
	float:left;
	width:100%;
	padding: 40px 0;
}
.crt-from-sec {
    float: left;
    width: 60%;
    text-align: center;
    padding-top: 60px;
    border-right: 1px solid #d9d9d9;
    padding-right: 40px;
}
.crt-from-sec .logo{
	float:none;
	margin:0 auto;
	}
.viewBx {
    float: left;
    width: 100%;
    background: #f0fdff;
    border: 2px solid #25a8c1;
    margin-top: 0px;
    padding: 10px 5px;
}
.viewBx p {
    display: inline-block;
    vertical-align: middle;
    color: #292929;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.viewBx p span {
        color: #cfcfcf;
    font-weight: 600;
}
.crt-frm1, .crt-frm2 {
	    width: 100%;
    float: left;
    margin: 0 0 0 0;
    border-radius: 4px;
}
.crt-frm2 {
	float: right;
}
.frm1, .frm2 {
	padding: 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	align-items: center;
}
.frm2 {
    padding-bottom: 30px;
}
.payoptbox {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.payment-flds-box {
    float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 15px;
    background-color: #fafafa;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.safebox {
	position: relative;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.safe-iconbox, .safe-iconbox2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 62px;
	background: #0e6896 url(../images/safe-icon.png) center center no-repeat;
	display:none;
}
.safe-iconbox2 {
	background: #0e6896 url(../images/pay.png) center center no-repeat;
}
.safe-iconbox img, .safe-iconbox2 img {
	margin: 0 -18px 0 0;
	float: right;
}
.safebox p {
	    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #2d2d2d;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
.safebox p span{
	display: block;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    margin: 5px 0;
	}
.payment-cards-box {
    float: left;
    width: 100%;
    padding: 13px 15px 10px 15px;
}
.billingtogglbtn, .paymybtn {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}
.paymybtn {
        float: left;
    width: 40%;
    margin-top: 4px;
}
.ship-label-btn input[type=radio], .paymybtn input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 0 0 0 #000000 inset;
    box-shadow: 0 0 0 0 #000000 inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    outline: none;
    margin-top: -6px;
    margin-right: 10px;
}
.ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked {
    background: #0098fa;
}
.ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
}
/*----------FROM------------*/
.frmElmnts {
	float: left;
	margin: 0 0 8px 0;
	width: 100%;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
	width: 29%;
    font-size: 16px;
    line-height: 22px;
    color: #848484;
    padding: 8px 0;
    text-align: right;
    font-weight: 300;
}
.weaccept {
	margin: 12px 0 10px 0;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
}
.weaccept span.span1 {
    margin-right: 10px;
    padding: 8px 0;
}
.rd {
	appearance: none;
	-webkit-appearance: none;
	height: 12px;
	width: 12px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #f4f4f4;
	outline: none;
}
.rd:checked {
	background: url(../images/dot.png) center center no-repeat;
}
.cards {
	max-width: 130px;
	float: right;
}
.paypal {
	margin: 0 0 -7px 0;
}
.sameas {
	font-size: 16px;
	line-height: 28px;
	color: #252525;
	text-align: left;
	position: relative;
	padding: 0 0 0 32px;
	float: left;
	width: 100%;
}
.chkbx {
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
	background: #fff;
	border: 1px solid #d9dbe2;
	border-radius: 4px;
	appearance: normal;
	-webkit-appearance: none;
}
.chkbx:checked {
	background: #fff url(../images/tick.png) center center no-repeat;
}
.topmar2 {
	    margin-top: 10px;
    float: left;
    width: 100%;
}
.frmfld, .frmfld1 {
	width: 100%;
	height: 44px;
	position: relative;
	background: #fff;
}
.frm1 .frmfld{
	background: none;
    border: none;
}
.frmfld-short1, .frmfld-short2, .frmfld1-short1, .frmfld1-short2 {
	width: 48.90%;
}
.frmfld-30{ width:33%;}
.frmfld-short1, .frmfld1-short1, .frmfld-30 {
	margin-right: 2.18%;
}
.frmfld-30:last-child{ margin-right: 0; width: 29.6%;}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	width: 100%;
	height: 46px;
	border: none;
	outline: none;
	font-family: inherit;
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 300;
	border: 1px solid #bbbabb;
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {
	padding: 0 6px 0 10px;
}
.frm1 .frmfld input, .frm1 .frmfld select{
	width: 100%;
    float: right;
    border: 1px solid #bbbabb;
}
.frmfld select, .frmfld1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/select-fldbg2.png) right top 2px no-repeat;
	position:relative;
	    border: 1px solid #bbbabb;
}
.frmfld select:after{
	}
.icon {
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 999;
	display:none;
}
.logos {
	margin: 29px auto 0 auto;
	display: block;
}
.submit-btn {
	    font-weight: 700;
    font-size: 27px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    margin:15px auto 0 auto;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 10px 35px 15px;
    font-family: inherit;
    background: #25a8c1;
}
.secure {
	display: block;
	margin-top: 10px;
}
.submit-btn img {
	margin: 0 0 0 8px;
}
a.what {
	font-size: 16px;
    line-height: 48px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
    float: left;
}
.trm {
	    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #2d2d2d;
    position: relative;
    padding: 12px 0 0 34px;
    float: left;
    width: 100%;
}
.trm a{ color:#2d2d2d; text-decoration:underline;}
.trm input[type=checkbox] {
	    position: absolute;
    top: 14px;
    left: 10px;
    appearance: none;
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm input[type=checkbox]:checked {
	background: #f4f4f4 url(../images/tick.png) center center no-repeat;
	background-size: 90%;
}
.trm_1 span{ 
}
	


/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
        font-size: 24px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 10px 0;
    line-height: 30px;
}
.trms-sec2 p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    margin: 0px 0 10px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 0px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
    background: #25a8c1;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.ing-lft-bx img {
    max-width: 500px;
}

@media only screen and (max-width: 767px){
	.trms-sec2{ padding:10px 0 30px;}
	.tems_bg {    padding: 10px 0;}
	.trms-sec2 .top-txt{font-size: 20px;line-height: 24px;padding: 9px 0;}
	.trms-sec2 h3{font-size: 22px;line-height: 30px;}
	.trms-sec2 p, .trms-sec2 ol li{font-size: 15px;line-height: 24px;}
	.suprt-hour{font-size: 15px;line-height: 22px;letter-spacing: 0;margin-top: 10px;}
	.ing-lft-bx img{ max-width:100%;}
	}
/*----------- 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: 100%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	max-width: 600px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
	cursor: pointer;
}

