@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';
	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;}
.white {color: #fff;}

/*====FONTS====*/
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff2') format('woff2'),
	url('Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Medium.woff2') format('woff2'),
	url('Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff2') format('woff2'),
	url('Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.woff2') format('woff2'),
	url('Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
	
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: rgb(234,216,60);
    background: linear-gradient(90deg, rgba(234,216,60,1) 0%, rgba(210,128,39,1) 35%, rgba(226,123,74,1) 100%);
    padding:5px 0;
	}
.top_strip_text1{
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	}
.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: 215px;
	}
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 #d77e33;
	}
#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;
    height: 42px;
    width: 170px;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, rgba(234, 216, 60, 1) 0%, rgba(210, 128, 39, 1) 55%, rgba(226, 123, 74, 1) 100%);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 19px;
    box-shadow: 4px 3.5px 0 0 rgb(239 199 164);
	}

/*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====*/
.banner{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: url(../images/banner.jpg) no-repeat center top #f8f8fa;
    position: relative;
    z-index: 1;
	}
.banner_left{
	float:left;
	width:52%;
	text-align:left;
	}
.banner_text1{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#fff;
	font-weight:400;
	}
.banner_text1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 8px 0 0;
	width:93px;
	}
.banner_heading{
	    float: left;
    width: 100%;
    font-size: 54px;
    line-height: 64px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
	}
.banner_heading span{ color:#e0ad4a;}
.zzz_icon{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 0 0 20px;
	}
ul.banner_list{
	float:left;
	width:100%;
	margin-top:20px;
	display:flex;
    justify-content:start;
    align-items:center;
    column-gap:20px;
	}
ul.banner_list li{
	padding: 9px 15px 9px 34px;
    border: 1px solid #a38e4e;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    text-align: left;
    background: url(../images/bnr_list_tik.png) no-repeat left 15px center #fff;
    background-size: 13px;
	}
ul.banner_point{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.banner_point li{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#000000;
	font-weight:normal;
	letter-spacing:0.3px;
	text-align:left;
	position:relative;
	margin-top:12px;
	padding-left:35px;
	}
ul.banner_point li strong{ font-weight:600;}
ul.banner_point li img{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-11px;
	width:24px;
	}
.btn_box{
	    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
	}
ul.btn_list{
	    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-top: 15px;
	}
ul.btn_list li{
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:500;
	text-align:left;
	}
.ship_icon{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-3px 5px 0 0;
	}
.banner .ship_icon, .banner .money_back{filter: invert(1);}
.banner ul.btn_list, .banner ul.btn_list li{ color:#fff;}


.money_back{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-2px 5px 0 0;
	}
a.common_btn{
	float:left;
	width:100%;
	height:60px;
	background: linear-gradient(90deg, rgba(234, 216, 60, 1) 0%, rgba(210, 128, 39, 1) 55%, rgba(226, 123, 74, 1) 100%);
	box-shadow:4px 3.5px 0 0 rgb(239 199 164);
	-webkit-box-shadow:4px 3.5px 0 0 rgb(239 199 164);
	font-size:21px;
	line-height:60px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.3px;
	text-align:center;
	}
.btn_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 25px;
	width:21px;
	}
ul.banner_list2{
	float:left;
	width:100%;
	
	display:flex;
    justify-content:start;
    align-items:center;
    column-gap:5px;
	max-width:480px;
	}
ul.banner_list2 li{
	text-align:center;
	margin-top:35px;
	width:21%;
	}
ul.banner_list2 li img{
	display:block;
	margin:0 auto 7px;
	width:50px;
	}
ul.banner_list2 li p{
	float:left;
	width:100%;
	font-size:13px;
	line-height:17px;
	color:#fff;
	font-weight:500;
	letter-spacing:0;
	min-height:34px;
	}
.banner_right{
	float:right;
	width:48%;
	position:relative;
	}
.banner_prod{
	position: absolute;
	right: 330px;
	top: 190px;
	max-width: 360px;
	}
.banner_seal{
	position:absolute;
	right:430px;
	top:50px;
	width:135px;
	height:135px;
	padding:28px 0 0;
	text-align:center;
	}
.banr_seal_img{
	    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
    max-width: 80px;
	}
.seal_text{
	font-size:16px;
	line-height:20px;
	float:left;
	width:100%;
	font-weight:600;
	color:#fff;
	position:relative;
	z-index:1;
	}
.seal_text span{ font-size:30px; line-height:30px; font-weight:700;}

/*====SECTION_1====*/
.section_1{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	position:relative;
	}
.common_heading{
	    float: left;
    width: 100%;
    font-size: 42px;
    line-height: 50px;
    color: #000000;
    font-weight: 700;
	}
.common_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:25px;
	}
.s1_mid{
	display:inline-block;
	vertical-align:middle;
	max-width:1030px;
	width:100%;
	margin:50px 0 0px;
	}
.sec1_left{
	float:left;
	width:48%;
	max-width:485px;
	}
.s1_imageBx {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.s1_image{
	display:block;
	margin:0 auto 0;
	border-radius:7px;
	max-width:100%;
	}
.s1_right{
	float:right;
	width:48%;
	text-align:center;
	}

/*====SECTION_2====*/
.section_2{
	float: left;
    width: 100%;
    position: relative;
    padding: 60px 0 60px;
    background: #f8f8fa;;
}
.s2-img {
    max-width: 500px;
    display: inline-block;
    margin: 30px 0 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}
.s2-inr{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-conent:space-between;
	-webkit-justify-content:space-between;
}
.s2-inr-bx{
	width: 33%;
	float: left;
	margin-top: 40px;
}
.s2-bx-img{
	border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    box-shadow: 10px 11px 6px #d2d2d2;
}
.num{
	width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(234, 216, 60, 1) 0%, rgba(210, 128, 39, 1) 56%, rgba(226, 123, 74, 1) 119%);
    border: 5px solid #ffffff;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    display: block;
    margin: -20px auto 0;
    position: relative;
}
.s2-bx-hd{
	font-size: 24px;
    line-height: 38px;
    color: #000000;
    font-weight: 700;
    margin-top: 10px;	
}
.s2-bx-tx{
	font-size: 18px;
    line-height: 28px;
    padding: 0 10px;
    margin-top: 15px;
}


/*====SECTION_3====*/
.section_3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#ffffff;
	}
