@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'DM Sans';
	font-weight: 400;
	}
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;}
img {border: none; max-width: 100%; height: auto;}
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;}

/*-----------------------
		 FONTS
------------------------*/
@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Bold.woff2') format('woff2'),
        url('DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Medium.woff2') format('woff2'),
        url('DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Regular.woff2') format('woff2'),
        url('DMSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
     MAIN CSS START
------------------------*/
.container{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	position:relative;
	}

/*==========Header==========*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:62px;
	}
.header{
	float:left;
	width:100%;
	height:62px;
	margin-top: -62px;
	position: relative;
	top:62px;
	background:#fff;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 60;
	top: 0;
	background:#fff;
	border:none;
	-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;
    width: 179px;
	}
ul.mainMenu{
	display: inline-block;
	vertical-align: middle;
	margin:24px 0 0 30px;
	}
ul.mainMenu li{
	float: left;
	padding: 0 20px;
	position:relative;
	}
ul.mainMenu li:first-child:before{ display:none;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	font-weight:400;
	}

ul.mainMenu li a:hover{ color:#fd6334;}
ul.mainMenu li a.active{ color:#fd6334;}
.fixed-nav .header ul.mainMenu li a:hover{ color:#fd6334;}
.fixed-nav .header ul.mainMenu li a.active{ color:#fd6334;}
	
.header_button_box{
	float:right;
	width:220px;
	margin-top:12px;
	}	
.header_btn{
	float: right;
	width: 126px;
	height: 38px;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-align: center;
	text-transform:capitalize;
	background:#fd6334;
	}
.login{
	float:left;
	width: 84px;
	height: 38px;
	color: #000;
	font-size: 14px;
	line-height: 38px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-align: center;
	border:1px solid #000;
	border-radius:6px;
	background:#fff;
	}
	
/*MOBILE MENU CSS*/
.mob-mnu-ic{
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 18px;
	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: 30px;
    height: 3px;
    background-color: #fd6334;
    transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#fd6334;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#fd6334;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:54px;
	background:#fff;
	z-index:64;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.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:18px;
	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;
	}
	
/*================start banner===================*/
.banner{
	float:left;
	width:100%;
	padding:80px 0;
	position:relative;
	background:#3770d2 url(../images/banner-bg.jpg) no-repeat;
	background-position:bottom center;
	}
.banner_strip{
	    width: 100%;
    max-width: 42%;
    height: 32px;
    margin: 0 auto 0;
    font-size: 19px;
    line-height: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 3px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    justify-content: center;;
	}
.banner_strip_release{
	width:95px;
	height:100%;
	color:#000;
	border-radius:50px;
	background:#fff;
	}
.banner_strip_feature{
	height:100%;
	padding-left:10px;
	} 
.banner_strip_release, .banner_strip_feature{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.banner-strip-arrw{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-1px 0 0 6px;
	}
.banner_heading{
    font-size: 64px;
    line-height: 68px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: -2px;
    text-transform: capitalize;
	}
.banner_text{
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-top: 25px;
	display: inline-block;
	width: 84%;
}

/*========BUTTON BOX========*/
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:35px;
	}
.button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:350px;
	text-align:center;
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:332px;
	height:60px;
	font-size:20px;
	line-height:60px;
	color:#fff;
	font-weight:bold;
	text-transform:capitalize;
	background:#fd6334;
	-webkit-box-shadow: 0 3px 5px 2px #caced1;
	box-shadow: 0 3px 5px 2px #caced1;
	}
.button_text{
	    font-size: 14px;
    line-height: 14px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 15px;
    text-transform: uppercase;
	}

.banner_button_box.button_box{ margin-top:35px;}
.banner_button_box .common_button{
	max-width:285px;
	height:60px;
	line-height:60px;
	-webkit-box-shadow: 0 5px 3px 2px #2e60af;
	box-shadow: 0 5px 3px 2px #2e60af;
	}
