@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: "DM Sans", 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: 235px;
}
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 #5ac23b;
	}
#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: #5ac23b;
    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 {
    float:left;
    width:100%;
	overflow:hidden;
	padding:0 0 0;
	background: url(../images/banner.jpg) no-repeat center top #fff9f4;
	height: 780px;
	}
.banner-left-side{
	float: left;
    width: 50%;
    text-align: left;
    padding: 104px 0 0;
	}
.bnr-text1{
	    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-transform: capitalize;
	}
.bnr-text1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 2px 0 0;
	}
.bnrHdng{
	float: left;
    width: 100%;
    font-size: 52px;
    line-height: 61px;
    font-weight: 700;
    color: #000;
    margin-top: 16px;
    text-transform: capitalize;
	}
.bnrHdng span{
	color:#2bc5f5;
	}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.bnr-strip-prod{
	display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
	width: 20px;
	}
.bnrStrip-col-2 {
    width: calc(100% - 130px);
    text-align: left;
    padding-left: 8px;
	}
.green-dot{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 2px 0 0;
	animation:fade 1s ease-in-out infinite
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
  }
.warning{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 3px 0;
	}


ul.banner-point{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.banner-point li{
	float: left;
    width: 100%;
    margin-top: 12px;
    padding-left: 42px;
    font-size: 21px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    text-align: left;
    background: url(../images/banner-chk.png) no-repeat left 6px;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    background-size: 24px;
    text-transform: capitalize;
	}

.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top:40px;
    text-align: center;
    width:470px;
	max-width:100%;
	}
a.packageBtn, .cont-btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 74px;
	overflow: hidden;
	color: #ffffff;
	font-size: 27px;
	letter-spacing: 0.5px;
	line-height: 74px;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	background: #5ac23b;
	text-shadow: 1px 2px #305434;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin: -7px -7px 0px 7px;
    width: 32px;
	}
.btn-txt{
	float:left;
	width:100%;
	color: #000;
	margin-top:10px;
	}
.color-blk{ color:#000;}
.btn-txt p{
	display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
	}
.btn-txt p span{
	font-weight:500;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
  }
  @keyframes rotateP{
	0%{
	  transform:rotate(0)
	}
		50%{
	transform:rotate(180deg)
	}
	100%{
	 transform:rotate(180deg)
	}
  } 
  @keyframes rotate{
	0%{
	  transform:rotate(00deg)
	}
	100%{
	  transform:rotate(360deg)
	}
  }
.btn-text1:before {
   display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    float: left;
    height: 47px;
    font-weight: 500;
    line-height: 47px;
    background: #5ac23b;
    margin-top: 15px;
    text-transform: uppercase;
	}


.bnr-testi{
	float:left;
	width:67%;
	text-align:left;
	padding-left:80px;
	position:relative;
	margin-top:70px;
	}
.bnr-t-ic{
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	}
.bnr-t-star{
	display:block;
	margin-bottom:10px;
	}
.bnr-t-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.3px;
    color: #000000;
	font-style:italic;
	}
.bnr-t-name{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #1a1a1a;
	margin-top:5px;
	}
.bnr-t-name span{
	color:#159bc4;
	font-weight:700;
	font-size:18px;
	}	

.banner-prod{
	position: absolute;
	right: 260px;
	top: 240px;
	}
.bnr-arw{
	position: absolute;
	right: 450px;
    top: 140px;
    width: 40px;
	}


/************************/
.common-heading{
	font-size:45px;
	line-height:53px;
	color:#000;
	font-weight:800;
	}
.common-text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}


/*-----------------------
	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;
}


/******************************************/
.sec2_prod_row{
	width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-bottom: 60px;
    justify-content: space-evenly;
    flex-wrap: wrap;
	row-gap: 60px;
	}
.sec2_prod_col{
	width: 32%;
    text-align: center;
    margin-top: 0px;
    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%;
	margin: 25px 0 0;
	background: #faeef1;
	}
.sec2_prod_img{
	display: block;
    margin: 0 auto 10px;
    max-width: 250px;
	}
.sec2_prod_col_cont{
	float:left;
	width:100%;
	height:160px;
	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%;
	height:160px;
	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;
	}
.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: #5ac23b;
    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
------------------------*/
.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: #fffaf6;
	padding:60px 0;
}

