@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width:100%;}
body{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "DM Sans", sans-serif;
	font-weight:normal;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
	background:#fff;
	}
.container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	position:relative;
	}
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
*{box-sizing:border-box;}
.flt{float:left;width:100%;}
.bdhding{
	font-weight:300;	
	font-size:40px;
	line-height:44px;
	color:#000;
	text-align:center;
}
.bdfont{
	font-size:18px;
	line-height:28px;
}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1179px){
.container{ max-width:1004px; width:100%; }
}
@media only screen and (max-width: 1013px){
.container{ max-width:760px; width:100%; }
.bdhding{
	font-size:36px;
	line-height:40px;	
}
}
@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px;}
.bdinpad{padding:0 15px;}
.bdhding{
	font-size:33px;
	line-height:40px;	
}
.bdfont{line-height:24px;}
}
@media only screen and (max-width: 359px){
.bdsubhding{
	font-size:30px;
	line-height:38px;
}
}
/*=========================
CSS FOR HEADER
===========================*/
.topstrip {
	background: #06835e;
	padding: 6px 0 7px 0;
	float: left;
	width: 100%;
}
ul.striplist {
    padding: 0;
    float: right;
}
ul.striplist li {
    float: left;
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-align: left;
    font-weight: 500;
}
ul.striplist li img {
    vertical-align: baseline;
    margin: 0 6px 0 0;
}
ul.striplist li:last-child{ border:none;}

