@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: 'Rubik', 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;
	}

/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #0d9347;
    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: 12px;
    max-width: 210px;
	}
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-radius:100px;
	border:1px solid #ffd790;
	}
#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;
    border-radius: 40px;
    font-weight: 600;
    line-height: 42px;
	letter-spacing:0.3px;
    background: #ffa200;
    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===============*/
.banner{
	float: left;
    width: 100%;
    background: #f5fff9;
    overflow: hidden;
    padding: 70px 0 60px;
}
.banner_content{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 880px;
}
.banner_heading{
	font-size:50px;
	line-height:60px;
	color:#0f0f0f;
	font-weight:600;
}
.banner_text1{
	font-size: 18px;
    line-height: 28px;
    color: #0f0f0f;
    margin-top: 20px;
    padding: 0 20px;
}
p.list-hed {
    color: #565656;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    width: 70%;
    display: inline-block;
    margin-top: 20px;
}
p.list-hed span{
	background:#f5fff9;
	z-index:9;
	position:relative;
	padding:0 20px;
}
p.list-hed:before{
	position: absolute;
	content: '';
	border-top: 1px solid #e7e7e7;
	left: 0;
	top: 13px;
	width: 100%;
	z-index:1;
}
ul.bnr-lst{
	display: inline-block;
	vertical-align: middle;
	margin-top: 25px;
	width: 100%;
	max-width: 700px;
	}
ul.bnr-lst li{
	float:left;
	width:25%;
	text-align:center;
	padding:0 15px;
	border-right:1px solid #ddd;
	}
ul.bnr-lst li:last-child{ border:none;}
.bnr-lst-icn{
	display:block;
	margin:0 auto 8px;
	}
ul.bnr-lst li p{
	font-size: 18px;
    line-height: 26px;
    color: #0f0f0f;
    font-weight: 400;
	}
a.shop_button, .cont-btn, .continue-shpbtn{
	display:inline-block;
	vertical-align:middle;
	max-width:290px;
    width: 100%;
    font-size:24px;
    color: #fff;
    height:60px;
    line-height:60px;
    font-weight:600;
    margin-top:40px;
	border-radius:100px;
    text-align: center;
	background:#ffa200;
	letter-spacing:0.5px;
	border:none;
	}
.continue-shpbtn{
	width:auto;
	height:40px;
	line-height:40px;
	font-size:20px;
	padding:0 20px;
	margin:0;
}
img.bnr-btl1 {
    position: absolute;
    left: 0;
    bottom: -160px;
}
img.bnr-btl2 {
    position: absolute;
    right: 0;
    bottom: -40px;
    max-width: 300px;
}

/*==========sectionOne============*/
.sectionOne{
	float: left;
    width: 100%;
    padding: 70px 0 100px;
    position: relative;
	}
