@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto; max-width:100%}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins.woff2') format('woff2'),
        url('Poppins.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    
    src: url('CenturyGothic-Bold.woff2') format('woff2'),
        url('CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #e0b2a5;
    padding:5px 0;
	text-align:center;
	}
.top_strip_text1{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
.top_strip_text2{
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 10px;
	}
.top_strip_text2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	}

	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	margin-top: -80px;
    position: relative;
    top:80px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo{
	float: left;
    margin-top: 10px;
    max-width: 175px;
}
ul.mainMenu{
	display: inline-block;
	margin-top: 34px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	border-right:1px solid #6a6a6a;
	}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#484848;
	font-size:17px;
	line-height:17px;
	letter-spacing:0.3px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{}

#cart_btn{
	float:right;
	margin:20px 15px 0 0;
	position:relative;
	width:140px;
	height:42px;
	border: 1px solid #04d36f;
	}
#cart_btn p{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:42px;
	color:#484848;
	padding:0 5px;
	}
.cart-ic{ 
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
	}
#cart_btn span{
	position: absolute;
    right: 0;
    width:35px;
    text-align: center;
    font-size:18px;
    line-height:28px;
	color:#484848;
	padding:7px;
	border-left:1px solid #ffd790;
	top:0;
	bottom:0;
	height:100%;
	}
a.header-btn {
    float: right;
    width: 140px;
    font-size: 16px;
    color: #ffffff;
    height: 42px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.3px;
	background: #04d36f;
    margin-top: 20px;
}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:33px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 2px;
	background-color: #555555;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 5px);
	transform: rotate(-45deg) translate(-8px, 5px);
	background:#555555;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6.5px, -3.5px);
	transform: rotate(45deg) translate(-6.5px, -3.5px);
	background:#555555;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:110px;
	background:#fff;
	z-index:9999;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:16px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*-----------------------
		BANNER CSS
------------------------*/
.banner-section{
	float:left;
	width:100%;
	height:735px;
	background:url(../images/banner-bgr.jpg) no-repeat center top;
	overflow:hidden;
	background-size:cover;
	}
.banner-left{
	float: left;
    width: 57%;
    text-align: left;
    padding: 60px 0 0px;
	}
.banr-heading{
	float: left;
    width: 100%;
    font-size: 56px;
    line-height: 68px;
    color: #000;
    font-weight: 700;
    margin-top: 0;
	}
.bnr-para{
	display:inline-block;
	vertical-align:top;
    width:90%;
    font-size:18px;
    line-height:30px;
    color: #000000;
    font-weight:400;
    margin-top: 20px;
    position: relative;
	}
.btn-box{
    display: inline-block;
    vertical-align: middle;
    margin-top:38px;
    text-align: center;
    width:425px;
	max-width:100%;
	}
.banner-left .btn-box{ margin-top:28px;}	
a.packageBtn{
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 40px;
    height:70px;
    overflow: hidden;
    color: #fff;
    font-size:24px;
    line-height:70px;
    position: relative;
    font-weight: 500;
    background: #09d552;
	}
.stock-txt{
	float: left;
    width: 100%;
    color: #000;
    font-size: 17px;
    margin-top:8px;
    font-weight: 400;
    letter-spacing: 0.3px;
	display: flex;
    align-items: center;
	}
.stock-txt::before, .stock-txt::after {
	flex: 1;
	content: '';
	padding:0.7px 0;
	background:#ebe5e5;
	margin: 5px 10px;
   }	
.bnr-prodt{
	position: absolute;
    right: 34%;
    top: 343px;
    max-width: 100%;
	}
.bnr-arw{
	position: absolute;
    right: 57.2%;
    top: 419px;
	}
.bnr-uls{
	float: left;
    width: 100%;
    display: flex;
    margin: 35px 0 0;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
}	
.bnr-uls li{
	    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0 0 0 58px;
	}
.bnr-li-txt{
	font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    float: left;
    width: 100%;
    padding: 0 4px 0 20px;
    border-left: 1px solid #ed7d72;
	}
.bnr-img{
	position:absolute;
	top:0;
	left:0;
	}

/*-----------------------
	SECTION-1 CSS
------------------------*/
.section-1{
	float:left;
	width:100%;
	padding:60px 0;
	background: rgb(249,234,238);
    background: linear-gradient(0deg, rgba(249,234,238,1) 5%, rgba(249,234,238,0.06486344537815125) 34%);
	}