.topbar{
	background:#3f4d83;
	padding:6px 0;
}
.topbar-txt{
	font-size:16px;
	line-height:18px;
	color:#fff;
	text-align:center;
}
.topbar-txt span{font-weight:bold;}
.topbar-txt a{
	color:#ffd738;
	font-weight:bold;
	text-decoration:underline;
}
.top-fix-bar {margin-bottom: 76px;}
.header{		
	height: 76px;
    margin-top: -76px;
    position: relative;
    top: 76px;
    background: rgba(255, 255, 255, 0.3);
    padding: 7px 0;
	float:left;
	width:100%;
}
.inner-hdr {
    background: #333;
}
.fixed-nav .header{
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:76px;
	background: rgba(0, 0, 0, 0.8);
}
.logo{
	float: left;
   	width: 200px;
    margin-top: 4px;
}
.logo img {
    filter: brightness(0) invert(1);
}
ul.nav{float:right;margin:13px 0 0 0;}
ul.nav li{
	float:left;
	display:inline-block;	
	font-size:18px;
	line-height:36px;
	text-align:center;	
}
ul.nav li a{color:#fff;display:block;padding:0 22px;text-transform: uppercase;letter-spacing: 3px;font-weight: 300;}
ul.nav li a:hover, ul.nav li a.active{
	border-radius: 30px;
    display: block;
}
ul.nav li:last-child a:hover, ul.nav li:last-child a.active{
	/*background:none;
	color:#000;
	border-radius:0;*/
}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 22px;
    margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#fff;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
        padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 55px;
    background: #333;
    border-top: 1px solid #ffffff;	
}
#menu-container .menu-list  li a{	
	font-size:18px;
	padding:12px 0 12px 0;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px dotted #fff;	
}
#menu-container .menu-list  li a.active{background:#fff;color:#000;}
@media only screen and (max-width: 1013px){
.header{height:55px; top:55px; margin-top:-55px;}
.top-fix-bar {margin-bottom: 55px;}
.fixed-nav .header{height:55px;}

.intop-fix-bar {margin-bottom: 87px;}
.logo{  width:128px;}

ul.nav li{display:none;}
.cart-link{position:absolute;right:55px;top:8px;}
}
@media only screen and (max-width: 479px){
.topbar-txt{
	font-size:14px;
	line-height:17px;
}
}
@media only screen and (max-width: 359px){
.logo{width:180px;margin:8px 0 0 0;}
.topbar-txt {
    font-size: 12px;
    line-height: 17px;
}
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
/************BANNER************/
.banner{
	float:left;
	width:100%;
	height:515px;
	background:url(../images/bg-bnr.jpg) no-repeat center top;
	background-size:cover;
	}
.bnr-content{
	width:100%;
	float:left;
	box-sizing:border-box;
	position:relative;}
.product-bnr {
        position: absolute;
    top: 160px;
    left: 375px;
    max-width: 260px;
}
.bnr-rgt {
	    width: 60%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    margin-top: 64px;
}
.p1-bnr, .p2-bnr{
	float: left;
	width: 100%;
	text-transform: capitalize;
}
.p1-bnr {
	font-size: 28px;
	line-height: 42px;
	margin: 0 0 0;
	color: #171616;
}

.p2-bnr { 
	    font-size: 68px;
    line-height: 78px;
    font-weight: 700;
    color: #3f4d83;
    letter-spacing: 0;
    margin-top: 0px;
}
.brn-txt{
	float: left;
	width: 78%;
	font-size: 18px;
	line-height: 28px;
	color: #010101;
	margin: 10px 0 0 0;
	}
ul.brn-list{
    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
	}
ul.brn-list li{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	font-size:15px;
	line-height:22px;
	padding:5px 20px;
	border-right:1px solid #adb0b5;
}
ul.brn-list li:last-child{
	border-right:none;
	padding-right:0;
	}
ul.brn-list li:first-child{
	padding-left:0;
	}	
ul.brn-list li span{
	display: block;
    font-weight: 700;
    line-height: 30px;
    font-size: 20px;
    color: #254776;
    text-transform: capitalize;
	}			
.shop-btn {
        display: inline-block;
    width: 270px;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    padding-bottom: 3px;
    position: relative;
    transition: all ease 0.2s;
    background: #29c100;
    margin-top: 31px;
}

/*-----------------------
SECTION-1 CSS
------------------------*/
.sec1{
	float:left;
	width:100%;
	background:url(../images/sec1.jpg) center top no-repeat; 
	padding:0px 0 60px;
	position:relative;
	overflow:hidden;
	}
.s1-inr{
	float: left;
    width: 100%;
    margin-top:55px;
    padding:50px 430px 60px 48px;
    text-align: left;
    position: relative;
    background: #fff;
	border-radius:12px;
	border-width:8px;
    border-style: solid;
    border-image: linear-gradient(to right, #e1f8ac, #34cd8e) 1; 
	}
.s1-face-tx{
	font-size: 30px;
	line-height: 34px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	}
.s1-face-tx p{
	display:inline-block;
	vertical-align:middle;
	}
.s1-faces{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	width:150px;
	}
.s1-hd{
	font-size: 35px;
    line-height: 40px;
    color: #000;
    float: left;
    width: 100%;
    text-transform: capitalize;
    letter-spacing: 1px;
	}
.s1-hd span {
    font-family: "Quicksand", sans-serif;
    display: block;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: 0;
    color: #3f4d83;
    font-weight: 700;
}
.s1-tx{
	font-size: 20px;
    line-height: 30px;
    margin: 10px 0 0;
    float: left;
    width: 90%;
	}
ul.s1-list{
	    float: left;
    width: 100%;
    margin-top: 110px;
    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.s1-list li{
	float: left;
    width: 25%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: left;
    position: relative;
	}
ul.s1-list li span{
	display:block;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	}
ul.s1-list li img{
	float: left;
    margin: -5px 10px 0 0;
    width: 70px;
	}	
.btn-bx{
	    display: inline-block;
    vertical-align: top;
    max-width:250px;
    width: 100%;
    text-align: center;
    margin-top: 35px;
	}
.comn-btn{
	height: 60px;
    font-size: 23px;
    line-height: 60px;
    font-weight: 300;
    color: #fff;
    background: #384163;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-transform: uppercase;
    font-family: inherit;
    border: none;
    outline: none;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s;
	}
.btn-arw{
	width:60px;
	border-left:1px solid #4dd06a;
	position:relative;
	float:right;
	height:100%;	
	}
.btn-arw:after{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	border-left:10px solid #fff;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	}
.btn-tx{
	font-size:17px;
	line-height:22px;
	color:#3d3d3d;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-top:10px;
	}
.btn-tx:before, .btn-tx:after{
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    background: #c8c8c8;
    height: 1px;
    margin: 0 20px;
	}
ul.s1-lst2{
	position:absolute;
	right:0;
	top:180px;
	width:118px;
	padding:10px;
	border:1px solid #b5ddcc;
	border-radius:100px;
	}
ul.s1-lst2 li{
	font-size:14px;
	line-height:18px;
	font-weight:500;
	color:#000;
	text-align:center;
	padding:15px 0;
	border-bottom:1px solid #b5ddcc;
	}
ul.s1-lst2 li:last-child{border-bottom:none;}
.s1-icn{
	display:block;
	margin:0 auto 3px;
	}
.s1-prd{
	position: absolute;
    right: 24%;
    top: 366px;
    max-width: 190px;
	z-index: 1;
}
.s1-model{
	position: absolute;
    right: -60px;
    top: 120px;
    width: 670px;
	}

/*-----------------------
SECTION-2 CSS
------------------------*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	position:relative;
	}
.comn-hdg{
   	font-size: 42px;
    line-height: 52px;
    color: #3f4d83;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font-family: "Quicksand", sans-serif;
    width: 100%;
    font-weight: 700;
	}
.comn-txt{
	font-size: 18px;
    line-height: 28px;
	color:#000;
	margin-top:20px;
	display: inline-block;
    vertical-align: middle;
	width:100%;
	}
.sec2 .comn-hdg{
	text-align: right;
    width: 62%;
    padding: 0px 0 0 400px;
    z-index: 1;
    position: relative;
	}	
.sec2 .comn-txt{
	float:right;
	width:32%;
	text-align:left;
	margin:10px 0 0;}	
.s2-tx1{
	font-size:24px;
	line-height:32px;
	font-weight:500;
	margin-top:20px;
	}
.s2-img{
	position: absolute;
    left: -12px;
    top: -20px;
	}
ul.s2-ing-lst{
	    float: left;
    width: 100%;
    margin-top: 95px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}
ul.s2-ing-lst li{
	    float: left;
    width: 32%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: left;
    padding: 45px 20px 30px;
    background: #f5f5f5;
    border-radius: 10px;
}
ul.s2-ing-lst li span{
	    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #3f4d83;
    margin: 15px 0 5px;
    font-family: "Quicksand", sans-serif;
	}
.s2-ing{
	    position: absolute;
    right: 10px;
    top: -30px;
	}

ul.s2-ing-lst li:last-child:after{display:none;}

.s2-slide-box{
	display:inline-block;
	vertical-align:top;
	width:1430px;
	max-width:100%;	
	}
.s2-inr{
	float:left;
	width:100%;
	margin-top:40px;
	}
.s2-inr-bx{
	width:267px !important;
	margin:10px 10px 40px;
	background:#fff;
	overflow:hidden;
	border-radius:8px;
	display:inline-block;
	vertical-align:top;
	position:relative;
	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);
	text-align:left;
	}
.s2-img-lst{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s2-tsti-cont{
	float:left;
	width:100%;
	padding:0 20px;
	}
.s2-tsti-nm{
	font-size:14px;
	line-height:24px;
	margin-bottom:5px;
	padding-top:10px;
	}
.s2-tsti-nm span{
	font-size:18px;
	font-weight:600;
	}
.s2-tsti-nm img{
	display:inline-block !important;
	vertical-align:top;
	margin-top:5px;	
	}
.s2-tsti-tx{
	font-size:18px;
	line-height:24px;
	padding:20px 0;
	}
.star-img{
	display:block;
	}
/*-----------------------
SECTION-3 CSS
------------------------*/
.sec3{
	float:left;
	width:100%;
	height:420px;
	background:url(../images/sec3-bg.jpg) no-repeat center top;
	padding:0px 0;
	text-align:center;
	position:relative;
	overflow:hidden;
	}
.sec3-mid{
	display: inline-block;
    width: 68%;
    margin: 50px 0 0;
	}
.s3-model{
	position: absolute;
    left: -50px;
    top: -20px;
	}	
.sec3-prod{
	position:absolute;
	right:0;
	top:0;
	max-width:100%;
	}
.sec3-mid-right{
	float:right;
	width:50%;
	}
.sec3-mid-right ul{
	float:left;
	width:100%;
	}
.sec3-mid-right ul li{
	float:left;
	width:100%;
	padding-left:80px;
	margin-top:45px;
	text-align:left;
	position:relative;
	}
.sec3-mid-right ul li:before{
	content:"";
	position:absolute;
	border-top:3px dotted #e0cece;
	width:50px;
	left:-60px;
	top:30px;
	}
.sec3-mid-right ul li img{
	position:absolute;
	left:15px;
	top:5px;
	}
.sec3-mid-right ul li span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	}
.sec3-mid-right ul li p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-top: 10px;
	}		
/*-----------------------
STRIP CSS
------------------------*/
.strip{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding:0px 0;
	position:relative;
	}
.strp-rgt{
	    float: right;
    width: 52%;
    padding: 90px 0;
    text-align: left;
	}	
.strp-model{
	position:absolute;
	left:0;
	top: 60px;
	}	
.strip-list{
	float:left;
	width:100%;
	}
.strp-lst-bx{
	display:inline-block;
	vertical-align:middle;
	margin:0 30px;
	}
.strp-lst-bx p{
	font-size:21px;
	line-height:24px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	padding:3px 0 0 5px;
	letter-spacing:1px;
	}
.strip-icn{
	display:inline-block !important;
	vertical-align:middle;
	}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section4 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fef4f3;
    text-align: center;
}
.section4  .common-para{ width:80%;}
.p1-sec4{ background: #fff;}
ul.list-sec4{
	width: auto;
    display: flex;
    margin: 30px auto 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
}
ul.list-sec4 li{
	width:32%;
	float:left;
	margin:0 0px 0 0;
	padding:0 20px;}
ul.list-sec4 li:last-child{ margin-right:0;}	
.ic-sec4{
	display:block;
	margin:0 auto 0;
	max-width:100%;}
ul.list-sec4 li p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    margin: 10px 0 0 0;
}
ul.list-sec4 li p span{
	    display: block;
    font-size: 17px;
    line-height: 26px;
    margin-top: 10px;
    font-weight: normal;
	}
/*******************************************/
/* CSS Document */
.inner-top {
	background: #fff3f3;
    padding: 8px 0;
    float: left;
    width: 100%;
	}
ul.inr-top-list li {
	float: left;
	position:relative;
	margin-right: 15px;
	padding-right: 15px;
	}
ul.inr-top-list li:after{
	content:"\002F";
	position:absolute;
	right:-5px;
	top:0;
	}
ul.inr-top-list li a, ul.inr-top-list li a:hover {
	font-size: 14px;
	line-height: 18px;
	color: #1d1c1a;
	font-weight: 300;
	text-decoration: none;
	}
ul.inr-top-list li:last-child a{
	font-weight: 700;
	color:#005789;
	}
ul.inr-top-list li:last-child{margin-right:0; padding-right:0;}
ul.inr-top-list li:last-child:after{
	content:"";
	}

/*================start section4===================*/
.sec4{padding:80px 0 90px 0; background: #fbfbfb;}
.s4img{
	    position: absolute;
    left: -80px;
    top: -20px;
    max-width: 550px;
}
.s4txtarea{
	width:55%;
	float:right;
	text-align: left;
}
.s4hding{text-align:left;padding:0 0 0 0;}
.s4txt{
	padding:20px 0 0 0;
}
/*=========================================
			START PRODUCT PAGE
=========================================*/
.margn-zero{margin-right:0 !important;}
.mainprd-sec1{padding:50px 0 70px 0;}
.prod-hed {
    margin-top: 30px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
    font-size: 28px;
    color: #000;
    font-weight: 400;
	float:left;
	width:100%;
}

.mainprd-sec1 .s1prdbx1 .s1prdbtn {
    height: 44px;
    padding: 2px 0 0 45px;
}
.mainprd-sec1 .s1prdbx1 .s1prdbx-hding{
	font-size: 18px;
	font-weight: 700;
	min-height: 64px;
}
@media only screen and (max-width: 1179px){
.mainprd-sec1 .s1prdbx1 .s1prdbtn{ width:70%;}
.mainprd-sec1 .s1prdbx1 {width: 32.2%;}
}

@media only screen and (max-width: 767px){
.mainprd-sec1{padding:30px 0 30px 0;}
.mainprd-sec1 .s1prdbx1 {width: 47.6%; text-align:center;}
.prod-hed{ margin-top:0px;}

}
@media only screen and (max-width: 510px){
.mainprd-sec1 .s1prdbx1 {width: 100%; margin:20px 0 0;}
.s1prd{ max-width:240px; width:100%;}
.mainprd-sec1 .s1prdbx1 .s1prdbx-hding{ min-height:auto;}
.mainprd-sec1 .s1prdbx1 .s1prdbtn {width: 50%;}

}

/**************************/
.lowerpart {
	text-align: center;
	padding: 20px 0;
	background: #ffffff;
	border-bottom: 1px solid #d2d2d2;
}
footer {
    padding: 10px 0;
}
.ftrlist {
        float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 10px;
    justify-content: center;
}
.ftrlist li {
    float: left;
    position: relative;
    width: 100%;
}
.ftrlist li a{ color:#000;}


.dicclmr {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
}
.ftrtxt1 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
}
.ftrtxt1 a { color: #333;}
.ftrtxt2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

/*******************************/
.promoBox {
    float: left;
    width: 40%;
    margin-top: 16px;
}
.promoFld {
    float: left;
    width: calc(100% - 100px);
    border: 1px solid #9a9a9a;
    font-size: 18px;
    padding: 7px 15px 12px;
    outline: none;
    border-radius: 5px;
    color: #000;
}
.promoBtn {
    float: right;
    width: 90px;
    padding: 7px 14px;
    background: #3ab72b;
    border: none;
    outline: none;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    padding: 7px 0 11px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
	text-align:center;
}
.ship-time {
    float: left;
    width: 100%;
    padding-left: 00px;
    margin-top: 20px;
    text-align: left;
}
.ship-time p {
    display: inline-block;
    vertical-align: middle;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 600;
    margin-left: 7px;
    width: auto;
	float:none;
}
.ship-time p span {
    color: red;
    display: block;
}
.ship-time img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
}
p.ing-lft-bx-hed {
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 20px 0;
}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    margin-top: 20px;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	    height: 40px;
    line-height: 40px;
    background: #3f4d83;
    color: white;
    margin: 20px 0 20px 0;
    padding: 0 10px;
    font-size: 24px;
    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:18px;
	line-height:26px;
	margin:0px 0 22px;
}
.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: #3f4d83;
    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: 16px 14px;
}

