@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;
	}
.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: #d5171b;
    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: 6px;
	max-width: 200px;
	}
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 #0fb733;
	border-radius: 5px;
	}
#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;
    background: #0fb733;
    margin-top: 20px;
    border-radius: 5px;
}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:33px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 2px;
	background-color: #555555;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 5px);
	transform: rotate(-45deg) translate(-8px, 5px);
	background:#555555;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6.5px, -3.5px);
	transform: rotate(45deg) translate(-6.5px, -3.5px);
	background:#555555;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:110px;
	background:#fff;
	z-index:9999;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:16px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*-----------------------
		BANNER CSS
------------------------*/
.banner-section{
	    float: left;
    width: 100%;
    height: 660px;
    background: url(../images/bnr-sec.jpg) no-repeat center top;
    overflow: hidden;
    background-size: cover;
	}
.banner-left{
	float: left;
    width: 48%;
    text-align: left;
    padding: 64px 0 0px;
	}
.bnr-top-txt{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    color: #010101;
    font-weight: 400;
	}
.bnr-str {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0;
}
.banr-heading{
	    float: left;
    width: 100%;
    font-size: 52px;
    line-height: 60px;
    color: #61070f;
    font-weight: 700;
    margin-top: 10px;
	}
.bnr-para{
	display: inline-block;
	vertical-align: top;
	width: 98%;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: 400;
	padding-bottom: 20px;
	margin-top: 18px;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	}
.bnr-uls{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 12px;
	}
.bnr-uls li{
	margin-top: 14px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 37px;
    text-align: left;
    position: relative;
    text-transform: capitalize;
	}
.bnr-uls li img {
    position: absolute;
    left: 0;
    top: 0;
}	
.bnr-uls li span{ font-weight:bold;}			
.btn-box{
    display: inline-block;
    vertical-align: middle;
    margin-top:38px;
    text-align: center;
    width:403px;
	max-width:100%;
	}
.banner-left .btn-box{ margin-top:33px;}	
a.packageBtn{
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
    height: 60px;
    overflow: hidden;
    color: #fff;
    font-size: 23px;
    line-height: 60px;
    position: relative;
    font-weight: 700;
    background: #0fb733;
    font-family: inherit;
	}
.stock-txt{
	    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0 0 0 17px;
    font-weight: 400;
    position: relative;
	}
.stock-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 11px;
    height: 11px;
    background: #0fb733;
    border-radius: 50px;
}
.stock-txt2{ 
	font-size: 12px;
    line-height: 12px;
    padding: 0;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}	
.stock-txt2 img{ max-width:12px; display: block;}
a.packageBtn img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 0 15px;
}
.bnr-prodt{
	    position: absolute;
    right: 350px;
    top: 310px;
    max-width: 380px;
	}

/*-----------------------
	SECTION-1 CSS
------------------------*/
.section-1{
	float:left;
	width:100%;
	padding:55px 0;
	background:#fff;
	overflow: hidden;
	}
.comn-hdg{
	float: left;
    width: 100%;
    font-size: 44px;
    line-height: 56px;
    color: #61070f;
    font-weight: 700;
	}
.comn-hdg span{
	display: inline-block;
	margin-bottom:6px;
    font-size:24px;
    line-height:32px;
	color:#000;
    font-weight:400;
	}
.comn-hdn-arw1{
	display: inline-block;
	vertical-align: middle;
	margin:0 0 0 15px;
	}	
.comn-hdn-arw2 {
    display: inline-block;
    vertical-align: middle;
    margin:0px 15px 0 0px;
    transform: rotate(180deg);
}	
.comn-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top:20px;
	}
.comn-pad{ padding:0 80px;}	

.s1-innr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s1-lft{
	float:left;
	width:39%;
	text-align:left;
	}
.s1-rgt{
	float: right;
	width: 58%;
	text-align: left;
	position: relative;
	}	
.s1-para{
	width:63%;
	}			
.s1-prodt{
	position: absolute;
    right: -2%;
    top: 115px;
	}
.s1-curve{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-top:-250px;
	}	
.s1-list{
	float: left;
    width: 100%;
    margin-top: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.s1-list li{
	float: left;
    width: 25%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding:30px 0 0 0px;
	position:relative;  
	}
.s1-list li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:94%;
	 border-top: 1px solid #dedede;
	 }	
.s1-list li span{
	display: flex;
    font-size: 22px;
    line-height: 28px;
    color: #61070f;
    font-weight: 700;
    padding: 0 0 15px 0px;
    position: relative;
    align-items: center;
    column-gap: 10px;
	}	