.comn-hdg{
	float: left;
    width: 100%;
    font-size: 38px;
    line-height: 56px;
    color: #000;
    font-weight: 700;
	}
.comn-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
	}
.comn-pad{ padding:0 80px;}	
.s1-prodt{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-top:30px;
	position:relative;
	}
.s1-curve{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-top:-400px;
	}	
.s1-list{
	float: left;
    width: 100%;
	margin-top:32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
	}
.s1-list li{
	float: left;
    width: 32%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
	}
.s1-list li img{
	display:block;
	margin:0 auto 7px;
	}	
.s1-list li:last-child{ border:none;}	

/*-----------------------
	SECTION-2 CSS
------------------------*/
.section-2{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#ffffff;
	}
.s2-Box{
	display: inline-block;
    width: 100%;
	margin-top:20px;
    text-align: center;
    position: relative;
	}
.s2bx-rgt{
	float:right;
    width:51%;
    margin-top:0;
    text-align:left;
	}	
.s2-model{
    float: left;
    border-radius: 12px;
}	
.faq-container2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0 0;
}
.up-slide-dwn2 {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-radius:12px;
    background: #fff;
    overflow: hidden;
}
.s2-accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close.png)#ed7d72 no-repeat right 25px center;
    padding: 30px 45px 30px 95px;
    font-size: 24px;
    line-height: 28px;
    font-weight:700;
    color: #fff;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
}
.acdn-heading2.accordion-open {
    background: url(../images/open.png) no-repeat right 15px center #ed7d72;
    border: none;
}
.acdn-heading2.accordion-open{
	background:url(../images/open.png) no-repeat right 25px center #ed7d72;
	color:#fff; 
}
img.acrd_img {
    position: absolute;
    top: 18px;
    left: 15px;
    max-width: 54px;
}
.acdn-content2.active-para .acdn-para{color:#fff; padding-left:50px;}
.acdn-content2 {
    float: left;
    width: 100%;
    text-align: left;
    background: #ed7d72;
    padding: 0 40px 26px 95px;
   }
.acdn-para2{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding: 20px 0 0 0;
    border-top: 1px solid #fff;
}

/*-----------------------
SECTION-3
------------------------*/
.sec3{
	float: left;
    width: 100%;
    padding: 30px 0;
}
.s3-inr{
	float:left;
	width:100%;
/*	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;*/
	margin-top:0px;
}
.s3-inr .comn-hdg {
    font-size: 28px;
    line-height: 36px;}
ul.s3-lst{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
    column-gap: 13px;
    margin-top: 30px;
}
ul.s3-lst li{
	float: left;
	width: 32%;
	position:relative;
	text-align:center; 
    padding: 0px 25px;    
}
ul.s3-lst li:after{
	position:absolute;
	content:"";
	border-right: 1px solid #d8d8d8;
	top:0;
	right:-5px;
	bottom:0;
	}
ul.s3-lst li:last-child:after{ display:none; }
ul.s3-lst li p{
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
	color:#414141;
}
ul.s3-lst li p span{     
	display: block;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 30px;
	margin-bottom:8px;
	}
.s3-rgt{width: 36%;}
.s3-prd{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:15px 15px 0 0;
}
.s3-rgt-tx{
	font-size:20px;
	line-height:32px;
	color:#292929;
	margin-top:20px;
	padding:0 20px;
}
/*-----------------------
SECTION-6
------------------------*/
.sec6{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
}

/*======================*/
.scrollStrip {
	width:100%;
	padding-bottom: 0;
	overflow: hidden;
	background: #2fa02b;
	position: relative;
	}
.scrollStrip .item-wrap {
	transform: translateX(0px);
	width: 400%;
	position: relative;
	white-space: nowrap;
	display: flex;
	}
.item {
	display:inline-block;
	vertical-align:middle;
	background: #ed7d72;
	padding:15px 40px;
	font-size:17px;
	line-height:26px;
	font-weight:500;
	color:#ffffff;
	letter-spacing:0.5px;
	}
.item  img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	}
	
/*=============sectionTwo============*/
.sectionTwo{
	float: left;
    width: 100%;
    padding: 60px 0;
    border-top: 1px solid #eafbf1;
    border-bottom: 1px solid #eafbf1;
	}
