@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	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;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
.overflow{overflow:hidden;}

/*-------Top-Caption-------*/
.top-caption{
	float:left;
	width:100%;
	background:url(../images/top-caption-bg.jpg)no-repeat center top;
	background-size:cover;
	padding:20px 0;
	}
.caption-txt{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.5px;
	}
.caption-txt span{
	color:#45abcf;
	font-weight:900;
	text-transform:uppercase;
	}
	
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
    width: 100%;
    margin-bottom: 65px;
    position: relative;
    z-index: 11;
	}
.nav-sec{
	float: left;
	width: 100%;
	height: 65px;
	padding: 10px 0;
	margin-top: -65px;
	top: 65px;
	position: relative;
	-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);
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	    background: rgb(255 255 255 / 95%);
	}
	
.fixed-nav .nav-sec ul.menu-list li a {
   
}
.logo{
	float: left;
    max-width: 220px;

}		
.nav-rgt{
	float:right;
	margin-top:0;
	}		
.cartbox{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-left:15px;
	padding-right:12px;
	}		
.crt-txt-no{
    position: absolute;
    top: -12px;
    right: 0;
    color: #484848;
    font-size: 14px;
    line-height: 20px;
	font-weight:500;
	}
.cart-icn{
    display: block;
    margin: 0 auto;
	}		
		
ul.menu-list{
	float:left;
	margin:15px 0 0 70px;
	}
ul.menu-list li{
	float: left;
	border-right: 1px solid #cecece;
	}
ul.menu-list li:last-child{ border:none;}	
ul.menu-list li a{
	float:left;
    color: #333;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.3px;
	padding:0 20px;
	}	