/************section6*********************/
.section6{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	overflow-x: clip;
}
.s6_inner{
	
	text-align: left;
}
.sec6_image{
	    position: absolute;
    right: -195px;
    top: -178px;
    max-width: 680px;
}
.uses_step{
	display:flex;
	display:-webkit-flex;
	gap:3.05%;
	margin:10px 0 0;
	text-align:left;
	position:relative;
}
.uses_step_box{
	width:31.3%;
	background:#fff;
	border-radius:10px;
	padding:20px;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	margin:30px 0 0;
}
.step_num{
	font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.uses_content{
	flex:1;
}
.uses_content h3{
	font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.uses_content p{
	font-size:18px;
	line-height:26px;
	margin-bottom:25px;
}
.uses_image{
	max-width:100%;
	margin-top:auto;
	border-radius:10px;
}

.sec6 .common_heading, .sec6 .common_text{text-align:left;}

	
/*====section2====*/
.section2{
	float:left;
	width:100%;
	padding:110px 0 60px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.section2:before {
	background-color: #fff;
    position: absolute;
    right: -1px;
    left: -1px;
    top: -70px;
    height: 130px;
    content: "";
    clip-path: polygon(0 50%, 100% 50%, 50% 100%, 0 50%);
}
.section2:after {
	    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-left: 2px dotted #000;
    height: 64px;
    z-index: 2;
}
.s2-inner{
	float: left;
	width: 100%;
	position: relative;
}
.s2-inner:before{
	
}
.sec2_left{
	float:left;
	width:44%;
	text-align:left;
	}
.common_sub_text{
	font-size:18px;
	line-height:24px;
	color:#00aeef;
	font-weight:600;
	letter-spacing:0.3px;
	margin-bottom:5px;
	}
.se2_prod{
	float:left;
	margin:15px 0 0 0px;
	max-width: inherit;
	}
.sec2_left .button_box{ margin-top:-20px; position:relative;}
.s2-mid{
	float:left;
	width:100%;
	margin:20px 0 0px;
	}
.s2-left{
	float:left;
	width:43%;
	max-width:100%;
	position:relative;
	}
.s2-image{
	display:block;
	margin:20px auto 0;
	max-width:100%;
	border:4px solid #fff;
	}
.s2-left-text{
	float: left;
    width: 100%;
    position: relative;
    padding: 8px 133px 22px 55px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    border-bottom: 1px solid #d7d7d7;
	}
.s2-left-text img{
	position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    width: 43px;
	}
.s2-product{
	    width: 244px;
    position: absolute;
    right: -50px;
    top: 171px;
	}
.s2-gum{
	position:absolute;
	right:0;
	top:425px;
	}

.sec1_right{
	    float: right;
    width: 56%;
    margin-top: 0;
	}
.sec1_rgt_box{	
	float: left;
    width: 100%;
    /* background: #fff; */
	position: relative;
    border-radius: 12px;
    /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1); */
    padding: 00 20px 10px;
	}
.s1_bx_row{
	float:left;
	width:100%;
	}	
.s1_bx_col{
	margin: 0 auto 0;
    width: 100%;
    display: -webkit-flex;
	position: relative;
    display: flex;
    flex-wrap: wrap;
        align-items: flex-start;
    border-bottom: 1px solid #000;
    padding: 20px 0;
	}
.s1_bx_col:first-child{align-items: center;}
.s1_col_heading{
    font-size: 19px;
    line-height: 23px;
    color: #000;
    text-align: left;
    font-weight: 800;
    width: 107px;
    margin: 19px 0 0 65px;
	}
.s1_col_heading img{     
	position: absolute;
    top: 26px;
    /* left: 0; */
    left: -1px;}
.s1_col_content{
	    width: calc(100% - 190px);
    text-align: left;
    padding-left: 30px;
	}			
.s1_col_cont_text{
	font-size:16px;
	line-height:25px;
	color:#000;
}	
ul.s1_col_bx_list{
	float:left;
	width:100%;
	}
ul.s1_col_bx_list li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	position:relative;
	padding-left:15px;
	margin-bottom:4px;
	}
.ing-sec ul.s1_col_bx_list li{ width:50%;}	
ul.s1_col_bx_list li:last-child{ margin-bottom:0;}	
ul.s1_col_bx_list li:before{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	background:#000;
	width:6px;
	height:6px;
	border-radius:50%;
	}
.s1_bx_col_last{
	border:none;
	}
.s1_bx_col_last .banner__seal_box{
        display: -webkit-flex;
    display: flex;
    align-items: center;
    /* margin: 15px auto 0; */
    gap: 23px;
    justify-content: center;
    flex-wrap: nowrap;
	}
.s1_bx_col_last .banner__seal_list{
	width:20%;
	margin:0;
	}
.s1_bx_col_last .banner__seal_list img{ width:70px;}
.s1-text1 {
    font-size: 25px;
    line-height: 31px;
    color: #d9945b;
    font-weight: 700;
}
/*-----------------------
	SECTION-3 CSS
/*=====Section-3=====*/
.section-3{
	    background: #fffaf6;
	float:left;
	width:100%;
	padding:60px 0;
	}
	
.s3_benefits_box{
	    float: left;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
    margin-top: 40px;

}
.s3_benefit_col{
	float:left;
	width:29%;
	text-align:left;
	padding:0 10px;
	}
.s3_benefit_col img{
	display:block;
	margin:0 auto 20px;
	width: 128px;
	}
.s3_benefit_col h3{
	font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
	}
.s3_benefit_col .common_text{
	margin-top:10px;
	}	

	
/*-----------------------
SECTION-7
------------------------*/
.sec7{
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 60px 0;
	}

/**********************************/

.section10{
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #fff;
}

.faq-container{
	display: inline-block;
	vertical-align: top;
	max-width: 960px;
	width: 100%;
	margin: 20px 0 0px;
	padding: 0 15px 20px;
	}
.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;
	border:2px solid #fff;
	}