.common_heading {
    font-size: 40px;
    line-height: 50px;
    color: #292929;
    font-weight: 600;
}
.common_text {
	font-size: 18px;
	line-height: 26px;
	color: #232323;
	margin-top: 15px;
}
.sec2_prod_row{
	    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 23px;
	margin-top:30px;
	float:left;
	}
.sec2_prod_col{
	width: 32%;
    text-align: center;
    border-radius: 0;
    padding: 0px 0px 0px;

	}
.sec2_prod_col_imagebg{
	display:inline-block;
	vertical-align:middle;
	padding:10px 10px;
	text-align:center;
	width:100%;
	background: #faeef1;
	}
.sec2_prod_img{
	display: block;
    margin: 0 auto 10px;
    max-width: 250px;
	}
.sec2_prod_col_cont{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	padding:20px 15px 20px;
	background:#fafcff;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	}
/*.sec2_prod_col:hover .sec2_prod_col_cont{
	opacity:0;
	display:none;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	}*/
.sec2_prod_col_cont_hvr{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding:15px 0px 0px;
	background:#fff;
	opacity:0;
	display:none;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	}
/*.sec2_prod_col:hover .sec2_prod_col_cont_hvr{
	opacity:1;
	display:block;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	}*/
p.brnd_nm {
    font-size: 18px;
    line-height: 28px;
    color: #262626;
    font-weight: 400;
    margin: 0px 0px 2px;
}
.sec2_prod_name{
	font-size:20px;
	line-height:32px;
	color:#262626;
	font-weight:600;
	}
.sec2_prod_name span{
	font-size:20px;
	line-height:30px;
	color:#262626;
	font-weight:400;
	font-family: "Montserrat", serif;
	}
.s2_prod_about{
	font-size:16px;
	line-height:24px;
	color:#454545;
	font-weight:300;
	}
.reglr-prc {
	float: left;
    width: 100%;
    font-size: 24px;
    margin: 15px 0 0;
        text-align: center;
    font-weight: 700;
}
a.s2_shop_button {
	display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    float: left;
    height: 40px;
    /* border-radius: 40px; */
    font-weight: 500;
    line-height: 40px;
    /* letter-spacing: 0.3px; */
    background: #04d36f;
    margin-top: 15px;
	text-transform:uppercase;
}

.prd-mg{
	font-size:18px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#4e4e4e;
	margin-top:12px;
	}
.prd-mg span{
	padding:0 10px;
	}
.prd-mg span img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 7px 0 0;
	}
/*-----------------------
	SECTION-3 CSS
------------------------*/
.section-3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fefafb;
	}
.s3-list{
	float: left;
    width: 100%;
	margin-top:28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.s3-list li{
	float:left;
	width:32%;
	font-size:17px;
	line-height:26px;
	color:#000;
	text-align:center;
	position:relative;
	}
.s3-list li span{
	display:block;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:11px;
	}
.s3-img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	border-radius:12px;
	}
.s3-li-contn{
	padding: 22px 30px 27px 14px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    position: absolute;
    width: 90%;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
	}		
.s3-icon{
	position: absolute;
    right: -8px;
    top: -53px;
	}	
	
/*-----------------------
SECTION-7
------------------------*/
.sec7{
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 60px 0;
	}
/*.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin:20px 0 0px;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	-webkit-box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	margin-top:25px;
	border-radius:10px;
	background:#fff;
	overflow:hidden;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	padding:25px 45px 25px 25px;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#222;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center #fff;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:0 30px 15px 25px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#000000;
	margin-bottom:15px;
	}*/
/*--------ACCORDION--------*/
.faq-container{
	display: inline-block;
    vertical-align: top;
    max-width: 836px;
    width: 100%;
    margin: 25px 0 15px;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	cursor:pointer;
	padding:10px 0;
	border-bottom:1px solid #d0d6e3;
	}
.up-slide-dwn:last-child{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat 100% center;
	background-size:14px;
	padding:15px 20px 15px 0;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#000;
	letter-spacing:0.5px;
	position:relative;
	font-family: "Playfair Display", serif;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat 100% center;
	background-size:14px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 20px 0;
	border-top:1px solid #d0d6e3;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#000000;
	letter-spacing:0.5px;
	margin-top:10px;
	}