@media only screen and (max-width: 1185px){
	
	.strp-rgt {width: 545px;padding: 28px 0 90px;}
	.strp-model {max-width: 430px;}
}

@media only screen and (max-width: 1013px){
.mainprd-sec1 .s1prdbx1{width: 31.9%;}
.mainprd-sec1 .s1prdbx1 .s1prdbtn{ width:80%;}
	
	.sec1{padding:0px 0 35px;}
	.s1-inr{padding: 40px 280px 50px 25px;margin-top: 40px;}
	.s1-face-tx{font-size:20px; line-height:26px;}
	.s1-faces{width:130px;}
	.s1-hd{font-size:40px; line-height:48px;}
	.s1-tx{font-size: 17px;line-height: 26px;margin:15px 0 0;}
	ul.s1-list {margin-top: 80px;}
	ul.s1-list li{line-height:26px; text-align:center; padding:0 0;}
	ul.s1-list li img {
		position: static;
		margin: 0 auto 5px;}
	ul.s1-lst2{top:50px; width:90px; padding:3px;}
	ul.s1-lst2 li{padding:10px 0;}
	.btn-bx{margin-top:26px;}
	.s1-prd{right: 25%;top: 300px;max-width: 160px;}
	.s1-model {max-width: 330px;}

	.brand-sec{padding:20px 0 15px;}
	ul.brnd-list li{padding:0 10px;}
	.brnd-log{width:150px;}
	.brnd-log3{width:70px;}

	.sec2{padding:40px 0;}
	.comn-hdg{font-size:40px; line-height:50px;}
	.comn-txt{font-size:17px; line-height:26px;margin-top: 15px;}
	.sec2 .comn-hdg {
		width: 60%;
		text-align: center;
		padding: 0;
	}
	.sec2 .comn-txt {
		width: 100%;
		text-align: center;
	}
	.s2-tx1{font-size:19px; line-height:26px;}
	.s2-ing{width: 75px;
		position: static;
		display: block;
		margin: 0px auto 10px;}
	ul.s2-ing-lst {margin-top: 25px;}	
	ul.s2-ing-lst li{font-size: 25px;line-height: 32px;text-align: center;padding: 20px 10px;}
	ul.s2-ing-lst li span {
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
	}

	ul.s2-ing-lst li:after{right:0;}
	.s2-img {
		position: static;
		margin-top: 24px;}
	.s2-inr{margin-top:30px;}
	.s2-inr-bx{width:235px !important;}

	.sec3{}
	.sec3-mid{margin:50px 0 0;width: 75%;}
	.sec3-mid-right{ width:60%;}
	.sec3-mid-right ul li:before{ left:-50px;}
	.sec3-mid-right ul li span{ font-size:20px; line-height:26px;}
	.sec3-mid-right ul li p{ font-size:17px; line-height:24px; margin-top:5px;}
	.sec3-prod{ right: -13%;}
	.s3-model {left: -16%;}
	.sec3-mid-right ul li{margin-top:25px;}
	.strp-rgt {float: none;display: inline-block;width: 85%;text-align: center;padding: 15px 0 50px;}
	.strp-model {position: static;max-width: 65%;margin-top: 25px;}
}