.up-slide-dwn.active{}
.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: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #000000;
    /* letter-spacing: 0.5px; */
    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: 26px;
    /* letter-spacing: 0.5px; */
    color: #000000;
    font-weight: 400;
	}

/*===========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: #e0b2a5;
	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 #e0b2a5;
	}	
.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{ height: 690px;  background-position: 46% top; background-size: 1760px;}
.banner-left-side{ width:70%; padding:50px 0 0;}
.bnrStrip {width: 100%; padding: 10px 10px;}
.bnrHdng { font-size: 42px; line-height: 48px; margin-top: 10px;}
.bnrStrip-col-1 {width: 120px;}
.bnrStrip-col-2{ padding-left: 0;}
.strip-txt2{ font-size:15px; line-height:22px;}
.strip-txt1{font-size: 18px;line-height: 22px;}
ul.banner-point li{margin-top: 10px; padding-left: 35px;font-size: 20px;line-height: 26px;}
ul.banner-point li:after{width: 110px;}
.bnr-testi{ width:100%; margin-top:120px;}
.banner-prod { right: 50px; top: 290px; width: 280px;}
.bnr-arw {right: 180px;top: 150px;}
.btn-box{margin-top: 35px; width: 420px;}


.common-heading{font-size: 36px; line-height: 44px;}
.common-text{ font-size:16px; line-height:24px;}

.s2-left{ display:inline-block; vertical-align:top; max-width:500px; float:none; width:100%;}
.sec1_right{ display:inline-block; vertical-align:top; max-width:500px; float:none; width:100%; margin-top:0;}
.sec1_rgt_box{padding: 00 0px 10px;}

.section-3{ padding:50px 0 60px;}
.s3_benefit_col{ width:48%;}
.s3_benefit_col img{ width:130px;}

.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;}

.section6{padding:40px 0 50px;}
.step_num{ font-size:30px;}
.uses_step_box{ padding:15px; width: 32%;}
.uses_content h3{ font-size:20px;}
.uses_content p{ font-size:16px; line-height:26px;}
.uses_step{ gap:2%;}
.s6_inner{ width:58%;}
.sec6_image{    right: -95px; top: -120px; max-width: 510px;}

.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;}

.section10{padding:40px 0 50px;}

.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: 162px; 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 {background: #fff9f4;padding: 0 0 20px; height: auto;}
.banner-left-side { width: 100%;text-align: center;padding: 20px 0 0px 0;}
.banner-mob { display: inline-block;vertical-align: middle;width: calc(100% + 30px); margin-left: -15px; max-width:none;}
.bnr-text1 {font-size: 13px; line-height: 21px;}
.bnr-text1 img {width: 90px; margin: -8px 2px 0 0;}
.bnrHdng {font-size: 28px;line-height: 36px;margin-top: 8px; margin-bottom:10px;letter-spacing: 0;}
.bnrStrip {padding: 8px; width: calc(100% + 30px); margin:0 0 0 -15px;text-align:center; border-radius:0;}
.bnr-strip-prod{ display:none;}
.bnrStrip-col-1{ width:45px;}
.free-col-inr{width: 45px;height: 45px;padding: 10px 0 0;}
.free-seal{ width:45px;}
.free-col-inr p{ font-size:12px; line-height:12px;}
.green-dot{ width:10px; margin:-5px 2px 0 0;}
.bnrStrip-col-2 {width: calc(100% - 45px); padding-left:5px;}
.strip-txt1{ font-size:16px; line-height:18px; letter-spacing:0;}
.strip-txt2{ font-size:12px; line-height:16px;}
.warning{ width:16px;margin: -6px 2px 0;}
ul.banner-point {margin-top: 12px;}
ul.banner-point li {padding-left: 25px;font-size: 16px;line-height: 25px;margin-top: 7px;background-size: 18px;}
ul.banner-point li:after{ display:none;}
.bnr-testi {width: 100%;margin-top: 30px; padding-left:60px;}
.bnr-t-para{ font-size:15px; line-height:22px; color:#fff;}
.bnr-t-name{color:#fff;font-size: 13px;}
.bnr-t-name span {font-size: 16px;}
.bnr-t-ic{ width:50px;}

.common_btnbox{ max-width: 345px; margin-top: 30px;}
.common_btn{ height: 55px; font-size: 20px; line-height: 58px;}
	
.common-heading {        font-size: 22px;
        line-height:34px;}
.s1-text1{font-size: 20px;line-height: 28px; margin-top: 5px;}
.common-text {font-size: 16px;line-height: 24px;margin-top: 10px;}

.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;}

.section2{ padding:100px 0 35px;}
.sec2_left{ text-align:center; max-width:355px;}
.se2_prod { float:none; display:block;margin:15px auto 20px;width:515px;}
.sec2_rightbox{ margin-top:-10px; overflow:hidden;}
.sec2_box_header{ font-size:16px; line-height:24px; padding:10px 12px 13px;}
ul.s2_box_list{ padding:15px 12px;}
ul.s2_box_list li img{ width:40px;}
ul.s2_box_list li p{ font-size:12px; line-height:16px;}
.s2_box_inner{ padding:20px 12px;}
ul.s2_box_point li{ width:100%; font-size:15px; line-height:22px; margin:5px 0;}
.s2_box_doctsec{ padding:15px 135px 20px 12px;}
.doct_text1{ font-size:14px; line-height:20px; letter-spacing:0.2px;}
.doct_name{ font-size:12px; line-height:16px;}
.doct_text2{ font-size:10px; line-height:15px;}
.s2_box_img{ width:120px; bottom:auto; top:15px;}
.s2_cream{right:10px;width: 120px;margin-top: -54px;}
.s2-left{ width:100%;}
.s2-product{ width: 153px; right: -21px; top: 152px;}
.s2-right{ width:100%;}
.s2-right tr td:first-child{ width:100%;}
.s2-image{ margin:0;}
.s2-left-text{padding: 8px 106px 8px 60px; font-size: 14px; line-height: 20px;}
.s2-left-text img{ width:50px; margin-top: -25px;}
.s1_col_heading{ width:100%;margin: 19px 0 0 36px;}
.s1_bx_col_last .banner__seal_box{margin: 15px auto 0;}
.s1_col_content{ padding:0; width:100%; margin-top:10px;}
.s1_col_cont_text{ font-size: 15px; line-height: 24px;}
.s1_col_heading img{ max-width: 30px;}
ul.s1_col_bx_list li{font-size: 16px; line-height: 24px;}
.s1_bx_col_last .banner__seal_list img {width: 57px;}
.s1_bx_col{ padding:15px 0;}
.sec1_rgt_box{ padding:0;}
a.packageBtn, .cont-btn{height: 53px;line-height: 53px;font-size: 20px;}
a.s2_shop_button{line-height: 45px;    height: 46px;}

.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 35px;}
.section-3 .common_text{ padding:0 20px;}
.s3_benefits_box{display:inline-block; vertical-align:middle; max-width:365px; float:none; padding:0 15px; margin:0;}
.s3_benefit_col{ width:100%; text-align:center; margin-top:20px; padding:0;}
.s3_benefit_col img{ width: 100px;}
.s3_benefit_col h3{ font-size: 18px; line-height: 24px;}
.s3_benefit_col .common_text{ margin-top: 8px; padding:0 15px;}

.s3-btm-hdng{ font-size:20px;}
.s3_buttom-row{ margin-top:10px; float:left;}
.s3_buttom-col { width: 31%; padding: 20px 10px; margin-top: 15px;}
.s3_buttom-col img {margin: 0 auto 10px;width: 40px;}
.s3_buttom-col p {font-size: 14px;line-height: 21px;}

.section6{padding:25px 0 35px;}
.s6_inner{ width:100%;}

.s6_inner .common-text {width: 100%;}
.sec6_image { right: -7px;top: 79px; width: 260px; display:none;}
.uses_step{flex-wrap:wrap; -webkit-flex-wrap:wrap; width:100%;}
.uses_step_box{width:100%; flex-direction: row; position:relative; padding:25px 15px 20px;}
.step_num{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	width: 24px;
	height: 24px;
	color: #fff;
	border-radius: 50%;
	background: #f99b50;
	position: absolute;
	left: 20px;
	top: -15px;
	text-align: center;
	box-shadow: 0px 0px 0px 8px #fbeee4;
	-webkit-box-shadow: 0px 0px 0px 8px #fbeee4;
}
.uses_content h3{font-size:20px; line-height:24px; color:#000;}
.uses_content p{font-size:16px; line-height:22px; margin-bottom:0;}
.uses_image{margin:0 0 0 15px; width:111px; height:111px; object-fit:cover; object-position: -15px center;}

.sec6_mob_arw{width:43px; float:left; margin: 15px 0 8px 15px;}


.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;
    color: #fff;
    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: #c1998f;
    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;}
	}