.s3_text1{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:700;
	}
.s3_mid{
	float:left;
	width:100%;
	padding:0 70px;
	margin:45px 0 20px;
	}
.s3_left{
	float:left;
	width:50%;
	max-width:508px;
	}
.s3_left_img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	border-radius:10px;
	}
.s3_right{
	float:right;
	width:calc(100% - 55%);
	}
.s3_list{
	float:left;
	width:100%;
	}
.s3_list_row{
	float:left;
	width:100%;
	margin-bottom:30px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	}
.s3_list_row img{
	float:left;
	border-radius:50%;
	}
.s3_list_inr{
	float:right;
	width:calc(100% - 115px);
	text-align:left;
	}
.s3_list_inr span{
	    float: right;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-weight: 700;
    text-align: left;
	}
.s3_list_inr .common_text{
	float:right;
	width:100%;
	margin-top:5px;
	}
/*====PACKAGE====*/
.section_4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f8f8fa;
	}
.package_section{
	    float: left;
    width: 100%;
    padding: 0 0;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
	}
.package{
	width:32%;
	border:3px solid #d1d1d1;
	border-radius:8px;
	padding:25px 20px;
	background:#fff;
	position:relative;
	}
.pakge_heading{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.3px;
	}
.duration_text{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:160px;
	font-size:16px;
	line-height:20px;
	color:#000000;
	font-weight:700;
	text-transform:uppercase;
	background:#f2f1ff;
	border-radius:50px;
	padding:4px 10px;
	margin-top:5px;
	}