@media only screen and (max-width: 767px){
	.tems_bg {    padding: 10px 0;}
	
	.sec1{border-bottom:1px solid #ddd;padding: 0px 0 25px;}
	.s1-inr{width:100%; text-align:center;border-width: 4px; padding:20px 10px; text-align:center;margin-top: 2px;}
	.s1-face-tx{font-size:22px; line-height:24px;}
	.s1-faces{width:100px;}
	.s1-hd{font-size: 20px;line-height: 30px;}
	.s1-hd span{  display:block; font-size: 29px;line-height: 33px;}
	.s1-mob{ display:inline-block;margin-top:15px; max-width:90%;}
	.s1-tx{width:100%;        font-size: 16px;line-height: 24px;}
	ul.s1-list{display:inline-block; vertical-align:middle; float:none;margin-top: 10px;}
	ul.s1-list li{ width:50%;text-align: center; margin-top:20px;         font-size: 16px;line-height: 24px;}
	ul.s1-lst2{position:static; float:left; width:100%; padding:10px 0; margin-top:15px;}
	ul.s1-lst2 li{width:25%; float:left; border-bottom:none; border-right:1px solid #b5ddcc; padding:0;}
	ul.s1-lst2 li:last-child{border-right:none;}
	.s1-icn{width:42px;}
	
	    ul.s1-list li img {position: static;margin: 0 auto 5px;display: block;float: none;width: 50px;}

	.brand-sec{padding:15px 0 20px;}
	ul.brnd-list li{margin:8px 0 12px; width:100%;}
	ul.brnd-list li p{margin-bottom:10px;}
	.brnd-log{margin:0 auto;}

	.sec2{padding:25px 0;}
	.comn-hdg{font-size:28px; line-height:38px;}
	.comn-txt{margin-top: 10px;font-size: 16px;line-height: 24px;}
	.sec2 .comn-hdg {width: 100%;}
	.s2-img{width: 88%;margin:20px auto 0;}
	ul.s2-ing-lst { margin-top: 20px;}
	ul.s2-ing-lst li{width:100%; font-size: 16px;line-height: 24px;}
    ul.s2-ing-lst li span {font-size: 20px;line-height: 26px;margin-top: 10px;}
	ul.s2-ing-lst li:after{ display:none;}
	ul.s2-ing-lst li:nth-child(3n):after{display:none;}
	.s2-ing{width: 50px;}
	.btn-bx { margin-top: 22px;}
	.comn-btn {        height: 50px;font-size: 18px;line-height: 50px;}

	.strp-lst-bx{margin:0 20px;}

	.sec3{padding:30px 0; height:auto; background-size:cover;}
	.sec3-mid{ margin:0;width: 100%;}
	.s3-model { display:none;}
	.sec3-prod{ position:static;margin: 15px 0px -8px;max-width: 210px;}
	.sec3-mid-right{ width:100%;}
	.sec3-mid-right ul li{ padding-left:50px; margin-top:20px;}
	.sec3-mid-right ul li img{ left:5px; top:5px; width:38px;}
	.sec3-mid-right ul li:before{ display:none;}
	.sec3-mid-right ul li p{ font-size:16px; line-height:22px; letter-spacing:0.3px; margin-top:5px;}
	.sec3-mid-right ul li span{ font-size:18px; line-height:26px;}
	
	.strp-rgt {width: 100%;padding: 0px 0 30px;}
	.strp-model {max-width: 80%;margin-top: 15px;}
	
	
	}