@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: 'Figtree';
	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%; vertical-align: middle}
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: #0c4765;
    padding:5px 0;
	text-align:center;
	}
.top_strip_text1{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
.top_strip_text2{
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 10px;
	}
.top_strip_text2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	}

	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	margin-top: -80px;
    position: relative;
    top:80px;
	background: #fff;
	}
.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: 180px;
}
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: 120px;
    height: 42px;
    border: 1px solid #ff6b02;
    border-radius: 50px;
	}
#cart_btn p{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:42px;
	color:#484848;
	padding:0 5px;
	}
.cart-ic{ 
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
	}
#cart_btn span{
	position: absolute;
    right: 0;
    width:35px;
    text-align: center;
    font-size:18px;
    line-height:28px;
	color:#484848;
	padding:7px;
	border-left:1px solid #ffd790;
	top:0;
	bottom:0;
	height:100%;
	}
a.header-btn {
    float: right;
    width: 140px;
    font-size: 16px;
    color: #ffffff;
    height: 42px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.3px;
	background:#ff6b02;
    margin-top: 20px;
	border-radius: 50px;
}

/*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;
	}
/********************************/
.bdhding{	
	    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #0c4765;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.bdhding span{
	display: block;
    color: #fe5901;
    font-family: "Roboto Slab", serif;
    text-transform: capitalize;
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
}
.bdfont{
	font-size: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
}
.orange{
    color: #fe5901;
}
/********************************/
.sec1{
	background:url(../images/sec1.jpg) center top no-repeat;
	height:820px;
	padding:30px 0;
	float: left;
    width: 100%;
	overflow: hidden;
}
.s1-inner{
	display: inline-block;
    vertical-align: middle;
    width: 65%;
	margin-top: 50px;
}