.pakge1 .duration_text{ background:#edfcd1;}
.pakge2 .duration_text{ background:#ffe0e0;}
.pakgeProd_box{
	    float: left;
    width: 100%;
    padding: 10px 0 0;
    position: relative;
	}
.pakge_prod{
	display:block;
	max-width:100%;
	margin:0 auto;
	}
.pakge_seal{
	position:absolute;
	right:0;
	top:15px;
	width:72px;
	height:72px;
	background:url(../images/pakge_seal.png) no-repeat center center;
	background-size:100%;
	text-align:center;
	padding:17px 0 0;
	}
.pakge1 .pakge_seal{ right:15px;}
.pakge3 .pakge_seal{ right:55px;}
.pakge_seal p{
	float:left;
	width:100%;
	font-size:14px;
	line-height:18px;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	}
.pakge_seal p span{
	font-size:23px;
	}
.pakge_priceBox{
	float:left;
	width:100%;
	text-align:center;
	}
.regular_prc{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
	}
.regular_prc .cut_prc{ position:relative;}
.regular_prc .cut_prc:after{
	position:absolute;
	right:-2px;
	left:-1px;
	top:42%;
	content:"";
	border-top:2px solid #ed1c24;
	transform:rotate(-15deg);
	}
.prod_price{
	float:left;
	width:100%;
	font-size:40px;
	line-height:46px;
	 background: linear-gradient(90deg, rgba(234, 216, 60, 1) 0%, rgba(210, 128, 39, 1) 85%, rgba(226, 123, 74, 1) 100%);;
	font-weight:700;
	margin:5px 0;
	-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	}
.free_shipping{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:400;
	margin-top:5px;
	}
.free_shipping img{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:-4px 6px 0 0;
	}
a.pakge_btn{
	    float: left;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, rgba(234, 216, 60, 1) 0%, rgba(210, 128, 39, 1) 55%, rgba(226, 123, 74, 1) 100%);
    box-shadow: 4px 3.5px 0 0 rgb(239 199 164);
    -webkit-box-shadow: 4px 3.5px 0 0 rgb(239 199 164);
    font-size: 21px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
	margin:10px 0 20px;
	}
.payment_card{
	    display: block;
    max-width: 100%;
    width: 110px;
    margin: 15px auto 0;
	}	
.package_tag{
	position:absolute;
	left:-17px;
	top:-17px;
	background:url(../images/package_tag.png) no-repeat left top;
	background-size:100%;
	width:95px;
	height:94px;
	text-align:center;
	padding-top:18px;
	padding-left:10px;
	}
.package_tag p{
	float:left;
	width:100%;
	height:100%;
	font-size:12px;
	line-height:18px;
	color:#fff;
	font-weight:700;
	transform:rotate(-45deg);
	margin-left:5px;
	}

/*====SECTION_5====*/
.section_5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.s5_left{
	float: left;
    width: 100%;
    text-align: center;
	}
.faq_prod{
	display:block;
	margin:0px auto 0;
	max-width:100%;
	}
.s11_right{
	float:right;
	width:56.8%;
	}
.faq_section{
	display: inline-block;
    width: 80%;
    text-align: left;
    margin: 40px 0 0 0;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 10px;
	}
.faq_slide_row{
	float:left;
	width:100%;
	background:#fff;
	border-bottom:1px dashed #636363;
	}
.faq_slide_row:last-child{ border:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/s2_close.png) no-repeat 98% center;
	background-size:12px;
	padding:17px 25px 17px 0;
	font-size:18px;
	line-height:26px;
	font-weight:700;
	color:#000000;
	letter-spacing:0.5px;
	position:relative;
	cursor:pointer;
	}
.acdn_heading.accordion_open{
	background:url(../images/s2_open.png) no-repeat 98% center;
	background-size:12px;
	padding-bottom:17px;
	border-bottom:none;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 35px 15px 0;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.3px;
	margin-bottom:15px;
	font-weight:normal;
	}
	
.acdn_para a{ color:#00F; text-decoration:underline;}
ul.acdn_list{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-left:15px;
	}
ul.acdn_list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	margin:5px 0;
	}