.s1-inr{
	float:left;
	width:100%;
	position:relative;
	padding:30px 30px 0 500px;
	text-align:left;
}
.s1-img{
	border-radius: 25px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
	border: 4px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.s1-bx{
	float:left;
	width:420px;
	background:rgba(255, 255, 255, 1);
	border-radius:50px;
	text-align:center;
	padding:45px 10px 55px;
	position:relative;
	z-index:1;
	margin-left:-140px;
	box-shadow:-15px 0 15px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:-15px 0 15px 1px rgba(0,0,0,0.1);
}
.s1-bx:after{
	content:'';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-35px;
	background:url(../images/s1-bx-arw.png) center bottom no-repeat;
	width:10px;
	height:68px;
}
ul.s1-lst{
	float:right;
	width:350px;
	-webkit-display:flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
ul.s1-lst li{
	width:50%;
	padding:15px;
	text-align:center;
	position:relative;
}
ul.s1-lst li:nth-child(odd):after{
	content:'';
	border-right:1px solid #e0e0e0;
	position:absolute;
	right:0;
	top:25px;
	bottom:25px;
	
}
ul.s1-lst li:nth-last-child(-n+2):before{
	content:'';
	position:absolute;
	top:0;
	right:35px;
	left:35px;
	border-top:1px solid #e0e0e0;
}
ul.s1-lst li p{
	font-size:17px;
	line-height:24px;
	font-weight:500;
}
.comnHdng{
	letter-spacing:0.5px;
	color:#262626;
	background:url(../images/comn-hdg-ctr.png) center bottom no-repeat;
	padding-bottom:40px;
	margin-bottom:-10px;
	}
.s1-bx .comnHdng{background:none; padding-bottom:0px;}
.comnHdng .sub-hd{
	font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.comnHdng .cmn-hd{
	font-size: 40px;
    line-height: 52px;
    color: #0f0f0f;
    font-weight: 500;
}
.comnHdng .cmn-hd span{color:#0f0f0f;}
.comn-para{
	font-size: 18px;
    line-height: 28px;
    /* letter-spacing: 0.5px; */
    margin-top: 25px;
	}
/*=============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: space-between;
    flex-wrap: wrap;
	}
.sec2_prod_col{
	width: 31.5%;
    text-align: center;
    margin-top: 40px;
    border-radius: 8px;
    padding: 25px 10px;
    background: #f5fff9;
	}
.sec2_prod_img{
	    display: block;
    margin: 0 auto 10px;
    max-width: 250px;
	}
.sec2_prod_name{
	font-size:24px;
	line-height:30px;
	color:#0f0f0f;
	font-weight:600;
	
	}
.s2_prod_about{
	font-size:16px;
	line-height:24px;
	color:#454545;
	font-weight:300;
	}
.reglr-prc {
    float: left;
    width: 100%;
    font-size: 24px;
    margin: 10px 0;
}
a.s2_shop_button {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 230px;
	font-size: 20px;
	color: #ffffff;
	height: 44px;
	border-radius: 40px;
	font-weight: 500;
	line-height: 44px;
	/* letter-spacing: 0.3px; */
	background: #ffa200;
	margin-top: 15px;
}

/*===============sectionThree==========*/
.sectionThree{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f5fff9;
	}
.sec3_left{
	    float: left;
    width: 50%;
    text-align: left;
	}
ul.s3_list{
	float:left;
	width:100%;
	margin-top:0px;
	}
ul.s3_list li{
	float:left;
	width:100%;
	margin-top:20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position:relative;
	}
ul.s3_list li:after{
	position:absolute;
	right:0;
	bottom:-10px;
	border-bottom:1px solid #ddd;
	content:"";
	width:calc(100% - 150px);
	}
ul.s3_list li:last-child:after{ display:none;}
.s3-lst-icn{
	border-radius:50%;
	border:2px solid #fff;
	}
ul.s3_list li > div{
	width:calc(100% - 130px);
	text-align:left;
	padding-left:20px;
	}
ul.s3_list li > div h3{
	font-size:20px;
	line-height:26px;
	color:#0f0f0f;
	font-weight:600;
	
	}
ul.s3_list li > div p{
	font-size: 18px;
	line-height: 26px;
	color: #232323;
	margin-top: 10px;
	}
.sec3_left a.shop_button{ margin-top:30px;}
.s3_rght{
	float:right;
	width:41%;
	margin-top:20px;
	}
.s3-rght-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:15px;
	}
/*===============sectionFour==========*/
.sectionFour {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}
.s4_ingbox {
        max-width: 100%;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 2px 6px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-top: 45px;
}
/*===========contact_strip=============*/
.contact_strip{
	    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fbfbfb;
	}
.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:#0f0f0f;
	font-weight:600;
	
	}
.qsn_text{
	font-size:17px;
	line-height:26px;
	color:#1e1e1e;
	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: #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{
	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: 20px;
    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:#0d9347;
	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 #0d9347;
	}	
.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;
	}
	

.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;}

img.bnr-btl1{max-width: 250px;}
img.bnr-btl2{max-width: 250px;}

.sectionOne{padding:70px 0;}
.s1-bx{width:350px; padding: 30px 15px 45px; margin-left: -200px;}
ul.s1-lst{width:320px;}

.sec2_prod_name{ font-size:22px;}

ul.s3_list li{ padding:10px 0;}