.s1-list li span img{
	}	

/*-----------------------
SECTION-2
------------------------*/

.section-2{
	float: left;
    width: 100%;
    padding: 60px 0;
	background: #fff;
	}
.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: #fff6f7;
	}
.sec2_prod_img{
	    display: block;
    margin: 0 auto 10px;
    max-width: 250px;
	}
.sec2_prod_name{
	font-size:20px;
	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: 35%;
    font-size: 24px;
    margin: 26px 0 0;
    text-align: left;
    font-weight: 600;
}
a.s2_shop_button {
	display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 190px;
    font-size: 20px;
    color: #ffffff;
    float: right;
    height: 44px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 44px;
    background: #0fb733;
    margin-top: 23px;
}


/*-----------------------
	SECTION-3 CSS
------------------------*/
.section-3{
	    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff6f7;
	}
.s3_left{
	float:left;
	width: 46%;
	text-align:left;
	}
.s3_left .comn-hdg {width: 90%;}	
.s3_left_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	border-radius:10px;
	padding: 25px 25px 25px;
	-webkit-box-shadow: 0 4px 12px 8px rgba(0,0,0,.1);
	box-shadow: 0px 4px 12px 8px rgba(0, 0, 0, 0.1);
	}
.comn-para.s3_left_txt{ margin-top:0px; float:none; width:auto; color:#343434;}
ul.s3_left_list{ margin-top:25px;}
ul.s3_left_list li{
	background: url(../images/s3-thik.png) no-repeat top 2px left;
    background-size: 16px;
    font-size: 17px;
    line-height: 20px;
    color: #343434;
    margin-top: 12px;
    padding-left: 26px;
	}
.s3-prod{
    float: right;
    margin: 0px 0 0 0px;
	}
.s3_left_box .btn-box {
    display: block;
    vertical-align: middle;
    margin: 25px auto 0;}

.s3_right{
	float:right;
	width:48%;
	text-align:left;
	}
.s3_right_list{
	float:left;
	width:100%;
	position:relative;
	margin-top: 20px;
	}
.s3_right_list li{
	width:100%;
	position:relative;
	padding:0 45px 0 80px;
	text-align:left;
	margin-top:50px;
	}
.s3_right_list li:first-child{ margin-top:0;}
.s3_right_list li:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:10px;
	border-radius:50%;
	background: #61070f;
    border: 12px solid #ffe4e6;
	}
.s3_right_list li:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: -50px;
	left: 15px;
	border-left: 2px dotted #61070f;
	}
.s3_right_list li:last-child:before{ display:none;}
.s3_right_list_step_txt{
	font-size: 22px;
    line-height: 30px;
    color: #61070f;
    font-weight: 500;
	}
.s3_right_list_hdg{
	font-size: 32px;
    line-height: 40px;
    color: #61070f;
    font-weight: 700;
    margin-top: 12px;
	}
.s3_right_list li .comn-para { float:none; width:auto;margin-top:10px;font-size: 19px;
    line-height: 29px;}
	
/*-----------------------
	SECTION-4 CSS
------------------------*/
.section-4{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff6f7;
	}
.s4_box{
	float: left;	
	width: 100%;
	margin:50px auto 0;	

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s4_box_col{
	float: left;
	width:32%;
	}	
.s4_box_col img{
	display: block;
    margin: 0 auto 28px;
    border: 2px solid #fff;
    border-radius: 10px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, .2);
	}
.s4_box_col h3{
	font-size: 26px;
    line-height: 33px;
    color: #61070f;
    font-weight: bold;
	}
.s4_box_col p{
	margin-top: 12px;
	padding: 0 5px;
	}
.benifit_txt{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	position:relative;
	}
.benifit_txt p{
	display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0px 25px;
    font-size: 25px;
    line-height: 54px;
    color: #000;
    font-weight: bold;
	}
.benifit_txt:before{
	content:'';
	position:absolute;
	background:#ced4d6;
	height:1px;
	top:27px;
	right:0;
	left:0;
	}