/*===========contact_strip=============*/
.contact_strip{
	    float: left;
    width: 100%;
    padding: 60px 0;
    background: #1c1c1a;
	}
.contact_row{
	width: 100%;
	max-width:1030px;
    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: 49.333%;
	padding: 0 20px;
	text-align: center;
	}
.contact_col_2{
	border-left:1px solid #ccc;
	}
.qsn_hdng{
	font-size:24px;
	line-height:30px;
	color:#fff;
	font-weight:600;
	
	}
.qsn_text{
	font-size:17px;
	line-height:26px;
	color:#fff;
	margin-top:15px;
	letter-spacing:0.3px;
	}
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: #54e756;
    font-weight: 600;
    border: 1px solid #54e756;
    border-radius: 50px;
    margin-top:25px;
    text-align: center;
	}
.call_text{
	font-size:17px;
	line-height:26px;
	color:#fff;
	font-weight:500;
	margin:5px 0;
	position:relative;
	}
.call_text a{
	color:#fff;
	}
.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: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #343434;
    width: 100%;
    margin-bottom: 10px;
	}
.ftr-btm{
	border-top:1px solid #d4d4d4;
	float:left;
	width:100%;
	padding-top:20px;
	}

/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
    margin: 30px 0;
}
.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: 18px;
    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: rgb(234, 216, 60);
    background: linear-gradient(90deg, rgba(234, 216, 60, 1) 0%, rgba(210, 128, 39, 1) 35%, rgba(226, 123, 74, 1) 100%);
	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 #e6ca38;
	}	
.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;
	display: inline-block;
    vertical-align: middle;
    
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(234, 216, 60, 1) 0%, rgba(210, 128, 39, 1) 55%, rgba(226, 123, 74, 1) 100%);
    box-shadow: 4px 3.5px 0 0 rgb(239 199 164);
    padding: 10px 0 6px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
	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_left{ width:60%;}
.banner_right{ width:40%;}
.banner_seal{ top:30px; right: 290px;}
.banner_prod{ width: 270px; right: 290px; top: 282px;}
.banner_img{ width:200px; top:300px;}

.comn-hding{font-size:44px; line-height:54px;}
.s1-house {margin-top: 80px;width: 570px;}

.s2-bx-tx{padding:0 10px;}

.s3_mid{ padding:0 0;}

.package_section{ padding:0;}
.pakge_prod{ max-width:100%;}