/*==================================
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_heading{font-size: 42px; line-height: 56px;}
.bnr-prod-mob{ margin:0 auto;}

.sectionOne{padding:40px 0;}
.s1-img{width:300px;}
.s1-inr{padding:20px 0 0 320px;}
.comnHdng .cmn-hd{font-size:32px; line-height:38px;}
.comnHdng .sub-hd{font-size:18px; line-height:26px;}
.comn-para{font-size: 16px; line-height: 24px; margin-top: 30px;}
.s1-bx{width:270px; padding:20px 5px 35px; margin-left:-120px;}
ul.s1-lst{width:280px;}
ul.s1-lst li{padding:10px;}
.s1-bx:after{height:48px;}
.s1-lst-icn{ max-width:40px;}
ul.s1-lst li p{ font-size:15px;}

.sec2_prod_row{flex-wrap: wrap;}
.common_heading {font-size: 36px;line-height: 44px;}
.sec2_prod_col {width: 48%;margin-top: 25px;}

.sec3_left{ width:100%; text-align:center;}
.s3_rght{ display:none;}
.s3-rght-img-mob{ margin:20px auto; border-radius:15px; max-width:100%;}

.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: 140px; margin-top: 7px;}

#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;}
.top_strip_text2 img{ display:none;}

.banner{ padding:15px 0 25px 0;}
.banner_heading {font-size: 30px; line-height: 38px;}
.bnr-prod-mob{ margin:0 auto; max-width:100%;}
.banner_text1{ font-size: 17px; line-height: 27px; margin-top: 11px; padding: 0 0;}
ul.bnr-lst{margin-top: 20px;}
ul.bnr-lst li{ padding:0 0px; border:none;}
.bnr-lst-icn {margin: 0 auto 5px;width: 35px;}
ul.bnr-lst li p{font-size: 15px;line-height: 20px;}
a.shop_button{max-width: 100%;font-size: 18px;height: 50px; line-height: 50px;margin-top: 25px;}
p.list-hed{ width:100%; font-size: 17px;}
p.list-hed span{padding: 0 10px;}

.sectionOne{ padding:30px 0;}
.s1-inr{padding:0; text-align:center;}
.s1-img{position: static; margin: 25px auto 0; max-width: 100%; width: 100%;}
ul.s1-lst{display:inline-block; vertical-align:top; max-width:360px; width:100%; float:none; margin:15px auto 0;}
ul.s1-lst li{float:left;}
ul.s1-lst li p{font-size:17px;}
ul.s1-lst li:nth-last-child(-n+2){padding-bottom:5px;} 
.s1-bx{float:none; display:block; margin:0 auto; border-radius:0px; box-shadow:none; max-width:100%; width:100%; padding:0px;}
.s1-bx:after{display:none;}
.comnHdng .cmn-hd {font-size: 26px; line-height: 38px;}
.comnHdng .sub-hd {font-size: 16px; line-height: 24px;}
.comn-para {font-size: 17px; line-height: 27px; margin-top: 18px;}

.sectionTwo{ padding:30px 0;}
.sec2_prod_row {padding: 0 10px;}
.sec2_prod_col{ width:100%;}
.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;}

.sectionThree{ padding:30px 0;}
.s3-rght-img-mob{ margin:20px 0 10px;}
ul.s3_list{ margin:0;}
ul.s3_list li{align-items: start;}
.s3-lst-icn{ width:75px;}
ul.s3_list li > div {width: calc(100% - 75px);padding-left: 15px;}
ul.s3_list li > div h3 {font-size: 20px; line-height: 26px;}
ul.s3_list li > div p { font-size: 17px; line-height: 27px; margin-top: 7px;}
ul.s3_list li:after {width: 100%;}
.sec3_left a.shop_button {margin-top: 10px;}

.sectionFour{ padding:30px 0;}
ul.s4-list1 li{ width:100%;}
ul.s4-list1 li:after{ display:none;}
.s4-list1-p2{font-size: 16px; line-height: 24px; padding: 0 0; margin-top: 10px;}
.s4-list1-p1{font-size: 22px; line-height: 28px;}
.s4_ingbox{margin-top: 25px;}


.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; width:100%; margin:10px 0 0 0;}

}