.white_color {
    color: #fff;
}
/*========SECTION 1========*/
.section1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	text-align:left;
	background:#fff;
	}
.common_heading{
	font-size: 50px;
	line-height: 58px;
	color: #000;
	font-weight:bold;
	letter-spacing:-1.5px;
	}
.common_text{
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-top: 25px;
	}
.s1_box_otr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}
.dust-timer{
	position: absolute;
	top: 19%;
	right: 0;
	width: 300px;
	transform: translateY(-50%);
	}
.s1_box{
	width:100%;
	max-width:1000px;
	margin:40px 0 0;
	padding: 30px 20px 30px 20px;
	background:#f0f6ff;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	column-gap:10px;
	}
.s1_col{
	position: relative;
	padding: 18px 15px 18px 15px;
	text-align: left;
	border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .1);
	}
.s1_col p{
	    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    padding-left: 26px;
    background: url(../images/s1-wrong.png) no-repeat left top 6px;
    background-size: 15px;
	}
.s1_text{
	font-size: 23px;
	line-height: 29px;
	color:#000;
	margin-top:55px;
	padding-left: 45px;
	position:relative;
	}
.phone-icn{
	position:absolute;
	top:50%;
	left:0;
	width:32px;
	transform:translateY(-50%);
	}

/*========SECTION 2========*/
.section2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s2_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin-top:30px;
	}	
.s2_box{
	width:100%;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #d5dbe7;
		
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s2_box:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
	}
.s2_img_box{
	width:240px;
	}
.s2-img{
	display: block;
	margin: 0 auto 0;
	width: 220px;
	}