/*==================================
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_text1{ font-size:16px;}
.banner_text1 img{ width:85px;}
.banner_heading{ font-size: 38px; line-height: 48px;}
ul.banner_list2 li{    width: 22%;}
.banner_prod{ width: 244px; right: 120px;}
.banner_seal{ z-index: 2; width: 110px; height: 110px; top: 60px; padding: 22px 0 0; right: 190px;}
.seal_text{ font-size:14px; line-height:18px;}
.seal_text span{ font-size:26px; line-height:26px;}
.banner_img{ width:160px; top:160px;}
.banner .btn_box{ width:95%;}

.s1_right{ width:48%;}
.s1_act_img{ width:90%;}
.common_sub_head{ font-size:18px; line-height:26px;}
.common_heading{ font-size:37px; line-height:44px;}

.banner:before{height:390px;}
.bnr-lft{width:70%;}
.bnr-lft-hding {font-size: 38px; line-height: 48px;}
.bnr-stp{margin-top:20px;}
ul.bnr-stplist li{font-size:15px; margin-right:15px;}
.bnr-prd{width: 410px; right: 50px; top: 240px;}
ul.bnr-list li{font-size:19px; margin: 10px 0 0 0;}
.bnr-vdo { max-width:370px; top:320px;}
.bnr-reviw {width: 600px; margin: 60px 0 -180px 20px;}

.section1{padding:50px 0; border-top:2px solid #e5e5e5;}
.comn-hding {font-size: 36px;line-height: 44px;}
.s1-rgt{width:100%; margin:0; text-align:center;}
.s1-left{width:100%;}
.s1-house{margin-top:30px; width:auto;}
.s2-house-connect{top:200px;}
ul.s1-list{padding:0 40px;}

section_2{padding:50px 0;}
.num{font-size:20px;}
.s2-bx-hd{font-size:20px; line-height:30px; margin-top:5px;}
.s2-bx-tx{padding:0 5px; font-size:17px; line-height:24px; margin-top:8px;}

section_3{padding:50px 0;}
.s3_left{ width:40%;}
.s3_right{ width:55%;}
.s3_list_row img{ width:70px;}
.s3_list_inr{ width:calc(100% - 85px);}
.s3_list_inr span{ font-size:20px; line-height:30px;}
.common_text{ font-size:17px; line-height:25px;}

.section_4 { padding: 50px 0;}
.package_section{ padding:0 10px;}
.package{ width:31.5%; padding:15px;}
.pakge_seal{ width:62px; height:62px; right:0; padding:14px 0 0;}
.pakge1 .pakge_seal{ right:0;}
.pakge_seal p{ font-size:12px; line-height:16px;}
.pakge_seal p span{ font-size:20px;}
a.pakge_btn{ height:52px; line-height:56px; font-size:22px;}

.s5_left{ width:45%;}
.faq_section{ width:52%;}

.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:55px;}
.mobimenu-top{ top:55px;}

ul.mainMenu{ display:none;}
.logo { width: 130px; margin-top: 10px;}

#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{display:none;}
.top_strip_text2{  width: 49%;  margin: 0; text-align: center; font-size: 13px; line-height: 16px; display:none;}
.top_strip_text2 img{ display:none;}

.banner{ background:#f8f8fa; padding:25px 0 15px; position:relative;}
.banner:before{ position:absolute; content:""; height:405px; top:0; left:0; right:0;background:url(../images/banner_mob.jpg) no-repeat center top; background-size:cover;}
.banner_left{ width:100%; text-align:left; float:none; display:inline-block; vertical-align:middle; max-width:350px;}
.banner_text1{ font-size:13px; line-height:17px; color:#fff;}
.banner_text1 img{ width:68px; margin:-4px 4px 0 0;}
.banner_heading, .banner_heading span{ color:#fff; font-size:28px; line-height:36px; letter-spacing:0.3px; text-align:left;}
.bnr_mob_prod{ float:left;width:calc(100% + 30px); margin:15px 0 0 -15px; position:relative;}
.bnr_prod_m{ max-width:100%; display:inline-block; vertical-align:top; margin-left: -40px;}
.banr_seal_img{transform: rotate(65deg); top: 30px;}
.banner_seal{ left: auto; top: 150px; right: 130px; padding: 19px 0 0; width: 100px; height: 100px;}
.seal_text{ font-size:13px; line-height:17px;}
.seal_text span{ font-size:24px; line-height:24px; }
ul.banner_list{ width:100%;flex-wrap:wrap;column-gap:2%; margin-top: 10px;}
ul.banner_list li{ background-position:10px center; width:32%; padding:6px 10px 6px 32px; font-size:12px; line-height:16px;}
ul.banner_point{ display:inline-block; vertical-align:top; float:none; max-width:250px;}
ul.banner_point li{ font-size:15px; line-height:20px; padding-left:40px; margin-top:15px;}
ul.banner_point li strong{ font-weight:700; display:block;}
ul.banner_point li span{ display:none;}
ul.banner_point li img{ width:28px;}
.banner .btn_box{ width:100%;}
.btn_box{ margin-top:25px;}
ul.btn_list li{ font-size:12px; line-height:16px;}
a.common_btn{ font-size:17px; height:55px; line-height:55px;}
.banner ul.btn_list{ color:#000;}
.banner .ship_icon, .banner .money_back{filter: invert(0);}
.banner ul.btn_list, .banner ul.btn_list li{ color:#000;}
.banner a.common_btn{}
ul.banner_list2 li p{ color:#000; font-size: 12px; font-weight:400;}
ul.banner_list2 li {width: 25%; margin-top: 25px;}
ul.banner_list2{column-gap: 0;}
.banner a.common_btn .btn_arrow {filter: invert(0);}

.section_1{ padding:30px 0;}
.section_1:before { height:50px; top:-25px;}
.sec1_left{ width:100%; max-width:100%; margin:25px 0 5px;}
.s1_mid{  max-width: 100%; margin: 15px 0 0;}
.s1_right{ width:100%; text-align:center;}
.s1_imageBx{ margin-top:0px;}
.s1_act_img{ width:95%;}
.common_heading{ font-size:24px; line-height:34px;}
.common_text{ font-size:16px; line-height:24px; letter-spacing:0.5px; margin-top:17px;}

.section_2{ padding:30px 0;}
.sec2:before{display:none;}
.s2-inr{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.s2-inr-bx{width:100%; margin-top:30px; }
 .s2-bx-tx {padding: 0 5px; font-size: 16px; line-height: 26px; margin-top: 8px;}
 .s2-img{ max-width:100%;}

.section_3{ padding:30px 0; background:url(../images/section_5_m.jpg) no-repeat center 30% #fff;} 
.s3_mid{ margin:5px 0 10px; float:none; max-width:100%; display:inline-block; vertical-align:top;}
.s3_left{ display:none; width:100%;}
.s3_right{ width:100%;}
.s3_list_row{ margin:15px 0 0;}
.s3_list_row img{ width:65px;}
.s3_list_inr{width:calc(100% - 78px);}

.section_4{ padding:30px 0;}
.package_section{ padding:0; margin-top:5px;}
.package{ width:100%; padding:15px 15px 20px; border:2px solid #d1d1d1; border-radius:12px;}
.pakge1{order:2;}
.pakge2{order:1;}
.pakge3{order:3;}
.pakge_heading{ font-size:26px; line-height:26px;}
.pakge_heading span{ display:inline-block; vertical-align:middle; margin-top:-2px;}
.pakge_mob{ float:left; width:100%;display: flex;align-items: center;justify-content: space-between; padding:15px 0 5px;}
.pakgeProd_box{ width:44%; padding:0 0;}
.pakge_seal{ display:none;}
.pakge_priceBox{ width:52%; text-align:left; padding-left:10px; border-left:1px solid #eeeeee;}
.duration_text{ font-size:12px; text-align:center; line-height:12px; margin-bottom:10px; padding:7px 10px 5px; max-width:120px;}
.prod_price{ font-size:24px; line-height:24px; width:100%; margin-top:0;}
.regular_prc{ float: left; width: 100%; padding-right: 0; font-size: 16px; line-height: 28px; font-weight: 500; margin-bottom: 5px;}
.free_shipping{ font-size:15px; line-height:18px; margin-top:6px;}
.free_shipping img{ width:20px;}
a.pakge_btn{height: 50px;line-height: 54px;font-size: 22px;max-width: 100%; margin-top:10px;}

.section_5{ padding:30px 0 35px;}
.s5_left{ width:100%;}
.faq_section{ width:100%;}
.acdn_content{ padding:0 0 15px 0;}
.acdn_para{ font-size:15px; line-height:24px;}
ul.acdn_list{ padding-left:0;}
ul.acdn_list li{ font-size:15px; line-height:20px;}

.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:15px 0;font-size: 12px;line-height: 20px; margin: 20px 0 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;}

.tems_bg {padding: 10px 0;}
.trm-bx{margin: 20px 0;}

.continue-shpbtn{    font-size: 16px;}


}


/************************/
/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #efefef;
    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:0px 0 10px;
}
.trms-sec2 p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin:0px 0 15px;
}
.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: linear-gradient(90deg, rgba(234, 216, 60, 1) 0%, rgba(210, 128, 39, 1) 35%, rgba(226, 123, 74, 1) 100%);
    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){
.trms-sec2 .top-txt{font-size: 20px; padding: 5px 0;}
}