.s1hding{
	font-weight: bold;
    font-size: 37px;
    line-height: 44px;
    color: #0c4765;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.s1hding span {
	display: block;
    font-size: 62px;
    line-height: 60px;
    color: #fe5901;
    font-family: "Roboto Slab", serif;
    text-transform: capitalize;
}
.smile{position:relative;}
.smile img{position:absolute;left:35px;top:57px;max-width:100%;}
.s1txt{
	font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
ul.s1list{
	margin: 44px 0 0 0;
    text-align: center;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 10px;
}	
ul.s1list li{
	float: left;
	width: 22%;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    font-family: "Roboto Slab", serif;
	color: #0c4765;
}
ul.s1list li img{margin:0 auto 10px auto;display:block;}

.s1btnbx, .s2btnbx, .s3btnbx, .s5btnbx{
	width:370px;
	margin:54px auto 0 auto;
	    display: inline-block;
    vertical-align: middle;
}
.s2btnbx{margin:60px 0 0 0;}
.s3btnbx{margin:40px auto 0 auto;}
.s5btnbx{margin:44px auto 0 auto;}
.s1btn{
	height: 60px;
    width: 100%;
    background: #ff6b02;
    border-radius: 50px;
    font-weight: bold;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.btntxt{
	font-weight:600;
	font-size:16px;
	line-height:26px;
	text-align:center;
	margin-top:6px;
}

/*-----------------------
CSS FOR SECTION2
------------------------*/		
/*---------------section2--------------*/
.sec2{padding:90px 0 30px 0;    float: left;width: 100%;}
.s2-inner {
    float: left;
    width: 100%;
    text-align: left;
}
.s2hding{}
.s2txt{
	
}
.s2img{float:right;margin:-70px -30px 0 0;width: 540px;}
.s2-lft {
    float: left;
    width: 50%;
}
.s2txt2bx{position:relative;margin:62px 0 0 0;    display: inline-block;vertical-align: middle;width: 100%;}
.s2txt2{	
	font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	font-weight: 900;
}
.orange-outline{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff6b02;
}
.blue-outline{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0c4765;
}
.curve-arw{position:absolute;left:440px;top:-133px;}

.section2 {
    float: left;
    width: 100%;
    padding: 50px 0;
	background: #fff9f3;
}

.sec2_row {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.prodBox {
        float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 60px;
    row-gap: 100px;
    column-gap: 10px;
}
.prodbox-row {
	float: left;
    width: 32%;
    background: #fff;
    border: 1px solid #d9edff;
    position: relative;
}
.prod-headbox {
  	float: left;
    width: 100%;
    text-align: center;
    position: relative;
    background: #f8fcff;
    padding: 20px 0;
}

.prodbx-head {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    color: #0c4765;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}
.prodbx-head span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fe5901;
}
.prc-bx {
        float: left;
    width: 100%;
    padding: 0 13px 20px;
}
p.prodbx-prc {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #0c4765;
    font-weight: 700;
    margin-top: 10px;
}
.prod-1 {
	display: inline-block;
    width: 270px;
    margin: -90px auto 0;
}
a.order-btn {
        display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    font-weight: 500;
    background: #ff6b02;
    margin-top: 20px;
    text-align: center;
    border-radius: 50px;
}

/*=====================section3========================*/
.sec3{
	background:url(../images/sec3.jpg) center top no-repeat;
	padding:135px 0 30px 0;
	float: left;
	width: 100%;
}
.s3txt{text-align:center;margin-top:20px;}
.s3img{margin:15px auto 0 auto;display: inline-block;}
ul.s3list{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    margin-top: 10px;
}
ul.s3list li{
	float: left;
    width: 32%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px #e5e5e5;
    padding: 27px;
    position: relative;
}
ul.s3list li:last-child{margin:0 0 0 0;}
.s3lnum{
	position:absolute;
	right:27px;
	top:18px;
	font-size:45px;
	line-height:45px;
	font-family: 'TT Norms';
	text-transform:uppercase;
	color:#fff;
}
.s3lhding{
	font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-family: "Roboto Slab", serif;
    float: left;
    color: #0c4765;
}
.s2-icn1 {
    position: absolute;
    right: 30px;
    top: 20px;
}
ul.s3list li .bdfont {
    margin: 0;
}
.s3ltxt{margin-top:10px;}
.s3ldvdr{
	height: 3px;
    margin: 20px 0;
    background: #ff6b02;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
/*-----------------------
CSS FOR SECTION4
------------------------*/		
/*---------------section4----------------*/
.sec4{padding:40px 0; float: left; width: 100%}
ul.s4list{
	margin-top: 30px;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
ul.s4list li{
	float: left;
    width: 32%;
    border-radius: 10px;
    background: #fff9f3 url("../images/s4lbg1.png") no-repeat center bottom;
    padding: 30px 30px 270px;
    position: relative;
}
ul.s4list li:nth-child(2){background:#f2fbff url("../images/s4lbg2.png") no-repeat center bottom;}
ul.s4list li:nth-child(3){background:#fff4f1 url("../images/s4lbg3.png") no-repeat center bottom;}
.s4lnum{
	position:absolute;
	right:22px;
	top:25px;
	font-size:20px;
	line-height:20px;
	text-align:right;
}
.s4lhding{
	font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-family: "Roboto Slab", serif;
    float: left;
    color: #0c4765;
    width: 100%;
}
.s4ltxt{
	margin-top:5px;
}

/*---------------section5----------------*/
.sec5{background:url(../images/sec5.jpg) center top no-repeat;padding:95px 0 50px 0; float: left; width: 100%}
.s5txt{	
	    font-size: 39px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 36px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    width: 100%;
}

/*===========contact_strip=============*/
.contact_strip{
	    float: left;
    width: 100%;
    padding: 30px 0 0;
    background: #707070;
	}
.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;
    display: inline-block;
    background: #ccc;
    padding: 5px 30px;
    border-radius: 30px;
	
	}
.qsn_text{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-top: 15px;
	}
a.read_faq{
	display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    font-size: 19px;
    line-height: 48px;
    height: 50px;
    color: #ffa200;
    font-weight: 600;
    border: 1px solid #ffa200;
    border-radius: 50px;
    margin-top:25px;
    text-align: center;
	}
.call_text{
	font-size:17px;
	line-height:26px;
	color:#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===================*/


/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;	
	text-align:center;
	border-top: 1px solid #f4f4f4;
	}
.footerBox1{
	    float: left;
    width: 100%;
    background: #fff;
    padding: 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	}		
.ftrBox1{
	    float: left;
    width: 55%;
    text-align: left;
    padding-right: 40px;
	}
.ftr-logo{
	display: inline-block;
    vertical-align: middle;
    max-width: 200px;
	}	
.ftrbx1-t1{
	    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #303030;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 20px;
    border: 1px solid #d2d2d2;
    padding: 10px;
	}
.card-icon{
	display: inline-block;
	margin-top: 20px;
}
.ftrBox2{
	    float: left;
    text-align: left;
    width: 22%;
    margin-top: 20px;
	}
.ftrbx2-hd{
	    float: left;
    width: 100%;
    font-size: 18px;
    color: #959595;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
	}
ul.frt-list{
	float: left;
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	}
ul.frt-list li{
	    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
	}	
ul.frt-list li a{ color:#787878;}
.cont-t1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:300;
	margin-top:18px;	
	}
.cont-t1 a{ color:#787878;}	
.ftrBox3{ width:28%;}
ul.ftr-nav{
	float: left;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    align-items: center;
	row-gap: 10px;
}
ul.ftr-nav li{
	    float: left;
    font-size: 16px;
    position: relative;
    line-height: 23px;
	padding-left: 40px;
	}
ul.ftr-nav li a{color:#fff;}
ul.ftr-nav li img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
	position: absolute;
	left: 0;
	top: 5px;
	}							
.footerBox2{
	    float: left;
    width: 100%;
    text-align: center;
    background: #333;
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
	}
.ftr-cpyrght{
	float: right;
    padding: 0;
    width: 100%;
    text-align: center;
}		
.ftr-link{float:right;}	
.ftr-link a{ color:#5e5e5e; padding:0 5px;}	

/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1{margin-bottom: 10px;}
.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: 100%;
    text-align: left;
	}
.cont-sec1Lft .comn-text{ margin-top:0;}	
ul.cnt-list{
	    float: left;
    width: 100%;
    text-align: left;
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	}
ul.cnt-list li{
	    float: left;
    width: 100%;
    padding: 0 0 10px 60px;
    margin-top: 0px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
	flex: 1 1 350px;
	}
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}	
ul.cnt-list li img{
    position: absolute;
    left: 0;
    top: 10px;
	filter: grayscale(1);
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000;
    line-height: 30px;
	}	
ul.cnt-list li span{
	
    font-weight: bold;
	display: block;
	width:100%
	}
.cnt-social{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.cnt-social li{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li img{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li:nth-child(2) img{ margin:0 4px;}							

.cont-right{
	float:right;
	width:50%;
	background:#fff;
	position:relative;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}	
.cont-frm-hd{
	float:left;
	width:100%;
	text-align:left;
	background:#081935;
	padding:20px 30px;
	position:relative;
	}
.cont-frm-hd:after{
    position: absolute;
    content: "";
    left: 30px;
    bottom: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #081935;
	}	
.cont-frm-hd p{
	float:left;
	width:100%;
	font-size:33px;
	line-height:37px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.5px;
	}	
.cont-frm-hd img{
	position:absolute;
	bottom:-26px;
	right:30px;
	filter: drop-shadow(2px 4px 6px #ccc) grayscale(1);;
	}			
.cont-frm-box{
	float: left;
    width: 100%;
	text-align:left;
	padding:40px 30px 40px;
	}
.cont-input-box{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom:12px;
	margin-bottom:40px;
	}
.cont-input-half{ width:47%;}
.cont-input-box2{margin-bottom:0;}	
.cont-input-box label{
	float:left;
	width:100%;
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	}	
.cont-field-all{
    float: left;
    width: 100%;
	background:none;
    color: #fff;
    font-size: 16px;
	font-family: inherit;
	font-weight: 400;
	-webkit-appearance:none;
	outline:none;
	border:none;
	}
.cont-field-all::placeholder{
	 color:#c1bebe;
	 font-size:18px;
	 font-weight:600;
	 }
textarea{ resize:none; height:90px;} 	

.cont-btn{
	margin-top:20px;
	border:none;
	}
	

.contact2-sec1{ position:relative; padding-bottom:50px;}	
.contact2-sec1:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#ffeded;
	height:350px;
	}	
.contact2-sec1 .comn-text{ margin-top:0;}
.cont2Box{
	float:left;
	width:100%;
    background: #dd2027;
    position: relative;
    border-radius: 22px;
	margin-top:50px;
	
   	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}
.cont2-sec1Lft{
	position:absolute;
	top:15px;
	left:15px;
	bottom:15px;
    width: 45%;
	background:#fff;
    text-align: left;
	border-radius: 22px;
	padding:30px 40px;
	}
.cont2-sec1Lft ul.cnt-list{ margin-top:0;}	
.cont2-sec1Lft .cnt-social{ margin-top:50px;}
.cont2-right{
    float: right;
    width: 53%;
	padding:30px;
	}
.cont2-right .cont-frm-box{ padding:0;}		
.cont2-right .cont-frm-hd{ background:none; padding:0; margin-bottom:40px;}	
.cont2-right .cont-frm-hd:after{ display:none;}	
.cont2-right .cont-frm-hd img{ bottom:22px; right:25px;}

.thank-you{ padding:30px 0; float:left; width:100%;}


/*==============Media=============*/

@media only screen and (max-width:1200px){
.container{ width:1004px;}
	
	.bdhding{font-size:52px;line-height:62px;}

	
	.s2img{float:right;margin:-70px -96px 0 -30px;}
	.s2txt2 {font-size: 77px;line-height: 87px;}
	.curve-arw {left: 376px;top:-125px;}

.prodbox-row{ }
.prodbx-para{ font-size:15px; line-height:23px;}
.prod-2{ right:-19px;}
.prodBox{ column-gap: 13px;}
	
.s1Cont{ width:47%; padding-left:10px;}
.s1-rgt{ width:48%;}
.s1-prod2{ right:0;}

.off-txt{font-size: 32px;}
.prc-off-sec ul li span{font-size: 13px; line-height: 24px;}
	
.s3-bx-tx1{width:100%; font-size:15px;}


.prd-mg {font-size: 16px;}

/*==================================
CSS FOR PRODUCT_DETAILS_PAGE
=====================================*/
.prod_details_left{ width:38%;}
.pkg_btn{width: 250px;}
.cards-secure p{ font-size:11px;}
}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}
	
.bdhding{	font-size:45px;line-height:55px;}

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;}



	.sec1{background:url(../images/sec1-tab.jpg) center top no-repeat;height:678px;padding:30px 0;}
	.s1hding {font-size: 80px;line-height: 90px;margin: 20px 0 0 0;}
	.smile img {width: 85px;left: 28px;top: 45px;}
	.s1txt{margin-top:22px;}
	ul.s1list{margin:35px 0 0 0;}
	ul.s1list li {font-size: 21px;line-height: 31px;}

	ul.strip-list li {margin: 5px 9px 0 0;}
	ul.strip-list li:last-child{margin:5px 0 0 0;}
	ul.strip-list li img{max-width:90%;}

	.sec2 {padding: 40px 0 20px 0;}
	.s2img{margin:-10px -96px 0 -30px;width:350px;}
	.s2txt {margin-top: 20px;width: 540px;}
	.s2txt2bx {margin: 32px 0 0 0;}
	.s2txt2 {font-size: 58px;line-height: 68px;}
	.curve-arw{width:200px;top:-100px;left:360px;}
	
	.sec3{background:url(../images/sec3-tab.jpg) center top no-repeat;padding:125px 0 30px 0;}
	ul.s3list li {padding: 20px 15px;height: 310px;}

	.s3lhding{font-size:24px;}

	.sec4 {padding: 20px 0 30px 0;}
	ul.s4list li, ul.s4list li:nth-child(2), ul.s4list li:nth-child(3) {padding: 20px 15px 235px 15px;height: 630px;background-size:100%;}
	.s4lhding {font-size: 24px;line-height: 30px;}
	.s4ltxt {margin-top: 12px;}

	.sec5{background:url(../images/sec5-tab.jpg) center top no-repeat;padding:45px 0 50px 0;}
	.s5txt {font-size: 50px;line-height: 60px;}

	.footerBox1{ padding:40px 0;}
	.ftrBox1{ width:100%; padding:22px 30px 22px 0px; position:relative; text-align:left;}
	.ftr-logo{ position:absolute; top:0; left:0; margin:0; width:200px;}
	.ftrbx1-t1{line-height: 23px;}
	.ftrBox2{ width:30%; margin-top:30px;}
	.ftrBox3{ width:40%;}
	.footerBox2{ font-size:15px;}
	ul.ftr-nav li:last-child{ padding-left:0; margin-top:10px;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.bdinpad{padding:0 10px;box-sizing:border-box; }
.bdhding{font-size: 22px;line-height: 28px;}
.bdhding span{font-size: 28px;line-height: 32px;}
.bdfont{font-size: 17px;line-height: 24px;margin-top: 10px;}

.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px;}
.mob-mnu-ic{  top:20px;}
.mobilemenu{ top:82px;}
.mobimenu-top{ top:55px;}

ul.mainMenu{ display:none;}
.logo { max-width: 130px;margin-top: 5px;}

#cart_btn { margin: 11px 40px 0 0; height: 34px;padding-right: 0px; width: 70px;}
#cart_btn p {font-size: 14px;line-height: 32px;}
.cart-ic{width: 16px;}
#cart_btn span{width: 30px;font-size: 16px; line-height: 24px;padding: 4px;}
.top_strip_text1{font-size: 12px;}
.top_strip_text2{  width: 49%;  margin: 0; text-align: center; font-size: 13px; line-height: 16px;}
.top_strip_text2 img{ display:none;}

	.sec1{background:#ddf5f7;height:auto;padding:20px 0 30px 0;}
	.s1-inner{width:100%; margin-top: 0;}
	.s1hding {font-size: 20px;line-height: 28px;margin: 0px 0 0 0;}
	.s1hding span{font-size: 36px;line-height: 40px;}
	.smile img {width: 64px;left: 20px;top: 33px;}
	.s1txt{        font-size: 16px;line-height: 24px;margin-top: 10px;}
	ul.s1list {margin: 20px 0 0 0;}
	ul.s1list li {font-size: 15px;line-height: 23px;width: 44%;}
	.bnr-prod{display: inline-block;margin: 10px auto -10px;}
	
	.s1btnbx, .s2btnbx, .s3btnbx, .s5btnbx{margin-top: 20px;width: 310px;}
	.s1btn{font-size: 18px;line-height: 50px; height: 50px;}

	.strip{padding:20px 0 65px 0;}
	ul.strip-list{padding:0;margin:54px 0 0 0;}
	ul.strip-list li{padding:3px 10px 0 10px;}
	ul.strip-list li img{max-width:100%;}


	.sec2, .section2, .contact-sec1 {padding: 35px 0 30px 0;}
	.s2-lft{width:100%;  text-align: center;}
	.s2hding{text-align:center;}
	.s2img1{float:none;margin:10px auto 0 auto;display:inline-block;}
	.s2txt{text-align:center;width:auto;}
	.s2txt2bx{height:56px;margin:26px 0 0 0;padding:0 0 0 0;}
	ul.s2list{padding:0 0 0 0;}
	ul.s2list li{float:left;display:inline-block;padding:3px 5px 0 5px;text-align:center;}
	.s2txt2 {font-size: 40px;line-height: 46px;}
	
	
	.sec3{background:#dcf5f7;padding:35px 0;}	
	ul.s3list li, ul.s3list li:last-child{width:100%;height:auto;}	
	ul.s3list li:first-child{margin:0;}
	.s3ldvdr {margin: 13px 0 17px 0;}	
	.s3lhding { font-size: 20px;line-height: 28px;}
	.s2-icn1{top: 10px;right: 20px; width: 40px;}
	.s3txt{margin-top:16px;}

	.sec4 {padding: 35px 0 0 0;}
	ul.s4list li, ul.s4list li:nth-child(2), ul.s4list li:nth-child(3){width:100%;height:auto;margin:0px 0 0 0;background-size:300px;padding: 20px 15px 220px 15px;}

	.sec5{background:#fff;padding:45px 0 35px 0;}


.section1{ padding:30px 0;}
.sec1Box{}
.common-para{font-size: 16px; line-height: 25px; margin-top: 5px;}
.top-0{ margin-top:0px;}
.s1Cont{ padding: 0; width: 100%; margin-top: 20px;}
.s1-list li{font-size: 16px;line-height: 25px;padding: 0 0 15px 45px;background-size: 35px;width: 100%;}
.btnBlk{ margin-top:30px;}
.s1-rgt-mob{ float:none; display: inline-block; vertical-align: middle; width:100%; margin:15px auto 5px; padding:0 25px 25px 0; position:relative;}
.s1-rgt-mob:before{ content: ''; position: absolute; top: 45px; left: 100px; bottom: 0; right: 0; background: #f1faff; border-radius: 15px;}
.common-head {font-size: 28px; line-height: 34px;}
.common-head span{font-size: 20px;line-height: 30px;}

	
.s2-top{padding:25px 0 20px;}
.sec2_row{margin-top:0px;}
.prodbox-row {width: 100%;}
.sec2_tab-row{padding:5px; justify-conent:space-between; -webkit-justify-content:space-between;}
.sec2_tab-col{
	display:flex; 
	-webkit-display:flex; 
	align-items:center; 
	-webkit-align-items:center; 
	padding:4px 7px 2px; 
	font-size:9px; 
	line-height:9px; 
	width:auto;
}
.prod-1{width: 240px;}
.prodBox{row-gap: 80px;margin-top: 80px;}
.prodbx-head{    font-size: 22px;line-height: 32px;}
.prodbx-head span{    font-size: 17px;line-height: 27px;}
p.prodbx-prc{font-size: 20px;margin-top: 5px; line-height: 28px;}
	
.sec2_tab-col img{width:13px; margin: -2px 5px 0 0;}
.sec2_tab-col p{width:calc(100% - 18px);}
.s2-bottom{padding-bottom:35px;}
.sec2_tab_content{width:100%;}
.sec2_tab_content_hd{font-size:20px; line-height:26px;}
.tab-icn_bg{width:30px; height:30px;}
.sec2_tab_img{max-width:250px; width:100%; margin:25px auto -30px;}
.sec2_tab_content .comn-btn{margin-top:30px;}
	
.sec5_tab_content-box{
	margin-top:10px;
	padding-top:15px;
	border-top:1px solid #e8f5ff;
}
.accdn-hd{
	float:left; 
	width:100%; 
	font-size:18px; 
	float:left;
	border-radius:5px;
	background:#fff;
	text-align:left;
}
.accdn-hd p{
	    display: inline-block;
    vertical-align: middle;
}
.accdn-hd img{
	width:25px;
	margin-right:5px;
	float:left;
}
.accdn-hd span{
	float:right;
}

.prc-off-sec ul li{ width:100%; height:70px;}
.off-txt {font-size: 28px; width: 50%;}
.mg-txt{ font-size:16px; line-height:28px;}
.prc-off-sec ul{ row-gap:20px;}
.prc-off-sec ul li span {font-size: 14px; line-height: 24px;}
.prc-off-sec ul li .btl-img1 {max-width: 90px; margin-top: -24px;}

.section3{padding:30px 0 30px;}
.s3-bx{width:100%;}
.s3-bx h3{font-size:20px; line-height:24px;}
.s3-bx-tx1{padding: 5px 10px 5px 32px;}

.section4{ padding:30px 0 30px;}
.faq-container{padding:0; margin:10px 0 0;}
.accordion{font-size:17px; line-height:24px;}
.acdn-para{font-size:16px; line-height:22px;}
ul.acdn-lst li{font-size:16px; line-height:20px; margin-top:10px;}

.section5{ padding:30px 0 30px;}
.sec5-left{ width:100%;}
.mail-field{ width: 100%; padding-top: 13px;}
.sec5-left .common-head {font-size: 26px; line-height: 36px;}

.section6{ height:auto; background-size:cover; padding:40px 0;}
.s6Box{ max-width:100%; height:auto; padding:20px;}
a.more-btn{ font-size:20px; line-height:20px;}

.section7{ padding: 25px 0 35px;}
.sec7Box{ width:100%; padding:0 12px 25px;}
.s7-logo{ width: 85px; margin-top:-36px;}

.prodBreadcrm p { padding-left: 0;}




.cont-sec1Lft{ width:100%;}
.cont-sec1Lft .comn-para{ margin-top:0;}
ul.cnt-list li{padding: 0 0 10px 52px;}
.cont-right{ width:100%; margin-top:30px;}
.cont-frm-hd p{ font-size:24px;}


/*-----------------------
CSS FOR FOOTER
------------------------*/	
.footerBox1{ padding:30px 0;}	
.ftrBox1{ padding:0;}
.ftr-logo{ position: static; width: 110px; margin-bottom: 0;}
.ftrBox2{ width:50%; margin-top:20px;}
ul.frt-list{ margin-top:5px; row-gap: 5px;}
ul.frt-list li{ font-size: 13px; margin-top: 0px; line-height: 20px;}
.ftrBox3{ width:100%;}
ul.ftr-nav{ margin-top:0;}
ul.ftr-nav li{ font-size:15px; margin-top:10px;}

.footerBox2{ padding:20px 0; font-size:13px;}
.ftr-cpyrght{ float:none; display:inline-block; vertical-align:middle;}
.ftr-link{ float:none; display:inline-block; vertical-align:middle; margin-top:6px;}
.ftr-link a{ padding:0;}
	
	
	



.continue-shpbtn{    font-size: 16px;}

}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #f3f8ff;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	    height: 40px;
    line-height: 40px;
    background: #081935;
    color: white;
    margin: 20px 0 20px 0;
    padding: 0 10px;
    font-size: 20px;
    float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size:18px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 20px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 10px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
       float: left;
    width: 100%;
    background: #081935;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
}
.ing-lft-bx img {
    max-width: 100%;
}

@media only screen and (max-width: 767px){
	.tems_bg {    padding: 10px 0;}
	.trms-sec2{ padding:30px 0;}
.tems_bg {padding: 10px 0;}
.trm-bx{padding: 10px;}
	.trm-bx h1{font-size: 22px;line-height: 30px;}
.trms-sec2 h3{font-size: 17px;}
	}