.s2_content{
	float:left;
	width:calc(100% - 270px);
	text-align:left;
	padding-left:40px;
		
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s2_num{
	width:60px;
	font-size:100px;
	line-height:100px;
	font-weight:bold;
    color: transparent;
    background: rgb(189, 81, 75);
    background: linear-gradient(180deg, #cee6ff 5%, #f1f7fc 90%);
    -webkit-background-clip: text;
	}
.s2_content_col{
	width:calc(100% - 60px);
	padding-left:50px;
	}
.s2_content_col h3{
	font-size:28px;
	line-height:38px;
	color:#000;
	font-weight:bold;
	}
.s2_content_col p{
	font-size: 18px;
    line-height: 26px;
    color: #333435;
    margin-top: 12px;
	}

.shop-mid{
	padding:50px 0;
	display:table;
	width:100%;
}
ul.shop-list{
    margin-top: 35px;
    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;
    column-gap: 0;
}
ul.shop-list li {
	float: left;
    width: 32%;
    text-align: center;
    position: relative;
    background: #fff;
}
ul.shop-list li .button_box{ margin-top:20px;}
ul.shop-list li .common_button{
	-webkit-box-shadow: 0 3px 5px 2px #0d58b1;
    box-shadow: 0 3px 5px 2px #0d58b1;
}
.list-uls{
    float: left;
    width: 100%;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 8px;
    text-align: center;
	}
.list-uls-txt{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	font-weight:700;
	color:#4b4b4b;
	text-align: center;
	background: url(../images/tick-icn.png) left 92px top 5px no-repeat;
	}
.prod-box{
	float: left;
    width: 100%;
	}	
.prdt-cont{
	float: right;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    background: #3882d9;
    border-radius: 5px;
	}
.ship-p1 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    float: left;
    width: 100%;
    text-transform: capitalize;
    position: relative;
}
.shop-lst-img {
    display: inline-block;
    margin: 0;
    max-width: 260px;
    width: 100%;
    padding: 0;
    position: relative;
}
.shop-mg {
	    background: #f6f6f6;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    color: #b7b7b7;
    margin: 10px 0 0 0;
    text-transform: capitalize;
    width: 100%;
}
.shop-price{
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin: 5px auto 0 auto;
    float: left;
    width: 100%;
    position: relative;
}
ul.shop-list .cart-btn2 {
	width: 70%;
	margin:12px 0 0px;
	} 
.play-icn{ margin:-4px 0 0 10px; display:none;}
.mg-red{ background:#de1821;}
.mg-orng{ background:#e68f22;}
/*================start section3===================*/
.section3 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #ebf6ff;
    background-size: cover;
}
.s3-model{
	position: absolute;
    max-width: 375px;
    right: 2%;
    top: 200px;
	}
.s3-rgt{
    display: inline-block;
    width: 100%;
	}
.s3-lft-inr{
	float:left;
	width:29%;
	margin-top:35px;
	display: none;
	text-align:center;
	position:relative;
	}
.s3-lft-inr p{
	position:absolute;
	transform:translateX(-50%);
	left:50%;
	top:35px;
	width:100%;
	font-size:25px;
	line-height:35px;
	color:#000;
	font-weight:600;
	z-index:1;
	}		
.s3-image1{
	display:inline-block;
	max-width:100%;
	}	
.s3-rgt-inr{
	float:right;
	width:100%;
}
.s3-rgt-inr .shop-lst-img {
    max-width: 220px;
}
.prod-men .s3-rgt{ float:left;}
.s3-rgt .shop-list li{}	
ul.s3list{
	margin: 50px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap: 10px;
}
ul.s3list li {
    float: left;
    width: 24%;
    border: 6px solid #edf1eb;
    position: relative;
    padding-bottom: 10px;
    row-gap: 10px;
	text-align:center;
}
ul.s3list li:last-child{}
.overlay {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  background-color:#7ad455;
  overflow: hidden;
  width: 100%;
  height:100%;
  transition: .5s ease;
  -webkit-transition: .5s ease;
}
ul.s3list li:hover .overlay {
  bottom: 0;
  height: 240px;
}
.s3lbx1, .s3lbx2{/*height: 260px;*/}
.s3lbx1 img, .s3lbx2 img{
	margin:20px auto 0 auto;
	display:block;
	transition: .5s ease;
  	-webkit-transition: .5s ease;
	width:100%;
}
.s3lbx1 img{max-width: 240px;}
.s3lbx2 img{margin:90px auto 0 auto;transition: .5s ease;}
.s3l-hding, .s3l-hding2{
	font-size:16px;
	line-height:26px;
	color:#fff;
	text-align:center;
	padding:20px 0 0 0;
	width:100%;
}
.s3l-hding2{color:#404040;padding:250px 0 0 0;}
.s3l-hding span, .s3l-hding2 span{
	font-weight:600;
	font-size:22px;
}
.s3l-txt{
	text-align:center;
	color:#404040;
	line-height:24px;
	padding:8px 10px;
}
.uparrow{margin:20px auto;display:block;}
ul.s3list li:hover .overlay .uparrow, ul.s3list li:hover .overlay .s3l-hding{display:none;}
ul.s3list li:hover .overlay .s3lbx1, ul.s3list li:hover .overlay .s3lbx2{/*height:310px;*/}
ul.s3list li:hover .s3l-txt{display:block;}
ul.s3list li:hover .overlay .s3lbx1 img{max-width:220px;margin:10px auto 0 auto;}
ul.s3list li:hover .overlay .s3lbx2 img{margin:50px auto 0 auto;}
.s3sub-hding{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
	color:#181818;
	text-align:center;
	padding:88px 0 0 0;
}
.s3txt{
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#181818;
	text-align:center;
	padding:5px 0 0 0;
}
ul.s3list2{padding:10px 0 0 0;text-align:center;}
ul.s3list2 li{
	display:inline-block;
	padding:0 48px;
	background:url(../images/s3l2-dvdr.png) right center no-repeat;
	margin:15px 0 0 0;
	font-size:20px;
	line-height:24px;
	color:#000;
	text-align:center;
}
ul.s3list2 li:last-child{background:none;}
ul.s3list2 li img{margin:0 auto 12px auto;display:block;}

.s3prod-sec {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 30px 30px 330px;
    margin-top: 50px;
}
.s3prod-sec:before {
        content: "";
    position: absolute;
    top: 130px;
    left: 0px;
    background: #3882d9;
    right: 0;
    border-radius: 15px;
    bottom: 0;
}
.s3-prod-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #092744;
}
.s3-prod-list li {
	float: left;
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	row-gap: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.s3-prod-list li:last-child{ border:none;}
.s3-prod-list li .common_button{ text-align:center; max-width: 230px; font-size: 18px; line-height: 54px; height:54px;}
.s3-btn {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 62%;
    row-gap: 10px;
}
.s3-btl {
	position: absolute;
	top: 0px;
	max-width: 350px;
	left: 0px;
}
.prod-name{
	font-size:22px;
	line-height:36px;
	letter-spacing:0.5px;
	color:#333;
	}
.prod-name span{
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 0 5px;
	}

.topfooter{
	padding: 30px 0;
    background: #fff;
    border-top: 2px solid #3882d9;
	float:left;
	width:100%;
	}
ul.topftr-list {
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.topftr-list li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #404040;
    margin-right: 30px;
	position:relative;
}
ul.topftr-list li a{color:#000;}
ul.topftr-list li:after{
	content:"";
	position:absolute;
	top:0px;
	bottom:0;
	right: -15px;
	border-right:1px solid #000;
}
ul.topftr-list li:last-child{margin-right:0;}
ul.topftr-list li:last-child:after{border-right:none;}

.ftr-addres {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}
.ftr-addres p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
.ftr-log-tx {
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/*------------start footer--------------*/
footer{padding:15px 0;border-top:1px solid #dedddd;background: #e8f2f1;}
.ftrtxt1, .ftrtxt2{
	font-weight:500;
	font-size:16px;
	line-height:24px;
	color:#000;	
}
.ftrtxt1{
	float:right;	
	text-align:right;
}
.ftrtxt1 a{color:#000;}
.ftrtxt2{
	float:left;	
	text-align:left;
}	

/*===========shop-oil-sec1==============*/
.oil-sec1{
	padding:60px 0;
	width:100%;
	display:table;
}
.shop-inner {
    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;
}
.oil-s1-lft{
	    float: left;
    width: 39%;
    border-radius: 6px;
    padding: 80px 20px;
    border: 1px solid #193c6c;
    transition: all 0.3s;
    overflow: hidden;
    text-align: center;
}
.oil-s1-lft img {
    display: inline-block;
    max-width: 280px;
    transition: all 0.3s;
    transform: scale(1.5);
    margin-top: 40px;
}

.oil-pro{
	display:block;
	margin:0 auto;
	padding:15px 0 0 0;
}
.oil-s1-rgt{
	float: right;
    width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    background: #f9f9f9;
    padding: 20px;
	text-align:left;
}
.oil-s1-rgt-hd{
	padding:8px 0;
	width:100%;
}
.oil-s1-rgt-hd-p1{
	font-size: 36px;
    line-height: 44px;
    text-align: left;
    font-weight: 700;
    color: #193c6c;
    text-transform: capitalize;
}
.oil-s1-rgt-hd-p1 span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.oil-s1-rgt-hd-p2{
	font-size:17px;
	line-height:20px;
	text-align:left;
	color:#262523;
	margin:6px 0 0 0;
	font-weight:300;
}
.oil-s1-rgt-hd-p2 img{margin: 0 9px 0 0; max-width: 80px; filter: grayscale(1);}
.oil-s1-rgt-p1{
	font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #434343;
    font-weight: 400;
    margin: 10px 0 0 0;
}
ul.oil-s1-rgt-list{
	margin: 20px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.oil-s1-rgt-list li{
	float: left;
    font-size: 18px;
    line-height: 22px;
    color: #6f6f6f;
    padding: 0 0 0 60px;
    background: url(../images/faq-line.png) 80% 0px no-repeat;
    position: relative;
    width: 33%;
}
ul.oil-s1-rgt-list li span{
	font-weight:600;
	color:#434343;
	display: block;
}
ul.oil-s1-rgt-list li img{
	position:absolute;
	top:0;
	left:0;
}
ul.oil-s1-rgt-list li:last-child{background:none;}
.oil-s1-rgt-box1{
	width: 100%;
	float: left;
	margin: 0px 0px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	row-gap: 20px;
}
.oil-s1-rgt-box1 .cart-btn2{ width:300px; height: 50px; font-size: 20px; line-height: 50px;}
.prd_quantity {
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
	row-gap: 20px;
	column-gap: 20px;
}
.prd_quantity span {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.oil-s1-rgt-box2{
	margin:38px 15px 0 0;
	border:2px solid #549c36;
	height:245px;
}
.oil-s1-rgt-box3{margin:60px 0 0 0;}
.oil-s1-rgt-box2-hd1{
	background:#549c36;
	font-size:21px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-weight:700;
	border-radius:3px 3px 0 0;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.size-guide-box {
	position: absolute;
	top: 7px;
	left: 160px;
	font-size: 18px;
}
.size-guide-box a {
    color: #ff0000;
}
.select-size {
    float: left;
	width:100%;
}
.select-size h3 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.select-size .inner {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
	    flex-wrap: wrap;
}
.select-size .inner a {
    float: left;
    border: 1px solid #ccc;
    width: 90px;
    height: 38px;
    text-align: center;
    padding: 4px 0;
    color: #000;
    font-weight: 400;
}
.select-size .inner a:last-child{margin-right:0;}
.select-size .inner .active {background: #47b8b3; border: 1px solid #21f9ef; color: #fff;}
.select-size .inner a span { font-size: 16px; line-height: 27px; margin:0;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .catagory-select{
	float: left;
	width: 100%;
}
.oil-s1-rgt-box-hd2 {
    text-align: left;
    margin: 10px 0 -10px;
}
.oil-s1-rgt-box2-hd2{border-radius:0 0 0 0;line-height:32px;}
.oil-s1-rgt-box-prc{
	font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    color: #1a1a1a;
}
.oil-s1-rgt-box-prc sup{
	font-weight:300;
	font-size:19px;
}
.oil-s1-rgt-box-prc span {
	font-size: 20px;
    line-height: 30px;
	font-weight: 400;
}
.oil-s1-rgt-box-prc-save{
	font-size:18px;
	line-height:26px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:7px auto 0 auto;
}
.oil-s1-rgt-box-prc-ship{
	font-size:16px;
	line-height:20px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:8px auto 0 auto;
}
.gray-bar{
	padding:46px 0;
	background:#f7f7f7;
}
.graybar-hding{padding:0;}
.prd-faq-box {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
ul.why-chose {
    float: left;
    width: 100%;
}
ul.why-chose li{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    background: url(../images/tick.png) no-repeat left top 10px;
    padding-left: 30px;
	font-weight:400;
	}
ul.why-chose li span{
	font-size:18px;
	display:block;
	font-weight:500;
	}
p.prod-desc {
	    font-size: 18px;
    line-height: 28px;
    float: left;
    width: 100%;
}
p.prod-desc span{ display:block; font-weight:600; margin-bottom:5px;}
ul.prddtls1-rgtlist {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    text-transform: capitalize;
    background: #333;
    padding: 20px;
    box-shadow: 1px 1px 10px #e5e5e5;
	display: none;
}
ul.prddtls1-rgtlist li {
    padding: 0px 0 0 24px;
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 500;
    background: url(../images/tick.png) no-repeat left 7px;
    letter-spacing: 0.5px;
	color:#fff;
}
ul.prddtls1-rgtlist li:first-child{ background:none; padding:0; width:100%;}
ul.prddtls1-rgtlist li span {
	font-weight:700;
}
ul.prddtls1-rgtlist li span span {
    float: right;
    width: auto;
}
ul.prddtls1-rgtlist li img {
    max-width: 36px;
    position: absolute;
    top: 5px;
    left: 0;
    padding: 5px;
    box-shadow: 0 0 5px #47b8b3;
}


@media only screen and (max-width: 1023px){
ul.oil-s1-rgt-list li { font-size: 16px; padding-left:50px; background:none;}
.oil-s1-rgt-box1{ margin: 30px 0px 0 0;align-items: center;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .cart-btn{width:auto; }
.prd_quantity span {margin-right: 10px;}
.oil-s1-rgt-box-prc {font-size: 26px;line-height: 38px;}
.oil-s1-rgt-box1{column-gap: 5px; row-gap: 10px;text-align: center;}
.oil-s1-rgt-box-prc-save {margin: 3px auto 0 auto;}
.catagory-select{width: 50%; text-align: left;}
}
@media only screen and (max-width: 767px){
.oil-sec1 { padding: 25px 0 0;}	
.oil-s1-rgt-hd{border-top:none;}
.oil-s1-lft, .oil-s1-rgt{float:none; margin:0px auto 10px auto;	display:block;	width:100%;	text-align: center;	padding: 10px;}
.oil-s1-lft{width:440px;}
.oil-s1-lft img{ transform:none;}
.oil-s1-rgt-hd-p1 {font-size: 37px; line-height: 42px; text-align: center;}
.oil-s1-rgt-hd-p2 , .oil-s1-rgt-p1{text-align: center;}	
.oil-s1-rgt-box1, .oil-s1-rgt-box2, .oil-s1-rgt-box3 {margin:20px 0px 0 0;	justify-content: space-around;}
.oil-s1-rgt-box2{margin:38px 9px 0 0;}
.oil-s1-rgt-box3{margin:60px 0 0 0;}
ul.oil-s1-rgt-list li {padding:0; text-align:center;}
ul.oil-s1-rgt-list li img{position:relative; display:block; margin:0 auto 5px;}
.prd-faq-box{width: 100%; margin-top: 10px; border: none; padding: 0;}
.catagory-select {width: 100%;}
.select-size { width: 100%;}
.select-size .inner{width: 100%; row-gap: 10px;}
.select-size h3{font-size: 16px; line-height: 26px;}
ul.prddtls1-rgtlist{ row-gap:8px; padding:10px;}
ul.prddtls1-rgtlist li{ padding: 0px 0 0 22px; font-size: 14px; line-height: 24px;}
ul.prddtls1-rgtlist li span{ width:24%;}
ul.prddtls1-rgtlist li img{max-width: 30px;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc {}

.oil-s1-rgt-box2-hd1 {font-size: 19px;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box2-hd2 {font-size: 21px; line-height: 32px;}
.gray-bar{padding:25px 0;}

.select-size .inner a{width: 30%;}

.sizeChartWeb-content table{ font-size:10px;}
.sizeChartWeb-close{right: 340px;}

p.prod-desc{ margin: 10px 0; text-align: left; line-height: 28px; font-size: 17px;}
}


/*****************************/
/*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 {
	    line-height: 30px;
    color: #3882d9;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #3882d9;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.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: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.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, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}

/**********************************/
.contact-inr {
	padding: 50px 0;
	text-align:center;
	float:left; 
	width:100%;
}
ul.contact-list {
	display: -webkit-box;
	    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 61%;
    flex-wrap: wrap;
    row-gap: 14px;
    margin-top: 16px;
    column-gap: 10px;
    padding: 19px;
    align-content: flex-start;
    justify-content: space-around;
	
}
.cont-bg{
	    float: left;
    width: 100%;
    background: url(../images/cont-backgrnd.jpg) #eae9e7 no-repeat center top -80px;
    height: 597px;
    margin: 20px 0 0;
	}
ul.contact-list li {
	    width: 48%;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    background: #3882d9;
    padding: 19px 12px;
    color: #fff;
    border-radius: 5px;
}
ul.contact-list li a {
    color: #fff;
}
ul.contact-list li p strong {
	margin-top: 10px;
	float: left;
	width: 100%;
}
ul.contact-list li img {
    display: inline-block;
    margin-bottom: 5px;
    filter: grayscale(1);
}
ul.contact-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}

/*-----------------------
       MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){         
.container{width:1004px;}

.common_heading{ font-size: 45px; line-height: 54px;}

.s1_box{ max-width: 864px;}
.s1_col{padding: 18px 14px 18px 12px;}
.s1_col p{ font-size: 15px; line-height: 20px; padding-left: 24px;}

ul.shop-list {column-gap: 12px;}
.list-uls-txt { background: url(../images/tick-icn.png) left 68px top 5px no-repeat;}

.s3-model {max-width: 372px;right: -7%;top: 155px;}	
ul.s3list li{width:33%;}
.s3sub-hding{padding:68px 0 0 0;}
ul.s3list2 li{padding:0 33px;}
}

@media only screen and (max-width:1021px){	    
.container{width:750px;}
.show-tab{display:block;}
.show-desk{ display:none;}

.banner{padding: 60px 0 70px;}
.banner_heading{ font-size: 54px; line-height: 58px;}
.banner_button_box.button_box{ margin-top: 45px;}

.common_heading{ font-size: 34px; line-height: 42px;}

.section1{ padding: 50px 0 60px;}
.s1_box{ max-width: 100%; padding: 25px 12px 25px 12px; row-gap: 10px;flex-wrap: wrap;}
.s1_col{ padding: 18px 15px 18px 20px; width: 49%;}
.s1_col p{ font-size: 17px; line-height: 22px; padding-left: 28px; background-size: 14px;}
.dust-timer{ top: 10%; width: 181px;}
.s1_text{ font-size: 21px; line-height: 27px; margin-top:40px;}

.section2{ padding: 50px 0 60px;}
.s2_content_col h3{ font-size: 26px; line-height: 32px;}

ul.shop-list {margin:38px 0 0;justify-content: center;row-gap:20px;}
ul.shop-list li {width:49%; }

.section3{ padding: 50px 0;}
.s3-rgt {width: 100%; text-align:center;}
.s3-rgt .bdfont { width: 100%;}
.s3-model {position: static;margin: 15px auto 0;max-width: 100%;}
ul.s3list li{width:49%;}
ul.s3list2 li{font-size:18px; line-height:22px;	padding:0 16px;}
.sec3 ul.shop-list {width: 100%;}
}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.top_strip p{ font-size: 12px; line-height: 12px;}

.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top: -55px; top:55px;}
.logo{ margin-top: 10px; width: 150px;}
.header_button_box{ width: 70px; margin-top: 11px;}
.login{ width: 100%; height: 34px; font-size: 12px; line-height: 34px;}
.header_btn{ width: 120px; height: 35px; font-size: 14px; line-height: 34px; display:none;}

.banner{ padding: 30px 0 40px; background:url(../images/banner-bg-m.jpg) no-repeat right bottom; background-size:cover;}
.banner_strip{ max-width: 322px; height: 32px; margin: 0 auto 0; font-size: 12px; line-height: 12px;}
.banner_heading{ font-size: 30px; line-height: 38px; margin-top: 10px;}
.banner_text{ margin-top: 15px; width: 100%; font-size: 16px; line-height: 24px;}

.button_box{ text-align:center; margin-top: 25px;}
.button_width{ max-width: 100%;}
.common_button{ height: 50px; font-size: 18px; line-height: 50px;}
.banner_button_box .common_button{ max-width: 100%; height: 55px; line-height: 55px;}
.banner_button_box.button_box{ margin-top: 25px;}

.common_heading{ font-size: 28px; line-height: 36px;}
.common_text{margin-top: 15px; line-height: 24px; font-size: 16px;}
.section1{ padding: 30px 0 35px;}
.s1_box_otr{ margin-top: 20px;}
.dust-timer{ position: static; display: block; margin: 0 auto 0; width: 150px; transform: none;}
.s1_box{ max-width: 100%; padding: 25px 20px 25px; row-gap: 6px; margin: 10px auto 0;}
.s1_col{ padding: 14px 18px 14px; width: 100%;}
.s1_col p{ font-size: 17px; line-height: 24px; padding-left: 24px; background-size: 14px;}
.s1_text{ font-size: 17px; line-height: 24px; margin-top: 30px; padding-left: 53px;}
.phone-icn {top: 0; width: 50px; transform: none;}

.section2{ padding: 30px 0 35px;}
.s2_block{ margin-top:25px;}
.s2_box{ flex-direction: column-reverse;}
.s2_img_box{ width:100%; margin-top:15px;}
.s2_content{ width:100%; padding-left:0; align-items: flex-start; padding:0 15px;}
.s2_num{  width: 44px; font-size: 36px; line-height: 36px; text-align: center; background: linear-gradient(180deg, #cee6ff 66%, #f1f7fc 90%); -webkit-background-clip: text;}
.s2_content_col{ width: calc(100% - 44px); padding-left: 15px;}
.s2_content_col h3{ font-size: 24px; line-height: 28px;}
.s2_content_col p{ font-size: 16px; line-height: 24px; margin-left:-50px;}

.shop-mid{padding:30px 0; text-align:center;}
ul.shop-list{margin-top:20px; justify-content: center; row-gap:17px; column-gap: 0;}
ul.shop-list li{ width:100%; min-height: auto; max-width: 355px; text-align:center;padding: 0px; margin-top:0px;}
ul.shop-list .cart-btn2 { margin: 10px 0 0;}
.shop-lst-img, .s3-rgt-inr .shop-lst-img{max-width: 230px;}
.list-uls-txt { background: url(../images/tick-icn.png) left 85px top 5px no-repeat;}

.section3{ padding: 30px 0 35px;}
.s3-rgt { text-align:center; max-width:355px;}
.s3-model {margin: 12px auto 0; max-width:355px;}
ul.s3list{margin:10px 0 0 0;justify-content: space-around;}
.s3sub-hding{padding:48px 0 0 0;}
.s3lbx2{height:240px;}
.s3lbx1 img, .s3lbx2 img{margin:10px auto 0;}
ul.s3list li:hover .overlay .s3lbx1 img, ul.s3list li:hover .overlay .s3lbx2 img{margin:10px auto 0 auto;}
.s3l-hding2{color:#404040;}
.s3l-hding-small{padding:9px 0 0 0;}
ul.s3list2 li{float:left; width:33.33%;	padding:0 2%;}
ul.s3list2 li:nth-child(3){background:none;}
.s3sub-hding{font-size:26px; line-height:30px;}
.s3txt{font-size:18px; line-height:26px;}

.s3-btl{ z-index: 9; position: relative; max-width: 260px;}
.s3prod-sec{ padding:0; margin-top: 10px;}
.s3-btn{ width:100%;}
.s3-prod-list li .common_button{ max-width:100%;}
.s3-prod-list li{ row-gap:5px;}

.topfooter{ padding:20px 0;}
.ftr-log-tx{font-size: 14px; line-height: 22px;}
.ftrtxt1{ text-align:center;}
.ftrtxt2{ text-align:center; margin-top:10px; width:100%;}

.contact-inr{ padding:30px 0;}
ul.contact-list{background-size: cover;  background-position: center center; width: 100%; margin-top:0;}
.cont-bg{ background:#fff; height:auto; margin-top:0;}
ul.contact-list li {width: 100%; font-size:16px;}
ul.contact-list li h3{font-size: 18px;}
}