ul.s4_list{
	width: 100%;
	margin:40px auto 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
ul.s4_list li{
	width:13%;
	}
ul.s4_list li img{
	display: block;
    margin: 0 auto 12px;
	}
ul.s4_list li h3{
	font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
	}
.black_txt{ color:#000 !important;}
	
/*===========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: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{
	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;
    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:#d5171b;
	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 #d5171b;
	}	
.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;
	    display: block;
    width: 100%;
    border-radius: 6px;
    height: 60px;
    overflow: hidden;
    color: #fff;
    font-size: 23px;
    line-height: 60px;
    position: relative;
    font-weight: 700;
    background: #0fb733;
    font-family: inherit;
	}
	

.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%;}

.forMob,.forTab{ display:none ;}

@media only screen and (max-width: 767px){
	
	}

/*==============Media=============*/

@media only screen and (max-width:1200px){
.container{ width:1004px;}

/*******bnr********/
.banr-heading{font-size: 46px;}
.banner-left {width: 55%;}
.bnr-prodt {right: 240px; top: 350px; max-width: 340px;}

.s1-lft {width: 44%;}
.s1-rgt {width: 54%;}
.s1-list li {width: 29%;}

.s2-inr-lft{ width:40%;}
.s2-inr-rgt{ margin-top: 0; width: 100%; text-align: center; padding: 30px;}
.s2prod{ max-width: 250px; top: 324px; left: 494px;}
.s2-img{ position: static; margin: 13px auto 0;display: block; max-width: 480px;}
.s2txt{    top: 213px;font-size: 84px; line-height: 96px; right: 229px; display:none;}

.s3_left {width: 49%;}
.s3_right {width: 47%;}
.s3_right_list li {padding: 0 0px 0 65px;}

.s4_box_col p {padding: 0 0px;}



/*==================================
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;}

.logo{max-width: 180px;}


ul.feature_list{ padding:0;}
ul.feature_list li{ padding:0 15px;}
.comn_pading{ padding:0;}
.common_text{ font-size:17px;}

/*******Banner********/
.banner-section { height: 570px;}
.banner-left {width: 65%; padding:40px 0 0px;}
.bnr-top-txt {font-size: 18px; line-height: 29px;}
.banr-heading { font-size: 42px; line-height: 50px;  margin-top: 5px;}
.bnr-strip-line{background-size: 100% 100%;margin-top: 18px;}
.bnr-para {width: 100%; font-size: 17px;line-height: 28px; padding-bottom: 10px; margin-top: 10px;}
.bnr-prodt { right: 8%; top: 293px; max-width: 305px;}
.bnr-uls{margin-top: 6px;}
.bnr-uls li{ margin-top: 12px; font-size: 18px; padding-left: 38px; line-height: 26px;}

.section-1 {padding:45px 0;}
.s1-lft {float: none;display: inline-block;width: 86%;text-align: center;}
.s1-rgt {width: 100%;text-align: center;}
.s1-lft .comn-hdn-arw1{ display:none;}
.s1-para {width:100%;}
.s1-prodt {position: static;margin: 20px auto -9px;}
.s1-rgt .btn-box { margin:30px auto 0;}
.s1-list { margin-top: 50px;}
.s1-list li {width: 32%;font-size: 17px;line-height: 27px; padding: 25px 0 0 0px;}
.s1-list li span {font-size: 20px;line-height: 26px;padding: 0px 0 15px 47px;}

.section-2{padding:40px 0;}
.comn-hdg{font-size:28px; line-height:36px;}
.comn-txt{font-size: 16px; line-height: 24px; margin-top: 15px;}
ul.s2-lst li{font-size:17px; line-height:26px; padding-left:32px; margin-top:10px;}
.s2prod {max-width: 250px; top: 294px; left: 424px;}
.sec2_prod_row{flex-wrap: wrap;}
.sec2_prod_col {width: 100%;margin-top: 25px;}

.section-3 {padding: 45px 0;}
.s3_left {width: 60%;}
.s3_left_box {padding: 24px 16px 25px;}
ul.s3_left_list li {font-size: 16px;line-height: 20px;}
.s3_right {width: 38%;}
.s3_right_list li {padding: 0 0px 0 45px;margin-top: 35px;}
.s3_right_list li:before {top: 2px; bottom: -35px;left: 12px;}
.s3_right_list li:after {width:9px;height:9px;border: 9px solid #ffe4e6;}
.s3_right_list_step_txt {font-size: 18px;line-height: 28px;}
.s3_right_list_hdg {font-size: 24px;line-height: 34px;margin-top: 5px;}
.s3_right_list li .comn-para {margin-top: 5px;font-size: 17px; line-height: 26px;}

.section-4 {padding:45px 0;}
.s4_box {margin: 30px auto 0;}
.s4_box_col img {margin: 0 auto 18px;}
.s4_box_col h3 {font-size: 22px;line-height: 30px;}
.s4_box_col p {margin-top: 10px;}
.benifit_txt {margin-top: 30px;}
.benifit_txt:before {top: 22px;}
.benifit_txt p {padding: 0px 20px;font-size: 23px; line-height: 45px;}
ul.s4_list {margin: 30px auto 15px;}
ul.s4_list li h3 {font-size: 18px;line-height: 25px;}
ul.s4_list li img {margin: 0px auto 10px;width: 65px;}

.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;}

.topStrip{ display:none;}

ul.mainMenu{ display:none;}
.logo { width: 130px; margin-top: 5px;}

#cart_btn { margin: 11px 40px 0 0;  width: 100px; height: 34px;}
#cart_btn p{ font-size:16px; line-height:32px;}

/*******Banner********/
.banner-section { background: #fff6f7; height: auto; padding-bottom: 30px;}
.banner-left {float: none;display: inline-block;width: 100%;max-width: 355px;padding: 25px 0 0px; }
.bnr-prodt{ position:static; margin:10px auto 10px; max-width:100%;}
.bnr-top-txt { font-size: 18px; line-height: 28px;}
.bnr-top-txt span{ }
.banr-heading {font-size: 30px; line-height: 38px;  margin-top: 0;}
.bnr-para { width: 100%; font-size: 16px; line-height: 24px; margin-top: 10px;}
.btn-box, .banner-left .btn-box {margin-top: 22px;width:100%;}
a.packageBtn {height: 56px; font-size: 20px; line-height: 56px; }
.bnr-uls li img{ max-width: 22px; top: 3px;}
 .bnr-uls li {margin-top: 8px; font-size: 18px; padding-left: 32px; line-height: 26px;}
 
 .comn-para{ font-size: 16px; line-height: 24px;}

.section-1 {padding:25px 0;}
.s1-lft {width: 100%;}
.s1-prodt {position: static;margin: 15px auto -10px;}
.s1-rgt .btn-box {margin: 20px auto 0;}
.s1-list {margin-top:15px;justify-content: center;row-gap: 18px;}
.s1-list li { width: 100%; font-size: 16px; line-height: 24px; padding: 15px 0 0 0px;}
.s1-list li span {padding: 0px 0 8px 0px;}
.s1-list li:before {width: 100%;}
.s1-list li:nth-child(1):before { border:none;}

.section-2{padding:0px 0 30px;}
.s2-inr-lft, .s2-inr-rgt{width:100%;}
.s2-inr-rgt{ padding: 20px; margin-top: 0;}
.s2-img{max-width:100%; margin:15px 1.5%;}
.s2prod{left: 150px; max-width: 165px; top: 215px;}
.s2-nm{font-size:16px; line-height:22px;}
.s2-design{font-size:15px; line-height:22px; margin-top:5px;}
.s2-btm{margin-top:60px;}
.s2-btm h3{font-size:24px; line-height:30px;}
.s2-btm p{text-align:center; border-left:none; margin-left:0; padding-left:0; margin-top:15px;}
ul.s2-lst li {font-size: 17px; line-height: 27px; padding-left: 30px; margin-top: 10px; width: 100%;}

.section-3 {padding:25px 0; overflow:hidden;}
.s3_left {width: 100%;text-align: left;}
.s3_left .comn-hdg {width: 100%;}
.s3_right { width: 100%;}
.s3_right_list li {padding: 0 0px 0 40px;margin-top: 25px;}
.s3_right_list_hdg {font-size: 20px;line-height:28px;margin-top:4px;}
.s3_right_list li .comn-para {margin-top: 5px;font-size: 16px;line-height: 25px;}
.s3_left_box {padding: 24px 15px 25px;text-align: left;}
ul.s3_left_list {margin-top: 22px;}
ul.s3_left_list li {margin-top: 8px;padding-left: 22px;}

.section-4 {padding:25px 0;}
.s4_box {margin: 20px auto 0;justify-content: center;row-gap:20px;}
.s4_box_col {width: 100%;}
.s4_box_col p {margin-top: 6px;}
.s4_box_col h3 {font-size: 21px;line-height: 28px;}
.s4_box_col img { margin: 0 auto 15px;max-width:330px;}
.benifit_txt {margin-top: 20px;}
.benifit_txt p {padding: 0px 10px;font-size: 15px;line-height: 30px;}
.benifit_txt:before {top: 16px;}
ul.s4_list {margin: 20px auto 6px;justify-content: center;row-gap: 15px;}
ul.s4_list li {width: 33.33%;}
ul.s4_list li h3 {font-size: 16px;line-height: 20px;}
ul.s4_list li img {margin: 0px auto 6px;width:40px;}


.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;}

.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: #fdf8f8;
    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: 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: #d5171b;
    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;}
	}