/*===========contact_strip=============*/
.contact_strip{
	    float: left;
    width: 100%;
    padding: 30px 0;
    background: #fbfbfb;
	}
.contact_row{
	width: 100%;
	max-width:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	margin:0 auto;
	flex-wrap: wrap;
	}
.contact_col{
	width: 100%;
	padding: 20px 20px 20px;
	text-align: center;
	}
.contact_col_2{
	border-top:1px solid #ccc;
	}
.qsn_hdng{
	font-size:24px;
	line-height:30px;
	color:#0f0f0f;
	font-weight:600;
	
	}
.qsn_text{
	font-size: 16px;
	line-height: 26px;
	color: #1e1e1e;
	margin-top: 15px;
	}
a.read_faq{
	display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    font-size: 19px;
    line-height: 48px;
    height: 50px;
    color: #ffa200;
    font-weight: 600;
    border: 1px solid #ffa200;
    border-radius: 50px;
    margin-top:25px;
    text-align: center;
	}
.call_text{
	font-size:17px;
	line-height:26px;
	color:#222222;
	font-weight:500;
	margin:5px 0;
	position:relative;
	}
.call_text a{
	color:#222222;
	}
.call_text a:hover{ text-decoration:underline;}
.call_text a img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
ul.social_list{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.social_list li{
	display:inline-block;
	vertical-align:top;
	padding:0 5px;
	}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:30px 0 20px;
	text-align:center;
	}
.ftr-logo{
	display: block;
    width: 180px;
    margin: 0 auto 20px;
	}
.ftr-list{
	font-size:15px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#3a3a3a;
	}