ul.menu-list li a:hover{ color:#ee3823;}
ul.menu-list li a.active{ color:#009ee2;}

.nav-btn{
	float: right;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 155px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #00c661;
    background: -moz-linear-gradient(top, #00c661 0%, #0aa255 100%);
    background: -webkit-linear-gradient(top, #00c661 0%, #0aa255 100%);
    background: linear-gradient(to bottom, #00c661 0%, #0aa255 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c661', endColorstr='#0aa255',GradientType=0 );
    border-radius: 50px;
	margin-top:3px;
	}
a.nav-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -6px -4px 0 4px;
    width: 8px;
	}	
	
/**********SECTION-1 CSS*********/
.sec1{
	float:left;
	width:100%;
	background:url(../images/sec1-bg.jpg) center top no-repeat;
	background-size: cover;
}
/**********TOP-STRIP CSS*********/
.top-strip{
	float: left;
    width: 100%;
    background: rgba(59, 89, 199, 0.8);
    padding: 5px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.5px;
}
.top-strip span{
	color:#f9f600;
}
.sec1-inr{
	    float: left;
    width: 100%;
    padding: 70px 0;
}
.sec1-lft{
	float:left;
	width:65.81%;
	text-align:left;
	position:relative;
}
.sec1-lft h3{
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	color: #005abf;
	margin-bottom: 5px;
}
.sec1-lft h2{
	font-size: 56px;
	line-height: 68px;
	font-weight: 700;
	color: #1f3567;
	font-family: "Playfair Display", serif;
}
.sec1-lft h2 span{
	color:#005abf;
}
.s1-txt1{
	color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    border-top: 1px solid #a9c4df;
    border-bottom: 1px solid #a9c4df;
    padding: 5px;
    display: inline-block;
    margin: 20px 0;
}
.s1-txt1 span{
	padding:0 5px;
}
.s1-txt1 span::before{
	content:'';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #1f3567;
	border-bottom: 8px solid transparent;
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
}
.s1-txt1 span:last-child:after{ display:none;}
.sec1-prd{
	position: absolute;
	right: 10px;
	top: 200px;
	max-width: 310px;
}
ul.sec1-list{
	    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
	margin-top:10px;
}
ul.sec1-list li{
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	/* margin: 10px 0; */
	position: relative;
	padding-left: 40px;
	text-align: left;
	width:100%;
}
ul.sec1-list li img{
	position:absolute;
	left:0;
	top:0;
}
ul.sec1-list li:last-child{margin-bottom:0}
.s1-sticker {
    position: absolute;
    right: 130px;
    top: 438px;
    width: 60px;
}

.btn-bx {
    display: inline-block;
    max-width: 410px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.btn-bx p {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: center;
}
.comn-btn {
    width: 100%;
    background: #00c661;
    background: -moz-linear-gradient(top, #00c661 0%, #0aa255 100%);
    background: -webkit-linear-gradient(top, #00c661 0%, #0aa255 100%);
    background: linear-gradient(to bottom, #00c661 0%, #0aa255 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c661', endColorstr='#0aa255',GradientType=0 );
    position: relative;
    text-align: center;
    font-size: 24px;
    line-height: 62px;
    font-weight: 600;
    color: #fff;
    height: 68px;
    border-radius: 50px;
    overflow: hidden;
    outline: none;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-top: 8px;
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 20px;
}

.pnt-to {
}

/**********SECTION-1 STRIP CSS*********/
.sec1-strip{
	float:left;
	width:100%;	
	padding:25px 0;
	border-bottom:1px solid #e3e3e3;
}
ul.strip-list{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
}
ul.strip-list li{
	display:inline-block;
	position:relative;
	padding-left:50px;
	text-align:left;
	font-size:17px;
	line-height:24px;
	color:#4b4b4b;
	padding-right:15px;
}
ul.strip-list li:last-child{padding-right:0;}
ul.strip-list li img{
	position:absolute;
	left:0;
	top:0;
	width:40px;
}
ul.strip-list li h3{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #251c1c;
}

/**********SECTION-2 CSS*********/
.sec2{
	float:left;
	width:100%;
	padding:50px 0 60px;
}
.comn-hdg{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.comn-hdg h3{
	font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: #1f3567;
    font-family: "Playfair Display", serif;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-transform: capitalize;
}
.comn-hdg p{
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-top: 10px;
	text-transform: capitalize;
}
.comn-hdg-img{
	margin-top:10px;
}
.comn-txt{
	font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    display: inline-block;
	vertical-align: middle;
    max-width: 90%;
}
ul.s2-left-list {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    row-gap: 10px;
    margin-top: 30px;
    column-gap: 20px;
}

ul.s2-left-list li {
    float: left;
    width: 12%;
    font-size: 17px;
    line-height: 28px;
}

.s2-icon {
    display: block;
    margin: 0 auto 10px;
	width: 90px;
}
.sec2 .comn-hdg h3{}
.sec2 .comn-hdg p{}
.sec2 .comn-txt{}

ul.sec2-list{
	float:left;
	width:100%;
	margin-top:20px;
}
ul.sec2-list li{
	width:16%;
	float:left;
	border:1px solid #e70000;
	text-align:center;
	margin-right:0.8%;
	overflow:hidden;
}
ul.sec2-list li:last-child{margin-right:0;}
ul.sec2-list li img{
	float:left;
}
ul.sec2-list li h3{
	float:left;
	width:100%;
	background:#e70000;
	font-size:18px;
	line-height:22px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	padding:5px 0;
}

.btm-txt{
	float:left;
	width:100%;
	background:url(../images/sec2-btm-txt-bg.png) center top no-repeat;
	font-size:24px;
	line-height:30px;
	font-weight:600;
	color:#005abf;
	height:165px;
	padding-top:75px;
	margin-top:30px;
}
/**********SECTION-3 CSS*********/
.sec3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
}
.vid-sec{
	    display: inline-block;
    width: 640px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	}
.vid-sec img{
	    width: 100%;
    /* height: 100%; */
    vertical-align: middle;
    display: inline-block;
	}
	
ul.sec3-list{
	float:left;
	width:100%; 
	margin-top:20px;
}
ul.sec3-list li{
	float: left;
    width: 31%;
    vertical-align: top;
    font-size: 18px;
    line-height: 26px;
    color: #3e3e3e;
}
ul.sec3-list li img{
	display:block;
	margin:0 auto 10px;
}
ul.sec3-list li h3{
	color: #2e3267;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

ul.sec3-list li:nth-child(2){
	margin:0 3.5%;
	position:relative;
}
ul.sec3-list li:nth-child(2):before{
	content:'';
	height:69px;
	width:1px;
	background:#acbdd1;
	position:absolute;
	left:-15px;
	top:40px;
}
ul.sec3-list li:nth-child(2):after{
	content:'';
	height:69px;
	width:1px;
	background:#acbdd1;
	position:absolute;
	right:-15px;
	top:40px;
}

/**********SECTION-4 CSS*********/
.sec4{
	float: left;
    width: 100%;
    padding:50px 0 60px;
    background: url(../images/sec4-bg.jpg) center top no-repeat;
    border-top: 1px solid #e9e9e9;
}
.sec4-prd{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
    width: 280px;
}
ul.sec4-list-1{
	float:right;
	text-align:right;
	width:100%;
	margin:50px 0;
}
ul.sec4-list-1 li{
	width:420px;
	position:relative;
	color:#3e3e3e;
	font-size:18px;
	line-height:28px;
	margin-top:40px;
}
ul.sec4-list-1 li h3{
	color: #2e3267;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 30px;
}
ul.sec4-list-1 li:nth-child(odd){
	float:left;
	text-align:right;
	padding-right:75px;
}
ul.sec4-list-1 li:nth-child(odd) img{
	position:absolute;
	right:0;
	top:0px;
}
ul.sec4-list-1 li:nth-child(even){
	float:right;
	text-align:left;
	padding-left:75px;
}
ul.sec4-list-1 li:nth-child(even) img{
	position:absolute;
	left:0;
	top:0px;
}

.sec4 h2{
	font-size:36px;
	line-height:40px;
	color:#005abf;
	font-weight:bold;
	letter-spacing:1px;
	margin:40px 0 20px;
	float:left;
	width:100%;
}
ul.sec4-list-2{
	float:left;
	width:100%;
}
ul.sec4-list-2 li{
	float:left;
	width:19%;
	margin:0 0.5%;
}
ul.sec4-list-2 li img{
	margin:0 auto;
	display:block;
}
ul.sec4-list-2 li p{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#2e3267;
	border-right:1px solid #a4a4a4;
}
ul.sec4-list-2 li:last-child p{border-right:none;}

/***********************************/
/*=============order-section===============*/
.order-section{
	float: left;
	width: 100%;
	padding: 50px 0 60px;
	background: #fbfbfb;
	}	
.order-section .common-head1{ width:100%; text-align:center; border:none;}
.order-section .common-para{ width:100%;}
.pck-sec{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    row-gap: 20px;
    column-gap: 20px;
    padding: 0 0px;
	}
.pck-bx{
    background: #ffffff;
    width: 31.50%;
    overflow: hidden;
    padding: 15px 20px 25px;
    text-align: center;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
    float: left;
    box-shadow: 6px 6px 6px #d2d2d2;
    border: 1px solid #d2d2d2;
	}
.pck-bx2{
	
	}
.pck-bx:hover{
/*	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	transform: scale(1.02);
    -webkit-transform: scale(1.02);*/
	}
.pkg-value{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    padding: 0px 0 10px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 500;
	}
.pck-bx2 .pkg-value{
	width: calc(100% + 20px);
    margin-left: -10px;
}
.btl-qty{
	    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
	}
.btl-qty span{ font-weight: 400; font-size: 20px; display: block; line-height: 28px;}
.pck-prd{
	    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
    background: #edf5ff;
    padding: 10px;
	}
.pkg-selct-col{
	float: left;
    width: 100%;
    height: auto;
    padding-top: 0;

	}
p.sel-pck {
    float: left;
    padding: 10px 15px;
    font-size: 20px;
    color: #000;
    width: 100%;
    text-align: left;
}
.product-col .pkg-selct-col{
	opacity:1;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	display:block;
	}
.product-col  .prod-txt{ text-align:left;  padding: 10px 20px;}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    background: #e8e8e8;
    border-bottom: 1px solid #fff;
	}
.buyOpt-row:hover{ background: rgba(10, 101, 144, 0.5); color: #fff;}
.buyOpt-row:hover .packageOpt p{color: #fff;}
.packageOpt {
	float: left;
	text-align: left;
	position: relative;
	padding:0 0 0 30px;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
	left: 0;
	top:4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #333;
	}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #333;
	}
.packageOpt p {
	color: #0e0e0e;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
	}
.packageOpt p:hover{ color:#fff;}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	}
.pck-prd-img{
	    display: inline-block;
    vertical-align: top;
    max-width: 280px;
    width: 100%;
	}
.pck-seal{
	position:absolute;
	right:0;
	top:-15px;
	}
.mob-pck-rgt {
        float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    column-gap: 20px;
}
.mob-pck-rgt .comn-btn {
	margin-top: 20px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
}
.pck-prc{
        font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #0e0e0e;
    margin: 10px 0 0;
}
.pck-prc span {
    font-size: 20px;
    line-height:20px;
    font-weight: 500;
	}
.rtlprc {
	font-size: 19px;
	line-height: 30px;
	letter-spacing:0.5px;
	color: #3d3d3d;
	margin-top:15px;
	}
.rtlprc span{
	font-size:24px;
	font-weight:500;
	}
.strikeout {
	position: relative;
	}
.strikeout::after {
	border-bottom: .1em solid red;
	content: "";
	left: -5px;
	margin-top: calc(0.125em/2 * -1);
	position: absolute;
	right: -8px;
	top: 54%;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	}
.freeshpng{
	    font-size: 18px;
    line-height: 20px;
    color: #009ee2;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
    width: 60%;
    float: left;
    padding: 0px 0 0 34px;
    text-align: left;
	}
.freeshpng img {
    position: absolute;
    max-width: 30px;
    left: 0;
    top: -5px;
}
.freeshpng span{
	color:#f58833;
	}

.pkg-btn{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-top:30px;
	}
.pck-bx2 .pkg-btn{ margin-top:15px;}
.pck-sec .odr-btn {
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    width: 70%;
    font-size: 22px;
}
.pck-cards {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
	}
/*========Section-5========*/
.sec5{
	float:left;
	width:100%;
	background:#f4f1f0;
	padding:60px 0 80px;
	}
.s5-left{
	float:left;
	width:38%;
	}
.select-section__slider{
	float:left;
	width:100%;
	position:relative;
	}
.s5-rgt{
	float:left;
	width:100%;
}
.s5-rgt .commn-hdg{}
/*==================*/
.package-container{
	float:left;
	width:100%;
	margin:65px 0 0 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	row-gap: 20px;
	}
.package-box{
	width: 32%;
    border: 2px solid #e3e3e3;
    background: #ffffff;
    cursor: pointer;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	}
.package-box.active{
	border: 2px solid #3b1f12;
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	}
.mkg-mdl{
	padding:30px 10px 26px;
	float: left;
    width: 100%;
	}
.offr-lbl {
    font-size: 23px;
    line-height: 37px;
    background: #e8901d;
    color: #fff;
    padding: 0 0px;
    position: absolute;
    width: 70%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 37px;
}

.offr-lbl:before, .offr-lbl:after {
	content: "";
    position: absolute;
    left: -20px;
    top: 0;
    background: url(../images/offr-lbl-icn1.png) no-repeat left top;
    height: 37px;
    width: 21px;
}
.packg-2 .offr-lbl:before, .packg-2 .offr-lbl:after{
	background: url(../images/offr-lbl-icn2.png) no-repeat left top;
}

.offr-lbl:after {
    left: auto;
    right: -20px;
    transform: scale(-1);
}
.packg-2 .offr-lbl {
    background: #bcb806;
}
.pkg-prod{
	display:block;
	margin:0 auto 8px;
	max-width:100%;
	}
.pkg-bottle{
	font-size: 30px;
    line-height: 35px;
    color: #000000;
    float: left;
    width: 100%;
    font-weight: 700;
	margin: 0 0 20px;
	}
.rglr-prc{
	font-size: 54px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    margin-top: 13px;
    float: left;
    width: 100%;
	}
.s5-rgt .btn-bx{ max-width: 280px; margin-top: 10px;}
.s5-rgt .commn-btn{padding: 15px 0;font-size: 20px;line-height: 20px;}

.pkg-card {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 0;
}
.shp-txt {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    margin: 10px 0 0 0;
}

.shp-txt img {
    display: inline-block;
    vertical-align: middle;
    max-width: 31px;
    margin: -3px 1px 0 0;
}
.addToCut {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 23px;
    line-height: 24px;
    padding:20px 10px;
    background: #11a958;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top:10px;
	transition: all 0.3s;
	}

/**********SECTION-6 CSS*********/
.sec6{
	float:left;
	width:100%;
	padding:70px 0;
}
.sec6-prd{
	margin-top:50px;
}
ul.sec6-list{
	width:57.26%;
	float:right;
	text-align:left;
	padding-right:90px;
	margin-top:30px;
}
ul.sec6-list li{
	font-size: 18px;
    line-height: 28px;
	color:#3e3e3e;
	position:relative;
	min-height:86px;
	padding-left:125px;
	margin-bottom:20px;
}
ul.sec6-list li img{
	position:absolute;
	left:0;
	top:0;
}
ul.sec6-list li h3{
	    color: #1f3567;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.sec6 .comn-btn{
	margin-top:10px;
}

	
/*========Section-9========*/
.sec9{
	float:left;
	width:100%;
	padding:50px 0;
	background: #f9f9f9;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	text-align:left;
	padding:0 10px;
	margin-top:20px;
	}
.up-slide-dwn{
	float:left;
    width:100%;
    background:#fff;
	border-radius:10px;
	-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);
	margin-top:20px;
	}
.accordion{
	float:left;
    width:100%;
    text-align:left;
    background:url(../images/open-btn.png) no-repeat right 25px center;
    padding:22px 50px 20px 30px;
	color:#1f1f1f;
    font-size:20px;
    line-height:28px;
    font-weight:bold;
    cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/close-btn.png) no-repeat right 25px center;
	}
.acdn-content {
	float:left;
    width:100%;
	border-top:1px solid #ddeaee;
    padding:20px 20px 10px 30px;
	}
.acdn-para{
	float:left;
    width:100%;
	color:#1f1f1f;
    font-size:17px;
    line-height:26px;
	letter-spacing:0.3px;
	margin-bottom:20px;
	}
ul.acdn_list{
	float:left;
	width:100%;
	margin:-5px 0 20px;
	padding-left:50px;
	}
ul.acdn_list li{
	float:left;
	width:100%;
	position:relative;
	font-size:15px;
	line-height:22px;
	color:#000;
	font-weight:400;
	text-align:left;
	list-style:disc;
	margin-top:10px;
	}
.s9_additionalBx{
	float:left;
	width:100%;
	margin-top:50px;
	}
.additional_head{
	float:left;
	width:35%;
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:600;
	text-align:left;
	padding-bottom:15px;
	border-bottom:1px solid #d5d5d5;
	}
ul.s9_addit_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s9_addit_list li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	text-align:left;
	padding-left:22px;
	position:relative;
	margin-top:10px;
	text-transform: uppercase;
	}
ul.s9_addit_list li:after{
	position:absolute;
	left:0;
	top:11px;
	content:"";
	width:6px;
	height:6px;
	background:#000000;
	border-radius:50%;
	}
	
/*=====footer-Section======*/
.footer-sec{
	float:left;
    width:100%;
	background:#fff;
	padding:35px 0 40px;
	border-top:1px solid #f7e0de;
	}
.ftr-row{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
	}
.ftr-col1{
	float:left;
    width:48%;
	text-align:left;
	
	}
.ftr-desc {
    float: left;
    width: 100%;
}
.desc-txt {
        float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0 20px 0;
}


.ftr-logo{display:block; max-width: 170px;	}
.ftr-col1-txt{
	color:#fff;
	font-size:16px;
	line-height:22px;
	margin-top:10px;
	}
.ftr-col2{
	float: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
	column-gap:15px;
	row-gap:10px;
	}
.ftr-col2:last-child{    
	margin-right: 0;
    width: 100%;
    flex-wrap: wrap;
}
.ftr-col-hdg{
	float:left;
    width:100%;
	color:#333;
	font-size:22px;
	line-height:32px;
	font-weight:600;
	margin:15px 0 5px;
	}
.ftr-col2:last-child .ftr-col-txt{width:100%;}
.ftr-col-txt{
	color: #333;
	font-size: 18px;
	line-height: 28px;
	}

/*========footer==========*/
.footer{
    float:left;
    width:100%;
	background:#fbfbfb;
	}
.ftr-bx{
	float:left;
    width:100%;
	border-top:1px solid #3b1f12;
	padding:15px 0;
	}
.ftr-txt{
	color:#333;
	font-size:18px;
	line-height:22px;
	letter-spacing:0.5px;
	}

/**************************/
.suprt-phn{
	float:left;
	width:100%;
	font-size:34px;
	line-height:34px;
	color:#009ee2;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:22px;
	}
.suprt-hour{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#585858;
	font-weight:500;
	letter-spacing:0.3px;
	margin-top:20px;	
	}	
.suprt-hour img{
	display:inline-block;
	vertical-align:middle;
	margin:-9px 5px 0 0;
	}	
.cntctBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:845px;
	background:#f2fbff;
	padding:30px 55px 40px;
	position:relative;
	border-radius:10px;
	margin-top:45px;
	border:2px solid #fff;
	
	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);
	}
.msgbx-txt{
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 28px;
    color: #ee3823;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
	}
.msg-frmfild{
	float:left;
	width:100%;
	height:45px;
	border:1px solid #d4dbe3;
	padding:5px;
	margin-top:15px;
	background:#fff;
	text-align:left;
	position:relative;
	z-index:2;
	}
.msg-frmfild input,.msg-frmfild textarea{
	float:left;
	width:100%;
	height:100%;
	font-size:16px;
	color:#000;
	outline:none;
	border:none;
	font-family: inherit;
	font-weight:300;	
	padding-left:20px;
	-webkit-appearance:none;
	}
.fld-hlf{ width:48%;}	
.msg-areafild{
	height:100%;
	min-height:100px;
	padding-top:15px;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:100px;
	resize:none;
	}
.submit-btn{
    width: 100%;
    max-width: 300px;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    overflow: hidden;
    margin-top: 24px;
	}
		


.support-sec2 .accordion{ 
	background:none; 
	}
.support-sec2 .acdn-content{ position:relative;}	
.doshingBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	border-radius:3px;
	margin:40px 0 0;
	}
.doshingBox .accordion{ padding:5px 0 12px;}	
.doshingBox .acdn-content{ padding-top:12px;}	
.s-img{ float:left; max-width:100%; margin-top:10px;}
.mnybk-seal{
	position:absolute;
	top:70px;
	right:0;
	}
.acdn-pad{ padding-right:100px;}
.dose-bnr-img{
	position:absolute;
	top:50px;
	right:0;
	}
.faq-btn{
	float:left;
	margin:0 0 8px;
	}	
.btm-0{ margin-bottom:0;}	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.commn-hdg{font-size: 42px; line-height: 52px;}

/*-----------------------
CSS FOR SEC 1
-------------------------*/
.sec1-lft h2{font-size:54px; line-height:54px;}
.sec1-prd{right:0;}
/*-----------------------
CSS FOR BAR
-------------------------*/
 ul.strip-list li{padding-right:20px; font-size:17px; line-height:19px; padding-left:38px;}
ul.strip-list li h3{font-size:17px; line-height:19px; margin-bottom:5px;} 
/*-----------------------
CSS FOR SEC 2
-------------------------*/
.sec2 .comn-txt{padding:0;}
ul.sec2-list li h3{font-size:15px;}

/*-----------------------
CSS FOR SEC 3
-------------------------*/
ul.sec3-list li:nth-child(2){padding:0 10px;}

.approve-bx{margin-top:30px;}
ul.s6-list li{width:19%;}
.s6-list-hdg{font-size: 22px; line-height:22px;}

.ftr-col1{width:48%; margin-right:60px;}
.desc-txt{font-size: 15px;line-height: 24px;}
.ftr-col2{margin-right:33px;}
.ftr-col-txt{font-size:17px; line-height:25px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

/*=====Menu-CSS========*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:5px;
    top: 23px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:66px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}

.top-caption{padding:14px 0 13px;}
.caption-txt{font-size:15px; line-height:15px;}

.top-fix-bar{margin-bottom:65px;}
.header{height:65px; margin-top:-65px; top:65px;}
.logo{width:150px; margin-top:12px;}

.bnr-sec{ background-size:cover;}
.bnr-hdg{font-size: 50px; line-height: 60px;}
.bnr-para{width: 100%; font-size: 17px; line-height: 26px;  padding-top: 15px; margin-top: 0;}
.prd-btn-bx{margin-top:25px;}

.bnr-rgt:after{width:415px; height:630px;}

/*-----------------------
CSS FOR SEC 1
-------------------------*/
.sec1{height: 528px;background-size: 1680px;}
.top-strip{font-size:18px; line-height:24px;}
.sec1-lft h3{font-size:24px;line-height:28px;}
.sec1-lft h2{font-size:40px;line-height:40px;}
.sec1-prd{width:230px; right:-40px;}
.s1-txt1{font-size:21px; line-height:21px; margin:10px 0 0;}
ul.sec1-list{padding:5px 0;}
ul.sec1-list li{font-size: 20px;margin: 5px 0;}
.comn-btn{font-size:25px;}
.comn-btn p{letter-spacing:1px;}
.btn-img{width:270px;}

/*-----------------------
CSS FOR BAR
-------------------------*/
.logos-strip img{width:360px;}
	
/*-----------------------
CSS FOR SEC 2
-------------------------*/
ul.sec2-list li h3{font-size:12px; line-height:14px;}

/*-----------------------
CSS FOR SEC 3
-------------------------*/
.sec3 {padding: 50px 0; background-size:cover; height:auto;}
.sec3-lft{width:480px; padding-top:0;}
ul.sec3-list li{font-size:19px; line-height:23px; margin:5px 0; width:33%;}
ul.sec3-list li:nth-child(2){padding:0 5px; margin:0 0.5%;}
.sec3-prd{width:330px; top:340px;}
.comn-hdg h3{font-size:34px; line-height:36px;}
    .comn-txt {max-width:100%}
.comn-hdg p{font-size:26px; line-height:28px;}
.sec3-lft .comn-btn{margin-bottom:0;}
.vid-sec{padding-bottom:47%;}

.ingredient-col{ justify-content: center;}
.ingredent-prod img{ height:100px;}
.ing-about{width:100%; padding: 15px 0 0; text-align:center;}

.sec5{padding:40px 0;}	
.package-container{margin-top: 50px;}
.offr-lbl{font-size: 19px;}
.pkg-bottle{font-size: 25px;line-height: 30px; margin-bottom: 15px}
.rglr-prc{font-size: 34px;line-height: 42px;}
.package-box{ width:32%;}
.packg-1 {margin-top: 0px;}

.sec9{padding:40px 0;}	
.faq-container{margin-top:10px;}

.footer-sec{padding:30px 0;}
.ftr-col1{margin-right: 20px;}
.ftr-logo{width:140px;}
.ftr-col2{width:24%; margin-right:10px;}
.ftr-col-hdg{font-size:22px;}
.ftr-col-txt{font-size:15px; line-height:23px; margin-top:10px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.commn-hdg{font-size: 28px; line-height: 34px;}
.sub-head{letter-spacing: 0.2px;font-size: 17px;line-height: 27px;margin: 2px 0 0px;}
.commn-para{}
.btn-bx{margin: 20px auto 0;max-width: 280px;}
.btn-bx p{font-size: 15px;letter-spacing: 2px;}
.commn-btn, .mob-pck-rgt .commn-btn{font-size:21px; line-height:21px; padding:19px 0;}
.btn-arw{margin:-3px 0 0 8px;}

.top-caption{background: url(../images/top-caption-bg-mob.jpg)no-repeat center top; background-size:cover; padding:13px 0;}
.caption-txt{font-size:13px; line-height:14px;}

.top-fix-bar{margin-bottom:55px;}
.header{height:55px; margin-top:-55px; top:55px; background:#fff;}

.bar1, .bar2, .bar3{ background:#000;}
.dl-active .bar1, .dl-active .bar3{ background:#000;}

.mobilemenu{top:55px;}
.mobimenu-top{top:55px;}	
.mob-mnu-ic{right:15px; top:17px;}

/*-----------------------
CSS FOR SEC 1
-------------------------*/
	.sec1{height:auto;background:#f7fbfe;}
	.sec1 .container{padding:0;}
	.sec1-inr{padding: 0;}
	.sec1-lft{width:100%;text-align:center; padding: 15px 0 25px;}
	.sec1-lft h2{font-size:30px;line-height:36px;}
	.sec1-lft h3{font-size:18px;line-height:26px;}
	.s1-txt1{margin-top:0; width:100%; font-size: 14px;}
	.s1-txt1 span::before{margin-right: 5px;border-top: 6px solid transparent;border-left: 6px solid #1f3567;border-bottom: 6px solid transparent; margin-top: -2px;}
	.s1-txt1 span {padding: 0 2px;}
	ul.sec1-list{float:none; width:auto; display:inline-block; padding-bottom: 0;}
	ul.sec1-list li{margin: 10px 0;font-size: 16px;line-height: 22px;padding-left: 30px;}
	.sec1-mob-img{max-width:100%;margin-top:10px;}
	.sec1-prd{display:none;}
	.comn-btn {font-size: 22px;line-height: 50px;height: 50px;}
	.mob-cards{display:none; margin:15px auto;}
	.comn-hdg-img{margin:10px auto 0;}
	.comn-txt{font-size: 16px;line-height: 24px; margin-bottom: 10px;}
	
	/****************************/
	.sec2{padding:25px 0;}
	ul.s2-left-list{column-gap: 0;justify-content: space-between;margin-top: 10px;}
	ul.s2-left-list li{width: 33%;font-size: 14px;line-height: 24px;}
	.s2-icon{width: 60px; margin-bottom: 5px;}

/*-----------------------
CSS FOR BAR
-------------------------*/
	ul.strip-list{}
	ul.strip-list li{width: 49%;padding: 0;font-size: 16px;line-height: 24px;text-align: center;}
	ul.strip-list li img{display: block;margin: 0 auto; position: static}

/*-----------------------
CSS FOR SEC 2
-------------------------*/
	ul.sec2-list li{width:170px; margin-bottom:10px; float:none; display:inline-block; margin-right:0;}
	ul.sec2-list li h3{font-size:16px; line-height:20px;}
	.btm-txt{height:auto;}
	.comn-hdg{margin-bottom:10px;}
	.comn-hdg h3 {font-size: 26px;line-height: 34px;}
	.comn-hdg p{font-size: 16px;line-height: 26px;margin-top: 5px;letter-spacing: -0.2px;}
	

/*-----------------------
CSS FOR SEC 3
-------------------------*/
	.sec3{padding: 25px 0;}
	ul.sec3-list li h3{font-size: 18px;line-height: 26px;margin-bottom: 5px;}
	ul.sec3-list li,ul.sec3-list li:nth-child(2){width: 100%;margin: 0 0 10px;font-size: 16px;line-height: 24px;}
	ul.sec3-list li:nth-child(2):before, ul.sec3-list li:nth-child(2):after{display:none;}
	 .vid-sec {padding: 0px;width: 100%;}
	.vid-sec img{}
	ul.sec3-list li img{margin-bottom:5px;}
	
	.sec4{padding:25px 0 30px;}
	.s4-inner{margin-top: 20px;}
	.s4-model{width: 100%}
	.s4-lst{width: 100%; row-gap: 15px; margin-top: 20px;}
	.s4-lst:before{left: 15px;bottom: 100px;}
	.s4-lst li{font-size: 15px;line-height: 24px; padding-left: 50px;}
	.s4-lst li span{font-size: 20px;line-height: 26px;}
	.s4-lst li p{width: 30px;height: 30px; font-size: 16px;line-height: 25px; padding: 0;}
	.sec4-prd{position: static;transform: translateX(0);}
	ul.sec4-list-1{margin: 10px 0 0 0px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-wrap: wrap;justify-content: center;row-gap: 10px;}
	ul.sec4-list-1 li, ul.sec4-list-1 li:nth-child(odd), ul.sec4-list-1 li:nth-child(even) {margin: 0;text-align: center;padding: 0;font-size: 16px;line-height: 24px;}
	ul.sec4-list-1 li:nth-child(odd) img, ul.sec4-list-1 li:nth-child(even) img{position: static;margin: 0 auto 0px;}
	ul.sec4-list-1 li h3{font-size: 20px;line-height: 26px;}

.sec5{padding:30px 0;}
.package-container{margin-top: 40px;}
.package-box{width: 100%; }
.packg-2{margin-top: 20px;}
.s5-left{width:100%;}
.mkg-mdl {padding: 25px 15px 15px 15px;}
.pkg-bottle {font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.rglr-prc {font-size: 32px;line-height: 36px;margin-top: 5px;}
.per-txt{font-size: 12px;line-height: 14px;margin-top: 0;}
.shp-txt{font-size: 15px;line-height: 25px; margin-top: 5px}

	.sec9{padding:25px 0;}
	.faq-container{padding:0 0; margin-top:5px;}
	.accordion{background-position:right 25px center; padding:15px 45px 15px 15px; font-size:17px; line-height:27px;}
	.acdn-content{padding:15px 20px 10px 15px;}
	.up-slide-dwn{margin-top: 10px;}
	.acdn-para{font-size:16px; line-height:24px; margin-bottom:10px;}
	ul.acdn_list{ padding-left:25px;}

.s9_additionalBx{ margin-top:35px;}
.additional_head{ width:100%; font-size:20px; line-height:26px;}
ul.s9_addit_list li{ font-size:16px; line-height:20px;}
ul.s9_addit_list li:after{ top:8px;}

.footer-sec{padding:25px 0;}
.ftr-logo{margin:0 auto;}
.ftr-col1{width:100%; margin-right:0;}
.ftr-col1-txt{font-size:16px; margin-top:10px;}
.ftr-col2, .ftr-col2:last-child{width:100%; margin-right:0; row-gap: 5px; flex-wrap: wrap;}

.ftr-col3{width:50%;}
.ftr-col4{width:50%;}
.ftr-col-hdg{font-size:18px; line-height:26px; margin:18px 0 5px;}
.ftr-desc .ftr-col-hdg {margin-top: 0;}
.ftr-col-txt{font-size:15px; line-height:25px; margin-top:0;}
	

.ftr-bx{padding:20px 0;}
.ftr-txt{float:none;}
.ftr-txt{font-size:14px; line-height:20px;}
ul.social_link{float:none; display:inline-block; vertical-align:middle;margin-top:20px;}

}



/*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: 700;
    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: #3b59c7;
    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%;
	text-align: center;
	padding: 20px 0;
}
.ing-lft-bx img {
    max-width: 500px;
}

@media only screen and (max-width: 767px){
	.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_row{
	position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    overflow: auto;
	}
.pop-content {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.leave_popup{
	width:100%;
    max-width: 700px;
	margin:0 auto;
	border:2px solid #6eb1c8;
	position:relative;
	background:#ffffff;
	padding:30px 40px;
	text-align:center;
	}
.closeBtn{
	color:red;
	font-size:20px;
	position:absolute;
	right:0;
	top:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#6eb1c8;
	color:#fff;
	width:27px;
	height:27px;
	line-height:28px;
	text-align:center;
	cursor:pointer;
	}
.pop-logo{
	display:block;
	margin:0 auto 20px;
	width:140px;
	}
.pop_heading{
	font-size:44px;
	line-height:46px;
	color:#000;
	font-weight:bold;
	}
.pop_text{
	font-size:22px;
	line-height:30px;
	color:#030303;
	font-weight:600;
	margin-top:18px;
	letter-spacing: 0.3px;
	}
.pop_text span{
	color:#2f7d97;
	}
.pop_text2{
	font-size:13px;
	line-height:18px;
	color:#030303;
	margin-bottom:18px;
	letter-spacing: 0.2px;
	text-align:left;
	}
.pop_text2 a{
	text-decoration:underline;
	}
.pop__frmbox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:570px;
	margin-top:20px;
	}
.pop-field{
	float:left;
	width: 100%;
    height: 65px;
    background: #fff;
    font-size: 17px;
    line-height:65px;
    padding: 0 15px;
    color: #000000;
    font-family: inherit;
    box-shadow: 0 1px 9px 0 rgba(0,0,0,0.1);
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-appearance: none;
	border-radius:7px;
	letter-spacing: 0.5px;
	}

.active_button{
	float:left;
    width: 100%;
    font-family: inherit;
    font-weight: 600;
    outline: none;
    letter-spacing: 0.5px;
    padding:15px 15px 14px;
    font-size: 16px;
	line-height:21px;
    margin-top:18px;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    outline: none;
    color: #fff;
    background: #0cc34d;
	border-radius:7px;
	text-align:center;
	}
.active_button span{
	font-size:26px;
	text-transform:uppercase;
	font-weight:900;
	}
.full-prc-btn{
	float:left;
    width: 100%;
    font-weight: bold;
	font-size: 20px;
	line-height:25px;
    margin-top:20px;
	border:2px solid #000;
	color:#000;
	padding:17px;
	border-radius: 7px;
	text-transform: uppercase;
	}


@media only screen and (max-width:700px){

.leave_popup{ width:94%; max-width:400px; padding:15px 15px; background:#fff;}
.pop-content{padding: 15px 0;}
.pop-logo {margin: 0 auto 10px;width: 100px;}
.pop_heading {font-size: 30px;line-height: 30px;}
.pop_text {font-size: 20px;line-height: 26px;margin-top: 12px;}
.pop__frmbox{ margin-top:15px;}
.pop_text2 { font-size: 11px;line-height: 16px;}
.pop-field{ height:60px; line-height:60px;}
.active_button{ padding: 13px 15px 12px;font-size: 15px; line-height: 20px;}
.active_button span {font-size: 22px;}
.full-prc-btn{font-size: 18px;line-height: 25px; margin-top: 15px;padding: 15px;}

}

/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
	0% {transform: scale(0.9);}
	50% { transform: scale(1);}
	100% { transform: scale(0.9);}
	}
@-webkit-keyframes pulse {
	0% {-webkit-transform: scale(0.95);}
	50% { -webkit-transform: scale(1);}
	100% { -webkit-transform: scale(0.95);}
	}
	
.animate-box1,.animate-box2{
	animation-name: pulse2;
	-webkit-animation-name: pulse2;
    animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse2 {
    0% {transform: scale(1)}

    50% {transform: scale(1.05)}

    100% { transform: scale(1)}
}
.animate-box2{animation-delay: .8s;}

.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
 	}	
@-webkit-keyframes blinker {
	from {opacity: 1.0;}
	to {opacity: 0.0;}
	}	