.ftr-list a{ color:#3a3a3a; padding:0 10px;}

.ftr-txt1{
	font-size:15px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#343434;
	}
.ftr-btm{
	float:left;
	width:100%;
	}

/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
	padding: 20px;
}
.trm-bx h2 {
	    line-height: 40px;
    color: #333;
    font-size: 24px;
    float: left;
    width: 100%;
    font-weight: 700;
    padding-bottom: 5px;
}
.trm-bx h3 {
	line-height: 28px;
    text-align: left;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: #3c3c3b;
    font-weight: 600;
    background: #ffffff;
}
.trm-bx ul{
	float:left;
	 width:100%;
	 padding:0 10px;
}
.trm-bx li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: disc;
}
.trm-bx strong {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.trm-bx span {
	text-transform: uppercase;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol {
	margin: 0px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 20px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.ing-lft-bx img {
    max-width: 100%;
}

/*********************/
.contact-sec1{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	}
.cont-sec1Lft{
    float: left;
    width: 45%;
    text-align: left;
	}
.cont-sec1Lft .comn-text{ margin-top:0;}	
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:25px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    padding: 0 0 20px 60px;
	margin-top:20px;
    position: relative;
	border-bottom: 1px solid #ebebeb;
	}
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}	
ul.cnt-list li img{
    position: absolute;
    left: 0;
    top: 10px;
	filter: grayscale(1);
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000;
    line-height: 30px;
	}	
ul.cnt-list li span{
    font-weight: bold;
	display: block;
	}
.cnt-social{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.cnt-social li{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li img{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li:nth-child(2) img{ margin:0 4px;}							

.cont-right{
	float:right;
	width:50%;
	background:#fff;
	position:relative;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}	
.cont-frm-hd{
	float:left;
	width:100%;
	text-align:left;
	background:#081935;
	padding:20px 30px;
	position:relative;
	}
.cont-frm-hd:after{
    position: absolute;
    content: "";
    left: 30px;
    bottom: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #081935;
	}	
.cont-frm-hd p{
	float:left;
	width:100%;
	font-size:33px;
	line-height:37px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.5px;
	}	
.cont-frm-hd img{
	position:absolute;
	bottom:-26px;
	right:30px;
	filter: drop-shadow(2px 4px 6px #ccc) grayscale(1);;
	}			
.cont-frm-box{
	float: left;
    width: 100%;
	text-align:left;
	padding:40px 30px 40px;
	}
.cont-input-box{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom:12px;
	margin-bottom:40px;
	}
.cont-input-half{ width:47%;}
.cont-input-box2{margin-bottom:0;}	
.cont-input-box label{
	float:left;
	width:100%;
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	}	
.cont-field-all{
    float: left;
    width: 100%;
	background:none;
    color: #fff;
    font-size: 16px;
	font-family: inherit;
	font-weight: 400;
	-webkit-appearance:none;
	outline:none;
	border:none;
	}
.cont-field-all::placeholder{
	 color:#c1bebe;
	 font-size:18px;
	 font-weight:600;
	 }
textarea{ resize:none; height:90px;} 	

.cont-btn{
	margin-top:20px;
	border:none;
	}
	

.contact2-sec1{ position:relative; padding-bottom:50px;}	
.contact2-sec1:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#ffeded;
	height:350px;
	}	
.contact2-sec1 .comn-text{ margin-top:0;}
.cont2Box{
	float:left;
	width:100%;
    background: #dd2027;
    position: relative;
    border-radius: 22px;
	margin-top:50px;
	
   	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}
.cont2-sec1Lft{
	position:absolute;
	top:15px;
	left:15px;
	bottom:15px;
    width: 45%;
	background:#fff;
    text-align: left;
	border-radius: 22px;
	padding:30px 40px;
	}
.cont2-sec1Lft ul.cnt-list{ margin-top:0;}	
.cont2-sec1Lft .cnt-social{ margin-top:50px;}
.cont2-right{
    float: right;
    width: 53%;
	padding:30px;
	}
.cont2-right .cont-frm-box{ padding:0;}		
.cont2-right .cont-frm-hd{ background:none; padding:0; margin-bottom:40px;}	
.cont2-right .cont-frm-hd:after{ display:none;}	
.cont2-right .cont-frm-hd img{ bottom:22px; right:25px;}

.thank-you{ padding:30px 0; float:left; width:100%;}

@media only screen and (max-width: 767px){
	
	}

/*==============Media=============*/

@media only screen and (max-width:1200px){
.container{ width:1004px;}

.banner-section { background-position:43% top;}
.logo{margin-top: 9px; max-width: 185px;}
.banr-heading{    font-size: 48px;line-height: 64px;}
.bnr-arw {right: 48%;}
.bnr-prodt {right: 18%;}

.comn-hdg {font-size: 38px;line-height: 54px;}
.comn-hdg span {font-size: 42px;line-height: 54px;}

.s1-list li {}

.s2-model {max-width: 480px;}
.s2bx-rgt {width: 50%;}
.s2-accordion {    font-size: 20px;}

.section-3 {overflow: hidden;}
.s3-li-contn {width: 93%;}
.s3-icon {right: -19px;}

.s4-list {width: 94%;}

.package_row {padding: 0 30px;}


.prd-mg {font-size: 16px;}

/*==================================
CSS FOR PRODUCT_DETAILS_PAGE
=====================================*/
.prod_details_left{ width:38%;}
.pkg_btn{width: 250px;}
.cards-secure p{ font-size:11px;}
}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

ul.mainMenu { display:none;}
a.header-btn{ display:none;}
#cart_btn{margin: 20px 60px 0 0;}


ul.feature_list{ padding:0;}
ul.feature_list li{ padding:0 15px;}
.comn_pading{ padding:0;}
.common_text{ font-size:17px;}



.banner-section {height: auto;background-size: cover; background-position: 34% top;}
.banner-left {width: 67.66%; padding: 21px 0 65px;}
.bnr-top-txt {font-size: 21px;line-height: 31px;}
.banr-heading {font-size: 42px; line-height: 50px; margin-top: 8px;}
.bnr-strip-line{background-size: 100% 100%;margin-top: 18px;}
.bnr-uls{margin: 23px 0 0;}
.bnr-li-txt {font-size: 18px;}
.bnr-strip-line p {font-size: 16px;}
.bnr-para {width: 92%;font-size: 17px;line-height: 28px;margin-top: 18px;}
.bnr-prodt {right: 13%;
        top: 284px;
        max-width: 220px;}
.bnr-arw {        right: 41%;
        top: 299px;}
.banner-left .btn-box {margin-top: 24px;}
.btn-box {margin-top: 30px;width: 375px;}
a.packageBtn {height: 65px;font-size: 24px;line-height: 65px;}
.stock-txt {font-size: 16px;margin-top: 7px;}

.section-1 {padding: 50px 0;}
.s1-prodt {max-width: 340px;margin-top: 28px;}
.s1-curve {margin-top: -210px;}
.s1-list {margin-top: 28px;}
.s1-list li {font-size: 16px;line-height: 26px;padding: 0 5px;}

.comn-hdg {font-size: 34px;line-height: 50px;}
.comn-hdg span {font-size: 38px;line-height: 50px;}
.comn-para {font-size: 16px;line-height: 25px;margin-top: 16px;}

.section-2 {padding: 50px 0 50px;}
.s2bx-rgt {width: 100%;text-align: center;}
.s2-model {position: static;max-width: 100%;}
.s2-accordion {font-size: 22px;}
.acdn-para2 {font-size: 16px;line-height: 25px;}

.section-3 {padding: 50px 0;overflow: hidden;}
.s3-list {margin-top: 25px;justify-content: center;column-gap: 20px;row-gap: 20px;}
.s3-list li {width: 48%;font-size: 16px;line-height: 25px;}
.s3-list li span {font-size: 22px;line-height: 28px;margin-bottom: 9px;}
.s3-li-contn {width: 91%;}

.sec_strip{ padding:40px 0px; }
.strp_inr .comn-txt{ width:100%;}
ul.strp_inr_lst li { padding: 20px 15px 40px;}
ul.strp_inr_lst li p span{ font-size:20px; }
.strp-lst-icn{ max-width:88px;}



.sec6{padding:40px 0;}
.sec2_prod_row{flex-wrap: wrap;}
.common_heading {font-size: 36px;line-height: 44px;}
.sec2_prod_col {width: 49%;margin-top: 62px;}
.sec2_prod_name { font-size: 20px;}



.sec7{ padding:40px 0px;}
.accordion{ font-size:18px;}

.contact-sec1{ padding:30px 0;}
ul.cnt-list{ margin-top:0;}
ul.cnt-list li p{ font-size:16px; line-height:26px;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px;}
.mob-mnu-ic{  top:20px;}
.mobilemenu{ top:82px;}
.mobimenu-top{ top:55px;}

ul.mainMenu{ display:none;}
.logo { width: 140px; margin-top: 9px;}

#cart_btn { margin: 11px 40px 0 0; height: 34px;padding-right: 0px; width: 100px;}
#cart_btn p {font-size: 14px;line-height: 32px;}
.cart-ic{width: 16px;}
#cart_btn span{width: 30px;font-size: 16px; line-height: 24px;padding: 4px;}
.top_strip_text1{font-size: 12px;}
.top_strip_text2{  width: 49%;  margin: 0; text-align: center; font-size: 13px; line-height: 16px;}
.top_strip_text2 img{ display:none;}

.banner-section {background: #fff6f6;}
.banner-left {float: none;display: inline-block;width: 100%;max-width: 355px;padding: 25px 0 30px; text-align:left;}
.bnr-li-txt{ font-size:16px;}
.bnr-prodt-mob{ max-width: none;width: calc(100% + 20px);margin: 15px 0 0px -10px; display: inline-block;background: unset;}
.bnr-top-txt {font-size: 20px;line-height: 30px;letter-spacing: 0.5px;}
.bnr-top-txt span{ display:none;}
.banr-heading {font-size: 29px;
        line-height: 40px;
        letter-spacing: 0.5px;
        margin-top: 2px;}
.bnr-strip-line {margin-top: 12px;width: 97%;height: 38px;}
.bnr-strip-line p {font-size: 13.5px; line-height:38px;}
.bnr-strip-line p span {width: 20px;line-height: 20px;margin: 0 5px;}
.bnr-para {width: 100%; font-size: 16px;line-height: 25px;margin-top: 15px;}
.btn-box {margin-top: 25px;width:320px;}
a.packageBtn {height:58px;font-size: 22px;line-height:59px;}
.stock-txt {font-size: 15px;margin-top: 6px;}
.stock-txt::before, .stock-txt::after {margin: 8px 6px;}

.bnr-btm-list li {padding: 5px 17px;}

.section-1 {padding: 30px 0;}
.comn-hdg {font-size: 24px;
        line-height: 36px;}
.comn-hdg span {font-size: 22px;line-height: 35px;}
.comn-para {font-size: 15px;line-height: 25px;margin-top: 12px;}
.s1-prodt {max-width: 100%;
        margin-top: 15px;}
.s1-curve {        margin-top: -147px;}
.s1-list {margin-top: 20px;row-gap: 20px;}
.s1-list li {width: 88%;
        font-size: 15px;
        line-height: 25px;
        border-right: none;}
.s1-list li:nth-child(2){ border:none;}
.s1-list li img {margin: 0 auto 5px;}

.section-2{padding:30px 0 30px;}
.s2-Box {max-width: 355px;margin-top: 18px;}
.up-slide-dwn2 {margin-top: 12px;}
img.acrd_img {        top: 14px;
        left: 12px;
        width: 35px;}
.acdn-heading2.accordion-open {background: url(../images/open.png) no-repeat right 12px center #ed7d72;}
.s2-accordion {font-size: 18px;padding: 15px 16px 20px 70px;background: url(../images/close.png) #ed7d72 no-repeat right 12px center;}
.acdn-content2 {padding: 0px 15px 20px 70px;}
.acdn-para2 {padding: 15px 0 0 0;}

.section-3 {padding:30px 0;}
.s3-list {margin-top: 20px;}
.s3-list li {width: 100%; max-width:355px;}
.s3-icon {right: -5px;}


.sec6{ padding:30px 0;}
.sec2_prod_row {padding: 0 10px;}
.sec2_prod_col{ width:100%; margin-top:40px;}
.s2_prod_about{ font-size:15px; letter-spacing:0.3px;}
.common_heading {font-size: 24px; line-height: 34px;}
.common_text {font-size: 17px; margin-top: 5px;}
.sec2_prod_name { font-size:20px; line-height: 28px;}
.sec2_prod_col:hover .sec2_prod_col_cont_hvr{ display:none;}
.sec2_prod_col:hover .sec2_prod_col_cont{ display:block; opacity:1;}
.item{ padding:14px 20px; font-size:15px; }

.sec_strip{ padding:30px 0px; }
ul.strp_inr_lst { row-gap: 18px; justify-content: center; margin-top: 20px;}
ul.strp_inr_lst li{ width:100%; max-width:355px; padding: 15px 15px 35px;}
.strp-lst-icn { margin: 0 auto 15px; max-width: 68px;}
ul.strp_inr_lst li p{ position:relative; z-index:1; font-size: 15px; line-height: 24px;
}

.sec7{ padding:30px 0;}
.faq-container{ margin:0;padding: 0 7px 10px;}
.accordion{padding: 10px 10px 10px 0px; font-size: 18px; line-height: 28px;}
.acdn-content {padding: 0 20px 10px 0px;}
.acdn-para {font-size: 14px;line-height: 24px;}


.cont-sec1Lft{ width:100%;}
.cont-sec1Lft .comn-para{ margin-top:0;}
ul.cnt-list li{padding: 0 0 20px 52px;}
.cont-right{ width:100%; margin-top:30px;}
.cont-frm-hd p{ font-size:24px;}


.footer{ padding:20px 0 0;}
.ftr-logo{width: 130px; margin: 0 auto 0px;}
.ftr-list{ font-size:14px; line-height:17px;}
.ftr-list a {padding: 0 5px;}
.ftr-btm{ padding: 0 0 15px; font-size: 12px; line-height: 20px; margin: 0;}
.ftr-txt1{ font-size:13px; width:100%;}
.contact_strip{ padding:30px 0;}
.contact_col{ width:100%; padding: 0 0px;}
.contact_col_2{ border:none; margin-top:10px;}
.qsn_text{ font-size:14px; line-height: 22px; letter-spacing:0; margin-top: 5px;}
.call_text{ font-size:15px; line-height:26px;}
.qsn_hdng{ font-size:20px;}



.continue-shpbtn{    font-size: 16px;}

}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #f3f8ff;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	    height: 40px;
    line-height: 40px;
    background: #081935;
    color: white;
    margin: 20px 0 20px 0;
    padding: 0 10px;
    font-size: 20px;
    float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size:18px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 20px;
}
.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 10px;
    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: #ee7c71;
    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;
}
.ing-lft-bx img {
    max-width: 100%;
}

@media only screen and (max-width: 767px){
	.tems_bg {    padding: 10px 0;}
	.trms-sec2{ padding:30px 0;}
.tems_bg {padding: 10px 0;}
.trm-bx{padding: 10px;}
.trms-sec2 h3{font-size: 17px;}
	}

